You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@synapse.apache.org by ru...@apache.org on 2009/03/03 20:13:24 UTC

svn commit: r749703 - /synapse/trunk/java/modules/handler/src/main/resources/META-INF/module.xml

Author: ruwan
Date: Tue Mar  3 19:13:23 2009
New Revision: 749703

URL: http://svn.apache.org/viewvc?rev=749703&view=rev
Log:
changing the module file of the synapse-handler to match the improvements, only a phase change in the axis2 flows

Modified:
    synapse/trunk/java/modules/handler/src/main/resources/META-INF/module.xml

Modified: synapse/trunk/java/modules/handler/src/main/resources/META-INF/module.xml
URL: http://svn.apache.org/viewvc/synapse/trunk/java/modules/handler/src/main/resources/META-INF/module.xml?rev=749703&r1=749702&r2=749703&view=diff
==============================================================================
--- synapse/trunk/java/modules/handler/src/main/resources/META-INF/module.xml (original)
+++ synapse/trunk/java/modules/handler/src/main/resources/META-INF/module.xml Tue Mar  3 19:13:23 2009
@@ -27,13 +27,13 @@
 
     <InFlow>
         <handler name="SynapseIn" class="org.apache.synapse.handler.SynapseInHandler">
-            <order phase="PreDispatch"/>
+            <order phase="OperationInPhase"/>
         </handler>
     </InFlow>
 
     <OutFlow>
         <handler name="SynapseOut" class="org.apache.synapse.handler.SynapseOutHandler">
-            <order phase="MessageOut"/>
+            <order phase="OperationOutPhase"/>
         </handler>
     </OutFlow>