Author: pzf Date: Mon Jun 4 15:11:41 2007 New Revision: 544308 URL: http://svn.apache.org/viewvc?view=rev&rev=544308 Log: adding RMPhase to default axis2.xml
Modified: webservices/axis2/trunk/java/modules/integration/conf/axis2.xml Modified: webservices/axis2/trunk/java/modules/integration/conf/axis2.xml URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/integration/conf/axis2.xml?view=diff&rev=544308&r1=544307&r2=544308 ============================================================================== --- webservices/axis2/trunk/java/modules/integration/conf/axis2.xml (original) +++ webservices/axis2/trunk/java/modules/integration/conf/axis2.xml Mon Jun 4 15:11:41 2007 @@ -212,6 +212,7 @@ <handler name="SOAPMessageBodyBasedDispatcher" class="org.apache.axis2.engine.SOAPMessageBodyBasedDispatcher"/> </phase> + <phase name="RMPhase"/> <!-- System pre defined phases --> <!-- After Postdispatch phase module author or or service author can add any phase he want --> <phase name="OperationInPhase"/> @@ -221,6 +222,7 @@ <phase name="OperationOutPhase"/> <!--system predefined phase--> <!--these phase will run irrespective of the service--> + <phase name="RMPhase"/> <phase name="PolicyDetermination"/> <phase name="MessageOut"/> <phase name="Security"/> @@ -242,12 +244,14 @@ <handler name="SOAPMessageBodyBasedDispatcher" class="org.apache.axis2.engine.SOAPMessageBodyBasedDispatcher"/> </phase> + <phase name="RMPhase"/> <!-- user can add his own phases to this area --> <phase name="OperationInFaultPhase"/> </phaseOrder> <phaseOrder type="OutFaultFlow"> <!-- user can add his own phases to this area --> <phase name="OperationOutFaultPhase"/> + <phase name="RMPhase"/> <phase name="PolicyDetermination"/> <phase name="MessageOut"/> </phaseOrder> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]