You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@synapse.apache.org by sa...@apache.org on 2006/06/22 13:02:14 UTC

svn commit: r416330 - /incubator/synapse/trunk/java/modules/core/conf/module.xml

Author: saminda
Date: Thu Jun 22 04:02:14 2006
New Revision: 416330

URL: http://svn.apache.org/viewvc?rev=416330&view=rev
Log:
updated the position of the SynapseDispatcher

Modified:
    incubator/synapse/trunk/java/modules/core/conf/module.xml

Modified: incubator/synapse/trunk/java/modules/core/conf/module.xml
URL: http://svn.apache.org/viewvc/incubator/synapse/trunk/java/modules/core/conf/module.xml?rev=416330&r1=416329&r2=416330&view=diff
==============================================================================
--- incubator/synapse/trunk/java/modules/core/conf/module.xml (original)
+++ incubator/synapse/trunk/java/modules/core/conf/module.xml Thu Jun 22 04:02:14 2006
@@ -8,7 +8,7 @@
     <inflow>
         <handler name="SynapseDispatcher"
                  class="org.apache.synapse.core.axis2.SynapseDispatcher">
-            <order phaseLast="true" phase="Dispatch"/>
+            <order after="SOAPMessageBodyBasedDispatcher" phase="Dispatch"/>
         </handler>
     </inflow>
 



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