[jboss-cvs] JBossAS SVN: r60238 - trunk/cluster/src/etc.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sat Feb 3 12:23:53 EST 2007


Author: scott.stark at jboss.org
Date: 2007-02-03 12:23:53 -0500 (Sat, 03 Feb 2007)
New Revision: 60238

Modified:
   trunk/cluster/src/etc/deploy-hasingleton-beans.xml
Log:
Make the jmx name distinct from the mc bean name.

Modified: trunk/cluster/src/etc/deploy-hasingleton-beans.xml
===================================================================
--- trunk/cluster/src/etc/deploy-hasingleton-beans.xml	2007-02-03 16:00:25 UTC (rev 60237)
+++ trunk/cluster/src/etc/deploy-hasingleton-beans.xml	2007-02-03 17:23:53 UTC (rev 60238)
@@ -65,7 +65,7 @@
    <bean class="org.jboss.system.BarrierController"
           name="jboss.ha:service=HASingletonDeployer,type=BarrierController">
     
-      <annotation>@org.jboss.aop.microcontainer.aspects.jmx.JMX(name="jboss.ha:service=HASingletonDeployer,type=BarrierController", exposedInterface=org.jboss.system.BarrierControllerMBean.class, registerDirectly=true)</annotation> 
+      <annotation>@org.jboss.aop.microcontainer.aspects.jmx.JMX(name="jboss.ha:service=HASingletonDeployer,type=BarrierControllerMBean", exposedInterface=org.jboss.system.BarrierControllerMBean.class, registerDirectly=true)</annotation> 
             
       <!-- Dependent services will depend on this mbean -->
       <property name="barrierObjectName">jboss.ha:service=HASingletonDeployer,type=Barrier</property>




More information about the jboss-cvs-commits mailing list