[hornetq-commits] JBoss hornetq SVN: r10549 - branches/Branch_2_2_EAP/src/config.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Apr 20 18:22:34 EDT 2011


Author: clebert.suconic at jboss.com
Date: 2011-04-20 18:22:34 -0400 (Wed, 20 Apr 2011)
New Revision: 10549

Modified:
   branches/Branch_2_2_EAP/src/config/ra.xml
Log:
fixing ra.xml

Modified: branches/Branch_2_2_EAP/src/config/ra.xml
===================================================================
--- branches/Branch_2_2_EAP/src/config/ra.xml	2011-04-20 21:40:26 UTC (rev 10548)
+++ branches/Branch_2_2_EAP/src/config/ra.xml	2011-04-20 22:22:34 UTC (rev 10549)
@@ -86,7 +86,7 @@
         <description>The jndi params to use to look up the jms resources if local jndi is not to be used</description>
         <config-property-name>JndiParams</config-property-name>
         <config-property-type>java.lang.String</config-property-type>
-        <config-property-value>java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory,java.naming.provider.url=jnp://localhost:1199,java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces</config-property-value>
+        <config-property-value>java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory;java.naming.provider.url=jnp://localhost:1199;java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces</config-property-value>
       </config-property>
       <config-property>
         <description>The discovery group address</description>



More information about the hornetq-commits mailing list