[jboss-svn-commits] JBL Code SVN: r36960 - labs/jbosstm/trunk/docs/development_guide/en-US.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Thu Apr 21 05:05:48 EDT 2011


Author: tomjenkinson
Date: 2011-04-21 05:05:47 -0400 (Thu, 21 Apr 2011)
New Revision: 36960

Modified:
   labs/jbosstm/trunk/docs/development_guide/en-US/The_Resource_Manager.xml
   labs/jbosstm/trunk/docs/development_guide/en-US/Transactions.xml
Log:
JBTM-820 removed the reference to JBossTA

Modified: labs/jbosstm/trunk/docs/development_guide/en-US/The_Resource_Manager.xml
===================================================================
--- labs/jbosstm/trunk/docs/development_guide/en-US/The_Resource_Manager.xml	2011-04-21 09:02:02 UTC (rev 36959)
+++ labs/jbosstm/trunk/docs/development_guide/en-US/The_Resource_Manager.xml	2011-04-21 09:05:47 UTC (rev 36960)
@@ -97,7 +97,7 @@
         The <citetitle>ArjunaCore Development Guide</citetitle> discusses the <firstterm>Last Resource Commit
         optimization (LRCO)</firstterm>, whereby a single resource that is only one-phase aware, and does not support
         the <methodname>prepare</methodname> phase, can be enlisted with a transaction that is manipulating two-phase
-        aware participants. This optimization is also supported within the JBossTA.
+        aware participants. This optimization is also supported within the &PRODUCT;.
       </para>
       <para>
         In order to use the LRCO, your <interfacename>XAResource</interfacename> implementation must extend the

Modified: labs/jbosstm/trunk/docs/development_guide/en-US/Transactions.xml
===================================================================
--- labs/jbosstm/trunk/docs/development_guide/en-US/Transactions.xml	2011-04-21 09:02:02 UTC (rev 36959)
+++ labs/jbosstm/trunk/docs/development_guide/en-US/Transactions.xml	2011-04-21 09:05:47 UTC (rev 36960)
@@ -312,7 +312,7 @@
                 <methodname>commit</methodname>
                 operation is restricted to the transaction originator only. If the
                 calling thread is
-                not allowed to commit the transaction, an exception is thrown. JBossTA does not
+                not allowed to commit the transaction, an exception is thrown. &PRODUCT; does not
                 currently impose any restriction on the ability of threads to terminate
                 transactions.
               </para>



More information about the jboss-svn-commits mailing list