Author: ruwan
Date: Tue Jan 13 18:15:54 2009
New Revision: 28733
URL: http://wso2.org/svn/browse/wso2?view=rev&revision=28733

Log:
Synapse as a handler to axis2 service in-progress (module handler positioned)

Modified:
   
branches/synapse/1.2.wso2v1/modules/handler/src/main/resources/META-INF/module.xml

Modified: 
branches/synapse/1.2.wso2v1/modules/handler/src/main/resources/META-INF/module.xml
URL: 
http://wso2.org/svn/browse/wso2/branches/synapse/1.2.wso2v1/modules/handler/src/main/resources/META-INF/module.xml?rev=28733&r1=28732&r2=28733&view=diff
==============================================================================
--- 
branches/synapse/1.2.wso2v1/modules/handler/src/main/resources/META-INF/module.xml
  (original)
+++ 
branches/synapse/1.2.wso2v1/modules/handler/src/main/resources/META-INF/module.xml
  Tue Jan 13 18:15:54 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>
     

_______________________________________________
Esb-java-dev mailing list
[email protected]
https://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev

Reply via email to