[hornetq-commits] JBoss hornetq SVN: r9329 - trunk/src/config.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Jun 15 13:45:45 EDT 2010


Author: clebert.suconic at jboss.com
Date: 2010-06-15 13:45:45 -0400 (Tue, 15 Jun 2010)
New Revision: 9329

Modified:
   trunk/src/config/ra.xml
Log:
Reverting RA to use a single Session
(Temporary change, this will probably go away)

Modified: trunk/src/config/ra.xml
===================================================================
--- trunk/src/config/ra.xml	2010-06-15 17:43:54 UTC (rev 9328)
+++ trunk/src/config/ra.xml	2010-06-15 17:45:45 UTC (rev 9329)
@@ -45,9 +45,15 @@
          <config-property-type>java.lang.String</config-property-type>
          <config-property-value>server-id=0</config-property-value>
       </config-property>
+      <config-property>
+        <description>Use XA?</description>
+        <config-property-name>UseXA</config-property-name>
+        <config-property-type>java.lang.Boolean</config-property-type>
+        <config-property-value>true</config-property-value>
+      </config-property>
       <!--
       <config-property>
-        <description>The method to use for locating the transactionmanager</description>
+        <description>The method to use for locatingthe transactionmanager</description>
         <config-property-name>TransactionManagerLocatorMethod</config-property-name>
         <config-property-type>java.lang.String</config-property-type>
         <config-property-value>getTm</config-property-value>



More information about the hornetq-commits mailing list