[jboss-cvs] JBossAS SVN: r82054 - tags/JBoss_5_0_0_GA/testsuite/src/resources/cluster/hasingleton.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Thu Dec 4 12:53:15 EST 2008
Author: bstansberry at jboss.com
Date: 2008-12-04 12:53:15 -0500 (Thu, 04 Dec 2008)
New Revision: 82054
Modified:
tags/JBoss_5_0_0_GA/testsuite/src/resources/cluster/hasingleton/ha-singleton-jboss-beans.xml
Log:
[JBAS-6279] Missed checkin from work to remove assumption about who master is from HA Singleton test cases
Modified: tags/JBoss_5_0_0_GA/testsuite/src/resources/cluster/hasingleton/ha-singleton-jboss-beans.xml
===================================================================
--- tags/JBoss_5_0_0_GA/testsuite/src/resources/cluster/hasingleton/ha-singleton-jboss-beans.xml 2008-12-04 17:33:45 UTC (rev 82053)
+++ tags/JBoss_5_0_0_GA/testsuite/src/resources/cluster/hasingleton/ha-singleton-jboss-beans.xml 2008-12-04 17:53:15 UTC (rev 82054)
@@ -10,7 +10,9 @@
</bean>
<bean class="org.jboss.ha.singleton.HASingletonController"
- name="SimpleHaSingletonController">
+ name="SimpleHaSingletonController">
+
+ <annotation>@org.jboss.aop.microcontainer.aspects.jmx.JMX(name="jboss.ha:service=TestHASingletonControllerBean", exposedInterface=org.jboss.ha.singleton.HASingletonControllerMBean.class, registerDirectly=true)</annotation>
<property name="clusterPartition"><inject bean="HAPartition"/></property>
<property name="target"><inject bean="SimpleHaSingletonPojo"/></property>
More information about the jboss-cvs-commits
mailing list