[Jboss-cvs] JBossAS SVN: r55481 - trunk/cluster/src/resources/jgroups

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Aug 10 00:30:32 EDT 2006


Author: bstansberry at jboss.com
Date: 2006-08-10 00:30:31 -0400 (Thu, 10 Aug 2006)
New Revision: 55481

Modified:
   trunk/cluster/src/resources/jgroups/jboss-service.xml
   trunk/cluster/src/resources/jgroups/multiplexer-xmbean.xml
Log:
Go back to using the org.jboss JChannelFactory

Modified: trunk/cluster/src/resources/jgroups/jboss-service.xml
===================================================================
--- trunk/cluster/src/resources/jgroups/jboss-service.xml	2006-08-10 03:49:13 UTC (rev 55480)
+++ trunk/cluster/src/resources/jgroups/jboss-service.xml	2006-08-10 04:30:31 UTC (rev 55481)
@@ -12,8 +12,8 @@
     Author: Bela Ban
     Version: $Id$
     -->
-    <!--mbean code="org.jboss.ha.framework.server.JChannelFactory" name="jgroups.mux:name=Multiplexer" xmbean-dd="resource:META-INF/multiplexer-xmbean.xml" -->
-    <mbean code="org.jgroups.JChannelFactory" name="jgroups.mux:name=Multiplexer" xmbean-dd="resource:META-INF/multiplexer-xmbean.xml">
+    <mbean code="org.jboss.ha.framework.server.JChannelFactory" name="jgroups.mux:name=Multiplexer" xmbean-dd="resource:META-INF/multiplexer-xmbean.xml">
+    <!--mbean code="org.jgroups.JChannelFactory" name="jgroups.mux:name=Multiplexer" xmbean-dd="resource:META-INF/multiplexer-xmbean.xml" -->
         <attribute name="Domain">jgroups.mux</attribute>
         <attribute name="MultiplexerConfig">META-INF/multiplexer-stacks.xml</attribute>
         <attribute name="ExposeChannels">true</attribute>

Modified: trunk/cluster/src/resources/jgroups/multiplexer-xmbean.xml
===================================================================
--- trunk/cluster/src/resources/jgroups/multiplexer-xmbean.xml	2006-08-10 03:49:13 UTC (rev 55480)
+++ trunk/cluster/src/resources/jgroups/multiplexer-xmbean.xml	2006-08-10 04:30:31 UTC (rev 55481)
@@ -14,11 +14,11 @@
     <description>JGroups Multiplexer</description>
     
     
-    <class>org.jgroups.jmx.JChannelFactory</class>
-    <!-- JBAS-3424 remove when JBAS-3425 is resolved
+    <!--class>org.jgroups.jmx.JChannelFactory</class-->
+    <!-- JBAS-3424 remove when JBAS-3425 is resolved -->
     <class>org.jboss.ha.framework.server.JChannelFactory</class>
-     -->
     
+    
     <!-- Constructors -->
     <constructor>
         <description>The default constructor</description>
@@ -27,7 +27,7 @@
 
     <!-- Attributes -->
     
-    <!-- JBAS-3424 remove when JBAS-3425 is resolved
+    <!-- JBAS-3424 remove when JBAS-3425 is resolved  -->
     <attribute access="read-write" getMethod="getNodeName" setMethod="setNodeName">
         <description>The unique name of the node across the partition.</description>
         <name>NodeName</name>
@@ -38,7 +38,7 @@
         <name>NodeAddress</name>
         <type>java.net.InetAddress</type>
     </attribute>
-     -->
+    
      
     <attribute access="read-write" getMethod="getDomain" setMethod="setDomain">
         <description>The domain which is used as prefix for all channels and protocols exposed via JMX</description>




More information about the jboss-cvs-commits mailing list