[jboss-cvs] JBoss Messaging SVN: r5893 - trunk/src/config.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Feb 18 08:55:49 EST 2009


Author: ataylor
Date: 2009-02-18 08:55:48 -0500 (Wed, 18 Feb 2009)
New Revision: 5893

Modified:
   trunk/src/config/ra.xml
Log:
fixed ra.xml

Modified: trunk/src/config/ra.xml
===================================================================
--- trunk/src/config/ra.xml	2009-02-18 13:38:32 UTC (rev 5892)
+++ trunk/src/config/ra.xml	2009-02-18 13:55:48 UTC (rev 5893)
@@ -52,7 +52,7 @@
          <description>The transport configuration. These values must be in the form of key:val:type;key:val:type; where type is Integer, String, Long or boolean</description>
          <config-property-name>TransportConfiguration</config-property-name>
          <config-property-type>java.lang.String</config-property-type>
-         <config-property-value>jbm.remoting.invm.serverid=0</config-property-value>
+         <config-property-value>jbm.remoting.invm.serverid:0:Integer</config-property-value>
       </config-property>
        <config-property>
         <description>Use XA methods to obtain connections</description>




More information about the jboss-cvs-commits mailing list