You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by xu...@apache.org on 2011/05/19 14:04:23 UTC

svn commit: r1124699 - /geronimo/server/trunk/plugins/axis2/geronimo-axis2/src/main/resources/META-INF/geronimo-axis2.xml

Author: xuhaihong
Date: Thu May 19 12:04:22 2011
New Revision: 1124699

URL: http://svn.apache.org/viewvc?rev=1124699&view=rev
Log:
Per JSR 109 5.3.3, Endpoint.publish is not portal in managed environment.
There is a bug in Axis2 Endpoint.publish function, it does not support to publish multiple server on the same port.
And actualy, it is not a good idea to allow users to start threads in Geronimo environment.

Modified:
    geronimo/server/trunk/plugins/axis2/geronimo-axis2/src/main/resources/META-INF/geronimo-axis2.xml

Modified: geronimo/server/trunk/plugins/axis2/geronimo-axis2/src/main/resources/META-INF/geronimo-axis2.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/axis2/geronimo-axis2/src/main/resources/META-INF/geronimo-axis2.xml?rev=1124699&r1=1124698&r2=1124699&view=diff
==============================================================================
--- geronimo/server/trunk/plugins/axis2/geronimo-axis2/src/main/resources/META-INF/geronimo-axis2.xml (original)
+++ geronimo/server/trunk/plugins/axis2/geronimo-axis2/src/main/resources/META-INF/geronimo-axis2.xml Thu May 19 12:04:22 2011
@@ -33,6 +33,8 @@
     <!--wrapped by different levels. Due to this the initial exception message can be lost. If this flag-->
     <!--is set then, Axis2 tries to get the first exception and set its message as the faultreason/Reason.-->
     <parameter name="DrillDownToRootCauseForFaultReason">false</parameter>
+    
+    <parameter name="jaxws.endpoint.publish.disable">true</parameter>
 
     <!--This is the user name and password of admin console-->
     <parameter name="userName">admin</parameter>