Author: azeez
Date: Mon May 19 13:41:50 2008
New Revision: 17177

Log:
Adding back a parameter that was dropped by mistake



Modified:
   trunk/wsas/java/modules/core/conf/axis2.xml

Modified: trunk/wsas/java/modules/core/conf/axis2.xml
==============================================================================
--- trunk/wsas/java/modules/core/conf/axis2.xml (original)
+++ trunk/wsas/java/modules/core/conf/axis2.xml Mon May 19 13:41:50 2008
@@ -412,6 +412,13 @@
     <cluster class="org.apache.axis2.clustering.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"
 

_______________________________________________
Wsas-java-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/wsas-java-dev

Reply via email to