[jboss-cvs] JBossAS SVN: r103876 - trunk/testsuite/src/resources/cluster/hasingleton/electionpolicy.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Tue Apr 13 00:05:19 EDT 2010
Author: bstansberry at jboss.com
Date: 2010-04-13 00:05:18 -0400 (Tue, 13 Apr 2010)
New Revision: 103876
Modified:
trunk/testsuite/src/resources/cluster/hasingleton/electionpolicy/ha-electionpolicy-jboss-beans.xml
Log:
PreferredMasterHASingletonElectionPolicy s address:port should be the JGroups address:port
Modified: trunk/testsuite/src/resources/cluster/hasingleton/electionpolicy/ha-electionpolicy-jboss-beans.xml
===================================================================
--- trunk/testsuite/src/resources/cluster/hasingleton/electionpolicy/ha-electionpolicy-jboss-beans.xml 2010-04-13 04:00:31 UTC (rev 103875)
+++ trunk/testsuite/src/resources/cluster/hasingleton/electionpolicy/ha-electionpolicy-jboss-beans.xml 2010-04-13 04:05:18 UTC (rev 103876)
@@ -105,7 +105,8 @@
<bean class="org.jboss.ha.singleton.PreferredMasterElectionPolicy"
name="PreferredMasterElectionPolicy_1">
<property name="position">0</property>
- <property name="preferredMaster">${node0.bind.address:127.0.0.1}:1099</property>
+ <!-- 55200 is the default bind_port for the JGroups UDP stack -->
+ <property name="preferredMaster">${node0.bind.address:127.0.0.1}:55200</property>
</bean>
<bean class="org.jboss.ha.singleton.HASingletonController"
@@ -130,7 +131,8 @@
<bean class="org.jboss.ha.singleton.PreferredMasterElectionPolicy"
name="PreferredMasterElectionPolicy_2">
<property name="position">-1</property>
- <property name="preferredMaster">${node0.bind.address:127.0.0.1}:1099</property>
+ <!-- 55200 is the default bind_port for the JGroups UDP stack -->
+ <property name="preferredMaster">${node0.bind.address:127.0.0.1}:55200</property>
</bean>
<bean class="org.jboss.ha.singleton.HASingletonController"
More information about the jboss-cvs-commits
mailing list