[jboss-svn-commits] JBL Code SVN: r32131 - labs/jbosstm/enterprise/tags/EAP_5_0_1/Transactions_JTS_Programmers_Guide/en-US.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Thu Mar 18 00:52:40 EDT 2010
Author: misty at redhat.com
Date: 2010-03-18 00:52:38 -0400 (Thu, 18 Mar 2010)
New Revision: 32131
Modified:
labs/jbosstm/enterprise/tags/EAP_5_0_1/Transactions_JTS_Programmers_Guide/en-US/Failure_Recovery.xml
Log:
Removed version info for Oracle in the Failure / Recovery chapter
Modified: labs/jbosstm/enterprise/tags/EAP_5_0_1/Transactions_JTS_Programmers_Guide/en-US/Failure_Recovery.xml
===================================================================
--- labs/jbosstm/enterprise/tags/EAP_5_0_1/Transactions_JTS_Programmers_Guide/en-US/Failure_Recovery.xml 2010-03-18 04:34:00 UTC (rev 32130)
+++ labs/jbosstm/enterprise/tags/EAP_5_0_1/Transactions_JTS_Programmers_Guide/en-US/Failure_Recovery.xml 2010-03-18 04:52:38 UTC (rev 32131)
@@ -537,7 +537,7 @@
<screen>XAConnectionRecoveryEmpay=com.arjuna.ats.internal.jdbc.recovery.BasicXARecovery;2;OraRecoveryInfo</screen>
<para>
- An XAConnectionRecovery implementation class, <classname>com.arjuna.ats.internal.jdbc.recovery.BasicXARecovery</classname> is provided to support resource-initiated recovery for any XADataSource (see <application>JBoss Transaction Service</application> JTA manual). For this class, the string received in <methodname>initialise</methodname> is expected to contain the number of connections to recover, as well as the name of the properties file containing the dynamic class name, the database username, the database password and the URL (Uniform Resource Locator) needed to access the database. The following example is for an Oracle 8.1.6 database accessed via the Sequelink 5.1 driver:
+ An XAConnectionRecovery implementation class, <classname>com.arjuna.ats.internal.jdbc.recovery.BasicXARecovery</classname> is provided to support resource-initiated recovery for any XADataSource (see <application>JBoss Transaction Service</application> JTA manual). For this class, the string received in <methodname>initialise</methodname> is expected to contain the number of connections to recover, as well as the name of the properties file containing the dynamic class name, the database username, the database password and the URL (Uniform Resource Locator) needed to access the database. The following example is for an Oracle database accessed via the Sequelink 5.1 driver:
</para>
<screen>XAConnectionRecoveryEmpay=com.arjuna.ats.internal.jdbc.recovery.BasicXARecovery;2;OraRecoveryInfo</screen>
More information about the jboss-svn-commits
mailing list