You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@synapse.apache.org by ch...@apache.org on 2007/05/17 14:41:30 UTC

svn commit: r538893 - /webservices/synapse/trunk/java/repository/conf/sample/resources/misc/server/axis2.xml

Author: chathura_ce
Date: Thu May 17 05:41:29 2007
New Revision: 538893

URL: http://svn.apache.org/viewvc?view=rev&rev=538893
Log:
corrected the position of the RMPhase.

Modified:
    webservices/synapse/trunk/java/repository/conf/sample/resources/misc/server/axis2.xml

Modified: webservices/synapse/trunk/java/repository/conf/sample/resources/misc/server/axis2.xml
URL: http://svn.apache.org/viewvc/webservices/synapse/trunk/java/repository/conf/sample/resources/misc/server/axis2.xml?view=diff&rev=538893&r1=538892&r2=538893
==============================================================================
--- webservices/synapse/trunk/java/repository/conf/sample/resources/misc/server/axis2.xml (original)
+++ webservices/synapse/trunk/java/repository/conf/sample/resources/misc/server/axis2.xml Thu May 17 05:41:29 2007
@@ -271,9 +271,9 @@
             </handler>
         </phase>
         <!--  System pre defined phases       -->
-        <phase name="RMPhase"/>
         <!--   After Postdispatch phase module author or or service author can add any phase he want      -->
         <phase name="OperationInPhase"/>
+        <phase name="RMPhase"/>
     </phaseOrder>
     <phaseOrder type="OutFlow">
         <!--      user can add his own phases to this area  -->
@@ -323,8 +323,8 @@
             </handler>
         </phase>
         <!--      user can add his own phases to this area  -->
-        <phase name="RMPhase"/>
         <phase name="OperationInFaultPhase"/>
+        <phase name="RMPhase"/>
     </phaseOrder>
     <phaseOrder type="OutFaultFlow">
         <!--      user can add his own phases to this area  -->



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