You are viewing a plain text version of this content. The canonical link for it is here.
Posted to sandesha-dev@ws.apache.org by ch...@apache.org on 2006/04/23 08:57:50 UTC

svn commit: r396227 - in /webservices/sandesha/trunk/config: client_axis2.xml server_axis2.xml

Author: chamikara
Date: Sat Apr 22 23:57:48 2006
New Revision: 396227

URL: http://svn.apache.org/viewcvs?rev=396227&view=rev
Log:
Updated the axis2 xml files to relect, the changes in the axis2_default.xml (enableMTOM=false)

Modified:
    webservices/sandesha/trunk/config/client_axis2.xml
    webservices/sandesha/trunk/config/server_axis2.xml

Modified: webservices/sandesha/trunk/config/client_axis2.xml
URL: http://svn.apache.org/viewcvs/webservices/sandesha/trunk/config/client_axis2.xml?rev=396227&r1=396226&r2=396227&view=diff
==============================================================================
--- webservices/sandesha/trunk/config/client_axis2.xml (original)
+++ webservices/sandesha/trunk/config/client_axis2.xml Sat Apr 22 23:57:48 2006
@@ -4,7 +4,7 @@
     <!-- ================================================= -->
     <parameter name="hotdeployment" locked="false">true</parameter>
     <parameter name="hotupdate" locked="false">false</parameter>
-    <parameter name="enableMTOM" locked="false">true</parameter>
+    <parameter name="enableMTOM" locked="false">false</parameter>
     <parameter name="sendStacktraceDetailsWithFaults" locked="false">true</parameter>
 
     <!-- Uncomment this to enable REST support -->
@@ -104,13 +104,13 @@
         </phase>
         <!--  System pre defined phases       -->
         <!--   After Postdispatch phase module author or or service author can add any phase he want      -->
-        <phase name="RMPhase"/>
         <phase name="OperationInPhase"/>
+        <phase name="RMPhase"/>
     </phaseOrder>
     <phaseOrder type="outflow">
         <!--      user can add his own phases to this area  -->
-        <phase name="OperationOutPhase"/>
         <phase name="RMPhase"/>
+        <phase name="OperationOutPhase"/>
         <!--system predefined phase-->
         <!--these phase will run irrespective of the service-->
         <phase name="PolicyDetermination"/>
@@ -144,13 +144,13 @@
             </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  -->
-        <phase name="OperationOutFaultPhase"/>
         <phase name="RMPhase"/>
+        <phase name="OperationOutFaultPhase"/>
         <phase name="PolicyDetermination"/>
         <phase name="MessageOut"/>
     </phaseOrder>

Modified: webservices/sandesha/trunk/config/server_axis2.xml
URL: http://svn.apache.org/viewcvs/webservices/sandesha/trunk/config/server_axis2.xml?rev=396227&r1=396226&r2=396227&view=diff
==============================================================================
--- webservices/sandesha/trunk/config/server_axis2.xml (original)
+++ webservices/sandesha/trunk/config/server_axis2.xml Sat Apr 22 23:57:48 2006
@@ -4,7 +4,7 @@
     <!-- ================================================= -->
     <parameter name="hotdeployment" locked="false">true</parameter>
     <parameter name="hotupdate" locked="false">false</parameter>
-    <parameter name="enableMTOM" locked="false">true</parameter>
+    <parameter name="enableMTOM" locked="false">false</parameter>
     <parameter name="sendStacktraceDetailsWithFaults" locked="false">true</parameter>
 
     <!-- Uncomment this to enable REST support -->
@@ -67,8 +67,7 @@
         <parameter name="Transfer-Encoding" locked="false">chunked</parameter>
     </transportSender>
 
-
-    <module ref="addressing" />
+   <module ref="addressing" />
 
     <!-- ================================================= -->
     <!-- Phases  -->
@@ -104,13 +103,13 @@
         </phase>
         <!--  System pre defined phases       -->
         <!--   After Postdispatch phase module author or or service author can add any phase he want      -->
-        <phase name="RMPhase"/>
         <phase name="OperationInPhase"/>
+        <phase name="RMPhase"/>
     </phaseOrder>
     <phaseOrder type="outflow">
         <!--      user can add his own phases to this area  -->
-        <phase name="OperationOutPhase"/>
         <phase name="RMPhase"/>
+        <phase name="OperationOutPhase"/>
         <!--system predefined phase-->
         <!--these phase will run irrespective of the service-->
         <phase name="PolicyDetermination"/>
@@ -144,13 +143,13 @@
             </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  -->
-        <phase name="OperationOutFaultPhase"/>
         <phase name="RMPhase"/>
+        <phase name="OperationOutFaultPhase"/>
         <phase name="PolicyDetermination"/>
         <phase name="MessageOut"/>
     </phaseOrder>



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