Author: veithen
Date: Sun Apr 17 09:11:42 2016
New Revision: 1739561

URL: http://svn.apache.org/viewvc?rev=1739561&view=rev
Log:
Disable hot deployment for unit tests.

Modified:
    
axis/axis2/java/core/trunk/modules/jaxws-integration/test-resources/axis2.xml

Modified: 
axis/axis2/java/core/trunk/modules/jaxws-integration/test-resources/axis2.xml
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/jaxws-integration/test-resources/axis2.xml?rev=1739561&r1=1739560&r2=1739561&view=diff
==============================================================================
--- 
axis/axis2/java/core/trunk/modules/jaxws-integration/test-resources/axis2.xml 
(original)
+++ 
axis/axis2/java/core/trunk/modules/jaxws-integration/test-resources/axis2.xml 
Sun Apr 17 09:11:42 2016
@@ -21,7 +21,7 @@
     <!-- ================================================= -->
     <!-- Parameters -->
     <!-- ================================================= -->
-    <parameter name="hotdeployment">true</parameter>
+    <parameter name="hotdeployment">false</parameter>
     <parameter name="hotupdate">false</parameter>
     <parameter name="enableMTOM">false</parameter>
 


Reply via email to