[jboss-cvs] JBossAS SVN: r111046 - branches/JBPAPP_5_1_datagrid/server/src/etc/conf/all/bindingservice.beans/META-INF.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Mar 28 10:04:24 EDT 2011


Author: rhusar
Date: 2011-03-28 10:04:23 -0400 (Mon, 28 Mar 2011)
New Revision: 111046

Modified:
   branches/JBPAPP_5_1_datagrid/server/src/etc/conf/all/bindingservice.beans/META-INF/bindings-jboss-beans.xml
Log:
JBPAPP-6168 fixed Params jboss.infinispan.*.server.host passed to EDG are ignored

Modified: branches/JBPAPP_5_1_datagrid/server/src/etc/conf/all/bindingservice.beans/META-INF/bindings-jboss-beans.xml
===================================================================
--- branches/JBPAPP_5_1_datagrid/server/src/etc/conf/all/bindingservice.beans/META-INF/bindings-jboss-beans.xml	2011-03-28 13:43:10 UTC (rev 111045)
+++ branches/JBPAPP_5_1_datagrid/server/src/etc/conf/all/bindingservice.beans/META-INF/bindings-jboss-beans.xml	2011-03-28 14:04:23 UTC (rev 111046)
@@ -576,7 +576,7 @@
             <bean class="org.jboss.services.binding.ServiceBindingMetadata">
                <property name="serviceName">Infinispan</property>
                <property name="bindingName">HotRodServer</property>
-               <property name="hostName">${jboss.bind.address:127.0.0.1}</property>
+               <property name="hostName">${jboss.infinispan.hotrod.server.host,jboss.bind.address:127.0.0.1}</property>
                <property name="port">11222</property>
                <property name="description">Socket on which Infinispan's HotRod server listens</property>
             </bean>
@@ -584,7 +584,7 @@
             <bean class="org.jboss.services.binding.ServiceBindingMetadata">
                <property name="serviceName">Infinispan</property>
                <property name="bindingName">MemcachedServer</property>
-               <property name="hostName">${jboss.bind.address:127.0.0.1}</property>
+               <property name="hostName">${jboss.infinispan.memcached.server.host,jboss.bind.address:127.0.0.1}</property>
                <property name="port">11211</property>
                <property name="description">Socket on which Infinispan's memcached server listens</property>
             </bean>



More information about the jboss-cvs-commits mailing list