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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sun Jan 27 19:07:13 EST 2008


Author: bstansberry at jboss.com
Date: 2008-01-27 19:07:12 -0500 (Sun, 27 Jan 2008)
New Revision: 69379

Modified:
   trunk/cluster/src/etc/cluster-beans.xml
Log:
[JBAS-5180] Make ClusterPartition mbean queryable

Modified: trunk/cluster/src/etc/cluster-beans.xml
===================================================================
--- trunk/cluster/src/etc/cluster-beans.xml	2008-01-28 00:04:35 UTC (rev 69378)
+++ trunk/cluster/src/etc/cluster-beans.xml	2008-01-28 00:07:12 UTC (rev 69379)
@@ -74,7 +74,7 @@
     
    <!-- Add a handle to the cache to JMX -->
    <bean name="DefaultPartition-HAPartitionCache" class="org.jboss.cache.jmx.CacheJmxWrapper">
-      <annotation>@org.jboss.aop.microcontainer.aspects.jmx.JMX(name="jboss.cache:service=HAPartitionCache,partitionName=${jboss.partition.name:DefaultPartition}", exposedInterface=org.jboss.cache.jmx.CacheJmxWrapperMBean.class, registerDirectly=true)</annotation>
+      <annotation>@org.jboss.aop.microcontainer.aspects.jmx.JMX(name="jboss.cache:service=HAPartitionCache,partition=${jboss.partition.name:DefaultPartition}", exposedInterface=org.jboss.cache.jmx.CacheJmxWrapperMBean.class, registerDirectly=true)</annotation>
       
       <property name="configuration"><inject bean="DefaultPartition-HAPartitionCacheConfig"/></property>
         
@@ -89,7 +89,7 @@
 
     <depends>jboss:service=Naming</depends>
     	 
-    <annotation>@org.jboss.aop.microcontainer.aspects.jmx.JMX(name="jboss:service=${jboss.partition.name:DefaultPartition}", exposedInterface=org.jboss.ha.framework.server.ClusterPartitionMBean.class)</annotation>
+    <annotation>@org.jboss.aop.microcontainer.aspects.jmx.JMX(name="jboss:service=HAPartition,partition=${jboss.partition.name:DefaultPartition}", exposedInterface=org.jboss.ha.framework.server.ClusterPartitionMBean.class)</annotation>
       
    	<constructor>
    	   <parameter>




More information about the jboss-cvs-commits mailing list