[jboss-cvs] JBossAS SVN: r62947 - branches/Branch_4_2/cluster/src/main/org/jboss/ha/framework/server.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed May 9 14:04:22 EDT 2007


Author: bstansberry at jboss.com
Date: 2007-05-09 14:04:21 -0400 (Wed, 09 May 2007)
New Revision: 62947

Modified:
   branches/Branch_4_2/cluster/src/main/org/jboss/ha/framework/server/ClusterPartition.java
Log:
[JBAS-4406] Use 'jboss.jgroups' instead of 'jgroups.mux' as domain; these aren't mux channels

Modified: branches/Branch_4_2/cluster/src/main/org/jboss/ha/framework/server/ClusterPartition.java
===================================================================
--- branches/Branch_4_2/cluster/src/main/org/jboss/ha/framework/server/ClusterPartition.java	2007-05-09 18:01:33 UTC (rev 62946)
+++ branches/Branch_4_2/cluster/src/main/org/jboss/ha/framework/server/ClusterPartition.java	2007-05-09 18:04:21 UTC (rev 62947)
@@ -69,7 +69,7 @@
 {
    // Constants -----------------------------------------------------
 
-   public static final String JGROUPS_JMX_DOMAIN = "jgroups.mux";
+   public static final String JGROUPS_JMX_DOMAIN = "jboss.jgroups";
    public static final String CHANNEL_JMX_ATTRIBUTES = "type=channel,cluster=";
    public static final String PROTOCOL_JMX_ATTRIBUTES = "type=protocol,cluster=";
    




More information about the jboss-cvs-commits mailing list