[jboss-cvs] JBossAS SVN: r110568 - branches/JBPAPP_5_1/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 12:20:57 EST 2011
Author: pferraro
Date: 2011-02-09 12:20:56 -0500 (Wed, 09 Feb 2011)
New Revision: 110568
Modified:
branches/JBPAPP_5_1/server/src/etc/conf/all/bindingservice.beans/META-INF/bindings-jboss-beans.xml
Log:
JBPAPP-5509 JGroups diagnostics address not configurable from system property
Modified: branches/JBPAPP_5_1/server/src/etc/conf/all/bindingservice.beans/META-INF/bindings-jboss-beans.xml
===================================================================
--- branches/JBPAPP_5_1/server/src/etc/conf/all/bindingservice.beans/META-INF/bindings-jboss-beans.xml 2011-02-09 16:52:09 UTC (rev 110567)
+++ branches/JBPAPP_5_1/server/src/etc/conf/all/bindingservice.beans/META-INF/bindings-jboss-beans.xml 2011-02-09 17:20:56 UTC (rev 110568)
@@ -481,8 +481,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