[jboss-cvs] JBossAS SVN: r82049 - trunk/testsuite/src/resources/cluster/hasingleton.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Thu Dec 4 11:07:28 EST 2008
Author: bstansberry at jboss.com
Date: 2008-12-04 11:07:27 -0500 (Thu, 04 Dec 2008)
New Revision: 82049
Modified:
trunk/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: trunk/testsuite/src/resources/cluster/hasingleton/ha-singleton-jboss-beans.xml
===================================================================
--- trunk/testsuite/src/resources/cluster/hasingleton/ha-singleton-jboss-beans.xml 2008-12-04 15:42:23 UTC (rev 82048)
+++ trunk/testsuite/src/resources/cluster/hasingleton/ha-singleton-jboss-beans.xml 2008-12-04 16:07:27 UTC (rev 82049)
@@ -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