You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by th...@apache.org on 2006/10/10 10:35:27 UTC

svn commit: r454663 - /webservices/axis2/branches/java/1_1/modules/kernel/conf/axis2.xml

Author: thilina
Date: Tue Oct 10 01:35:26 2006
New Revision: 454663

URL: http://svn.apache.org/viewvc?view=rev&rev=454663
Log:
Adding SOAP monitor phase, so that people will  be able to engage SOAP monitor module without problems

Modified:
    webservices/axis2/branches/java/1_1/modules/kernel/conf/axis2.xml

Modified: webservices/axis2/branches/java/1_1/modules/kernel/conf/axis2.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/kernel/conf/axis2.xml?view=diff&rev=454663&r1=454662&r2=454663
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/kernel/conf/axis2.xml (original)
+++ webservices/axis2/branches/java/1_1/modules/kernel/conf/axis2.xml Tue Oct 10 01:35:26 2006
@@ -221,10 +221,12 @@
         </phase>
         <!--  System pre defined phases       -->
         <!--   After Postdispatch phase module author or or service author can add any phase he want      -->
-        <phase name="OperationInPhase"/>
+        <phase name="OperationInPhase"/>
+	<phase name="soapmonitorPhase"/>
     </phaseOrder>
     <phaseOrder type="OutFlow">
-        <!--      user can add his own phases to this area  -->
+        <!--      user can add his own phases to this area  -->
+	<phase name="soapmonitorPhase"/>
         <phase name="OperationOutPhase"/>
         <!--system predefined phase-->
         <!--these phase will run irrespective of the service-->
@@ -260,10 +262,12 @@
             </handler>
         </phase>
         <!--      user can add his own phases to this area  -->
-        <phase name="OperationInFaultPhase"/>
+        <phase name="OperationInFaultPhase"/>
+	<phase name="soapmonitorPhase"/>
     </phaseOrder>
     <phaseOrder type="OutFaultFlow">
-        <!--      user can add his own phases to this area  -->
+        <!--      user can add his own phases to this area  -->
+	<phase name="soapmonitorPhase"/>
         <phase name="OperationOutFaultPhase"/>
         <phase name="PolicyDetermination"/>
         <phase name="MessageOut"/>



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