[jboss-cvs] JBossAS SVN: r110570 - trunk/server/src/etc/conf/all/bindingservice.beans/META-INF.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Feb 9 13:17:30 EST 2011


Author: pferraro
Date: 2011-02-09 13:17:30 -0500 (Wed, 09 Feb 2011)
New Revision: 110570

Modified:
   trunk/server/src/etc/conf/all/bindingservice.beans/META-INF/bindings-jboss-beans.xml
Log:
Port fix from JBPAPP-5509 JGroups diagnostics address not configurable from system property

Modified: trunk/server/src/etc/conf/all/bindingservice.beans/META-INF/bindings-jboss-beans.xml
===================================================================
--- trunk/server/src/etc/conf/all/bindingservice.beans/META-INF/bindings-jboss-beans.xml	2011-02-09 17:41:16 UTC (rev 110569)
+++ trunk/server/src/etc/conf/all/bindingservice.beans/META-INF/bindings-jboss-beans.xml	2011-02-09 18:17:30 UTC (rev 110570)
@@ -489,8 +489,8 @@
             <bean class="org.jboss.services.binding.ServiceBindingMetadata">
                <property name="serviceName">JGroups</property>
                <property name="bindingName">diagnostics</property>
-               <property name="hostName">224.0.75.75</property>
-               <property name="port">7500</property>
+               <property name="hostName">${jboss.jgroups.diagnostics_addr:224.0.75.75}</property>
+               <property name="port">${jboss.jgroups.diagnostics_port:7500}</property>
                <property name="description">Multicast socket on which JGroups listens for diagnostic requests from its Probe utility</property>
                <!-- This address should not be changed between different 
                     binding sets; all nodes need to listen on the same 



More information about the jboss-cvs-commits mailing list