[hornetq-commits] JBoss hornetq SVN: r7999 - in trunk: src/config and 1 other directory.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Sep 28 11:07:36 EDT 2009


Author: ataylor
Date: 2009-09-28 11:07:36 -0400 (Mon, 28 Sep 2009)
New Revision: 7999

Modified:
   trunk/docs/user-manual/en/appserver-integration.xml
   trunk/src/config/ra.xml
Log:
removed transaction manager refrences in RA adapter

Modified: trunk/docs/user-manual/en/appserver-integration.xml
===================================================================
--- trunk/docs/user-manual/en/appserver-integration.xml	2009-09-28 11:00:38 UTC (rev 7998)
+++ trunk/docs/user-manual/en/appserver-integration.xml	2009-09-28 15:07:36 UTC (rev 7999)
@@ -383,17 +383,6 @@
                                 key=val;key=val; and will be specific to the connector used</entry>
                         </row>
                         <row>
-                            <entry>TransactionManagerLocatorClass</entry>
-                            <entry>String</entry>
-                            <entry>The class to use to load the transaction manager</entry>
-                        </row>
-                        <row>
-                            <entry>TransactionManagerLocatorMethod</entry>
-                            <entry>String</entry>
-                            <entry>The method to invoke on the TransactionManagerLocatorClass to get
-                                the transaction manager</entry>
-                        </row>
-                        <row>
                             <entry>useLocalTx</entry>
                             <entry>boolean</entry>
                             <entry>True will enable local transaction optimisation.</entry>

Modified: trunk/src/config/ra.xml
===================================================================
--- trunk/src/config/ra.xml	2009-09-28 11:00:38 UTC (rev 7998)
+++ trunk/src/config/ra.xml	2009-09-28 15:07:36 UTC (rev 7999)
@@ -53,12 +53,6 @@
       </config-property>
       <!--
       <config-property>
-        <description>The class to use for locatingthe transactionmanager</description>
-        <config-property-name>TransactionManagerLocatorClass</config-property-name>
-        <config-property-type>java.lang.String</config-property-type>
-        <config-property-value>org.hornetq.ra.inflow.JBoss5TransactionManagerLocator</config-property-value>
-      </config-property>
-      <config-property>
         <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>



More information about the hornetq-commits mailing list