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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Aug 10 01:06:20 EDT 2006


Author: bstansberry at jboss.com
Date: 2006-08-10 01:06:17 -0400 (Thu, 10 Aug 2006)
New Revision: 55482

Modified:
   trunk/cluster/src/resources/jgroups/jboss-service.xml
Log:
Oops, must uncomment the NodeAddress as well

Modified: trunk/cluster/src/resources/jgroups/jboss-service.xml
===================================================================
--- trunk/cluster/src/resources/jgroups/jboss-service.xml	2006-08-10 04:30:31 UTC (rev 55481)
+++ trunk/cluster/src/resources/jgroups/jboss-service.xml	2006-08-10 05:06:17 UTC (rev 55482)
@@ -19,9 +19,9 @@
         <attribute name="ExposeChannels">true</attribute>
         <attribute name="ExposeProtocols">true</attribute>
         
-        <!-- The address used to determine the node name
+        <!-- The address used to determine the node name  -->
         <attribute name="NodeAddress">${jboss.bind.address}</attribute>
-         -->
+        
     </mbean>
 
 




More information about the jboss-cvs-commits mailing list