Author: pzf Date: Tue Jun 5 00:42:46 2007 New Revision: 544414 URL: http://svn.apache.org/viewvc?view=rev&rev=544414 Log: adding RMPhase to default axis2.xml
Modified: webservices/axis2/trunk/java/modules/kernel/conf/axis2.xml Modified: webservices/axis2/trunk/java/modules/kernel/conf/axis2.xml URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/kernel/conf/axis2.xml?view=diff&rev=544414&r1=544413&r2=544414 ============================================================================== --- webservices/axis2/trunk/java/modules/kernel/conf/axis2.xml (original) +++ webservices/axis2/trunk/java/modules/kernel/conf/axis2.xml Tue Jun 5 00:42:46 2007 @@ -299,17 +299,19 @@ <handler name="HTTPLocationBasedDispatcher" class="org.apache.axis2.engine.HTTPLocationBasedDispatcher"/> </phase> + <phase name="RMPhase"/> <!-- System predefined phases --> <!-- After Postdispatch phase module author or service author can add any phase he want --> <phase name="OperationInPhase"/> - <phase name="soapmonitorPhase"/> + <phase name="soapmonitorPhase"/> </phaseOrder> <phaseOrder type="OutFlow"> <!-- user can add his own phases to this area --> - <phase name="soapmonitorPhase"/> + <phase name="soapmonitorPhase"/> <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"/> @@ -334,14 +336,16 @@ <handler name="HTTPLocationBasedDispatcher" class="org.apache.axis2.engine.HTTPLocationBasedDispatcher"/> </phase> + <phase name="RMPhase"/> <!-- user can add his own phases to this area --> <phase name="OperationInFaultPhase"/> - <phase name="soapmonitorPhase"/> + <phase name="soapmonitorPhase"/> </phaseOrder> <phaseOrder type="OutFaultFlow"> <!-- user can add his own phases to this area --> - <phase name="soapmonitorPhase"/> + <phase name="soapmonitorPhase"/> <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]