You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by gd...@apache.org on 2006/10/05 15:45:27 UTC

svn commit: r453237 - /geronimo/server/trunk/configs/wadi-clustering/src/plan/plan.xml

Author: gdamour
Date: Thu Oct  5 06:45:27 2006
New Revision: 453237

URL: http://svn.apache.org/viewvc?view=rev&rev=453237
Log:
GERONIMO-2468 - Tribes as the default group communication implementation for WADI

Small fix has been applied to WADI and resulting artifact redeployed; so, we can now switch.

Modified:
    geronimo/server/trunk/configs/wadi-clustering/src/plan/plan.xml

Modified: geronimo/server/trunk/configs/wadi-clustering/src/plan/plan.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/configs/wadi-clustering/src/plan/plan.xml?view=diff&rev=453237&r1=453236&r2=453237
==============================================================================
--- geronimo/server/trunk/configs/wadi-clustering/src/plan/plan.xml (original)
+++ geronimo/server/trunk/configs/wadi-clustering/src/plan/plan.xml Thu Oct  5 06:45:27 2006
@@ -29,6 +29,7 @@
         <attribute name="nbReplica">${PlanNbReplica}</attribute>
     </gbean>
 
+    <!--
     <gbean name="DefaultDispatcherHolder" class="org.apache.geronimo.clustering.wadi.ActiveClusterDispatcherHolder">
         <attribute name="clusterName">${PlanClusterName}</attribute>
         <attribute name="clusterUri">${PlanClusterUri}</attribute>
@@ -37,8 +38,8 @@
             <name>Node</name>
         </reference>
     </gbean>
+    -->
 
-    <!--
     <gbean name="DefaultDispatcherHolder" class="org.apache.geronimo.clustering.wadi.TribesDispatcherHolder">
         <attribute name="clusterName">${PlanClusterName}</attribute>
         <attribute name="inactiveTime">${PlanInactiveTime}</attribute>
@@ -46,6 +47,5 @@
             <name>Node</name>
         </reference>
     </gbean>
-    -->
 
 </module>