Author: pzf Date: Tue Jun 5 00:48:45 2007 New Revision: 544415 URL: http://svn.apache.org/viewvc?view=rev&rev=544415 Log: adding RMPhase to default axis2.xml
Modified: webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/deployment/axis2_default.xml Modified: webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/deployment/axis2_default.xml URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/deployment/axis2_default.xml?view=diff&rev=544415&r1=544414&r2=544415 ============================================================================== --- webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/deployment/axis2_default.xml (original) +++ webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/deployment/axis2_default.xml Tue Jun 5 00:48:45 2007 @@ -182,6 +182,7 @@ <order phase="Dispatch"/> </handler> </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"/> @@ -191,6 +192,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"/> @@ -227,12 +229,14 @@ <order phase="Dispatch"/> </handler> </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]