You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by az...@apache.org on 2008/05/19 22:41:51 UTC

svn commit: r657966 - /webservices/axis2/trunk/java/modules/kernel/conf/axis2.xml

Author: azeez
Date: Mon May 19 13:41:51 2008
New Revision: 657966

URL: http://svn.apache.org/viewvc?rev=657966&view=rev
Log:
Adding back a parameter that was dropped by mistake


Modified:
    webservices/axis2/trunk/java/modules/kernel/conf/axis2.xml

Modified: webservices/axis2/trunk/java/modules/kernel/conf/axis2.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/kernel/conf/axis2.xml?rev=657966&r1=657965&r2=657966&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/kernel/conf/axis2.xml (original)
+++ webservices/axis2/trunk/java/modules/kernel/conf/axis2.xml Mon May 19 13:41:51 2008
@@ -252,6 +252,13 @@
     <cluster class="org.apache.axis2.cluster.tribes.TribesClusterManager" enable="false">
 
         <!--
+           This parameter indicates whther the cluster has to be automatically initalized
+           when the AxisConfiguration is built. If set to "true" the initialization will not be
+           done at that stage, and some other party will have to explictly initialize the cluster.
+        -->
+        <parameter name="AvoidInitiation">true</parameter>
+
+        <!--
            The membership scheme used in this setup. The only values supported at the moment are
            "multicast" and "wka"