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

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


Author: clebert.suconic at jboss.com
Date: 2010-06-15 15:50:12 -0400 (Tue, 15 Jun 2010)
New Revision: 9331

Modified:
   trunk/src/config/ra.xml
Log:
removing the isXA (not used) property

Modified: trunk/src/config/ra.xml
===================================================================
--- trunk/src/config/ra.xml	2010-06-15 19:39:48 UTC (rev 9330)
+++ trunk/src/config/ra.xml	2010-06-15 19:50:12 UTC (rev 9331)
@@ -45,15 +45,9 @@
          <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 locatingthe transactionmanager</description>
+        <description>The method to use for locating the 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