You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by da...@apache.org on 2006/12/06 10:41:59 UTC

svn commit: r482992 - /webservices/axis2/trunk/java/modules/addressing/src/META-INF/module.xml

Author: davidillsley
Date: Wed Dec  6 01:41:58 2006
New Revision: 482992

URL: http://svn.apache.org/viewvc?view=rev&rev=482992
Log:
Move AddressingWSDLWalidator to slightly earlier in the phase.
This gives a consistent, predictable user experience and is a sensible default. The current situation has caused a number of confused users and problems during interoperability testing.

Modified:
    webservices/axis2/trunk/java/modules/addressing/src/META-INF/module.xml

Modified: webservices/axis2/trunk/java/modules/addressing/src/META-INF/module.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/addressing/src/META-INF/module.xml?view=diff&rev=482992&r1=482991&r2=482992
==============================================================================
--- webservices/axis2/trunk/java/modules/addressing/src/META-INF/module.xml (original)
+++ webservices/axis2/trunk/java/modules/addressing/src/META-INF/module.xml Wed Dec  6 01:41:58 2006
@@ -8,7 +8,7 @@
             <order phase="PreDispatch"/>
         </handler>
         <handler name="AddressingWSDLValidationHandler" class="org.apache.axis2.handlers.addressing.AddressingWSDLValidationHandler">
-            <order phase="Dispatch" after="InstanceDispatcher" />
+            <order phase="Dispatch" after="AddressingBasedDispatcher" />
         </handler>
     </InFlow>
 
@@ -34,4 +34,4 @@
         </handler>
         <!-- AddressingWSDLValidationHandler not present on the INfaultflow so that we don't get faults bouncing around forever -->
     </InFaultFlow>
-</module>
\ No newline at end of file
+</module>



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org