[jboss-svn-commits] JBL Code SVN: r25580 - in labs/jbosstm/enterprise: trunk/Transactions_JTA_Programmers_Guide/en-US and 1 other directory.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Wed Mar 11 00:57:59 EDT 2009


Author: irooskov at redhat.com
Date: 2009-03-11 00:57:59 -0400 (Wed, 11 Mar 2009)
New Revision: 25580

Modified:
   labs/jbosstm/enterprise/tags/EAP_4_2_7/Transactions_JTA_Programmers_Guide/en-US/Configuring_JBossJTA.xml
   labs/jbosstm/enterprise/tags/EAP_4_2_7/Transactions_JTA_Programmers_Guide/en-US/The_Resource_Manager.xml
   labs/jbosstm/enterprise/trunk/Transactions_JTA_Programmers_Guide/en-US/Configuring_JBossJTA.xml
   labs/jbosstm/enterprise/trunk/Transactions_JTA_Programmers_Guide/en-US/The_Resource_Manager.xml
Log:
updated JTA Programmers Guide with Chapter 3 heading and paragraph correction (now includes correct description) and the information in Chapter 7 has been reorganised to not be in a table so it is readable in PDF documents


Modified: labs/jbosstm/enterprise/tags/EAP_4_2_7/Transactions_JTA_Programmers_Guide/en-US/Configuring_JBossJTA.xml
===================================================================
--- labs/jbosstm/enterprise/tags/EAP_4_2_7/Transactions_JTA_Programmers_Guide/en-US/Configuring_JBossJTA.xml	2009-03-11 04:06:59 UTC (rev 25579)
+++ labs/jbosstm/enterprise/tags/EAP_4_2_7/Transactions_JTA_Programmers_Guide/en-US/Configuring_JBossJTA.xml	2009-03-11 04:57:59 UTC (rev 25580)
@@ -7,89 +7,73 @@
 	<section id="sect-Transactions_JTA_Programmers_Guide-Configuring_JBossJTA-Configuring_options">
 		<title>Configuring options</title>
 		<para>
-			The following table shows the configuration features, with default values shown in italics. For more detailed information, the relevant section numbers are provided.
+			The following shows the configuration features with default values and relevant section numbers for more detailed information.
 		</para>
-		<table frame="all" id="tabl-Transactions_JTA_Programmers_Guide-Configuring_options-JBossJTA_configuration_options.">
-			<title>JBossJTA configuration options.</title>
-			<tgroup cols="3">
-				<thead>
-					<row>
-						<entry>
-							Configuration Name
-						</entry>
-						<entry>
-							Possibile Values
-						</entry>
-						<entry>
-							Relevant Section
-						</entry>
-					</row>
-				</thead>
-				<tbody>
-					<row>
-						<entry>
-							com.arjuna.ats.jta.supportSubtransactions
-						</entry>
-						<entry>
-							YES/NO
-						</entry>
-						<entry>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							com.arjuna.ats.jta.jtaTMImplementation
-						</entry>
-						<entry>
-							com.arjuna.ats.internal.jta.transaction.arjunacore.TransactionManagerImple/com.arjuna.ats.internal.jta.transaction.jts.TransactionManagerImple
-						</entry>
-						<entry>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							com.arjuna.ats.jta.jtaUTImplementation
-						</entry>
-						<entry>
-							com.arjuna.ats.internal.jta.transaction.arjunacore.UserTransactionImple/com.arjuna.ats.internal.jta.transaction.jts.UserTransactionImple
-						</entry>
-						<entry>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							com.arjuna.ats.jta.xaBackoffPeriod
-						</entry>
-						<entry>
-						</entry>
-						<entry>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							com.arjuna.ats.jdbc.isolationLevel
-						</entry>
-						<entry>
-							Any supported JDBC isolation level.
-						</entry>
-						<entry>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							com.arjuna.ats.jta.xaTransactionTimetouEnabled
-						</entry>
-						<entry>
-							true/false
-						</entry>
-						<entry>
-							Chapter 3
-						</entry>
-					</row>
-				</tbody>
-			</tgroup>
-		</table>
+		<itemizedlist>
+			<listitem>
+				<para>
+					com.arjuna.ats.jta.supportSubtransactions
+				</para>
+				<itemizedlist>
+					<listitem>
+						<para>
+							Default Values: Yes/No
+						</para>
+					</listitem>
+				</itemizedlist>
+			</listitem>
+			<listitem>
+				<para>
+					com.arjuna.ats.jta.jtaTMImplementation
+				</para>	
+			</listitem>
+			<listitem>
+				<para>
+					com.arjuna.ats.jta.jtaUTImplementation
+				</para>
+				<itemizedlist>
+					<listitem>
+						<para>
+							Default Values: com.arjuna.ats.internal.jta.transaction.arjunacore.TransactionManagerImple/com.arjuna.ats.internal.jta.transaction.jts.TransactionManagerImple
+						</para>
+					</listitem>
+				</itemizedlist>
+			</listitem>
+			<listitem>
+				<para>
+					com.arjuna.ats.jta.xaBackoffPeriod
+				</para>
+			</listitem>
+			<listitem>
+				<para>
+					com.arjuna.ats.jdbc.isolationLevel
+				</para>
+				<itemizedlist>
+					<listitem>
+						<para>
+							Default Values: Any supported JDBC isolation level.
+						</para>
+					</listitem>
+				</itemizedlist>
+			</listitem>
+			<listitem>
+				<para>
+					com.arjuna.ats.jta.xaTransactionTimetouEnabled
+				</para>
+				<itemizedlist>
+					<listitem>
+						<para>
+							Default Values: true/false
+						</para>
+					</listitem>
+					<listitem>
+						<para>
+							For further information see chapter 3
+						</para>
+					</listitem>
+				</itemizedlist>
+			</listitem>
+		</itemizedlist>
 	</section>
-
 </chapter>
 

Modified: labs/jbosstm/enterprise/tags/EAP_4_2_7/Transactions_JTA_Programmers_Guide/en-US/The_Resource_Manager.xml
===================================================================
--- labs/jbosstm/enterprise/tags/EAP_4_2_7/Transactions_JTA_Programmers_Guide/en-US/The_Resource_Manager.xml	2009-03-11 04:06:59 UTC (rev 25579)
+++ labs/jbosstm/enterprise/tags/EAP_4_2_7/Transactions_JTA_Programmers_Guide/en-US/The_Resource_Manager.xml	2009-03-11 04:57:59 UTC (rev 25580)
@@ -3,9 +3,9 @@
 ]>
 
 <chapter id="chap-Transactions_JTA_Programmers_Guide-Test">
-	<title>Test</title>
+	<title>The Resource Manager</title>
 	<para>
-		This is a test paragraph
+		This chapter describes in detail how the Resource Manager can be used in the handling of transactions.
 	</para>
 	<section id="sect-Transactions_JTA_Programmers_Guide-Test-The_XAResource_Interface">
 		<title>The XAResource Interface</title>

Modified: labs/jbosstm/enterprise/trunk/Transactions_JTA_Programmers_Guide/en-US/Configuring_JBossJTA.xml
===================================================================
--- labs/jbosstm/enterprise/trunk/Transactions_JTA_Programmers_Guide/en-US/Configuring_JBossJTA.xml	2009-03-11 04:06:59 UTC (rev 25579)
+++ labs/jbosstm/enterprise/trunk/Transactions_JTA_Programmers_Guide/en-US/Configuring_JBossJTA.xml	2009-03-11 04:57:59 UTC (rev 25580)
@@ -7,89 +7,73 @@
 	<section id="sect-Transactions_JTA_Programmers_Guide-Configuring_JBossJTA-Configuring_options">
 		<title>Configuring options</title>
 		<para>
-			The following table shows the configuration features, with default values shown in italics. For more detailed information, the relevant section numbers are provided.
+			The following shows the configuration features with default values and relevant section numbers for more detailed information.
 		</para>
-		<table frame="all" id="tabl-Transactions_JTA_Programmers_Guide-Configuring_options-JBossJTA_configuration_options.">
-			<title>JBossJTA configuration options.</title>
-			<tgroup cols="3">
-				<thead>
-					<row>
-						<entry>
-							Configuration Name
-						</entry>
-						<entry>
-							Possibile Values
-						</entry>
-						<entry>
-							Relevant Section
-						</entry>
-					</row>
-				</thead>
-				<tbody>
-					<row>
-						<entry>
-							com.arjuna.ats.jta.supportSubtransactions
-						</entry>
-						<entry>
-							YES/NO
-						</entry>
-						<entry>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							com.arjuna.ats.jta.jtaTMImplementation
-						</entry>
-						<entry>
-							com.arjuna.ats.internal.jta.transaction.arjunacore.TransactionManagerImple/com.arjuna.ats.internal.jta.transaction.jts.TransactionManagerImple
-						</entry>
-						<entry>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							com.arjuna.ats.jta.jtaUTImplementation
-						</entry>
-						<entry>
-							com.arjuna.ats.internal.jta.transaction.arjunacore.UserTransactionImple/com.arjuna.ats.internal.jta.transaction.jts.UserTransactionImple
-						</entry>
-						<entry>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							com.arjuna.ats.jta.xaBackoffPeriod
-						</entry>
-						<entry>
-						</entry>
-						<entry>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							com.arjuna.ats.jdbc.isolationLevel
-						</entry>
-						<entry>
-							Any supported JDBC isolation level.
-						</entry>
-						<entry>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							com.arjuna.ats.jta.xaTransactionTimetouEnabled
-						</entry>
-						<entry>
-							true/false
-						</entry>
-						<entry>
-							Chapter 3
-						</entry>
-					</row>
-				</tbody>
-			</tgroup>
-		</table>
+		<itemizedlist>
+			<listitem>
+				<para>
+					com.arjuna.ats.jta.supportSubtransactions
+				</para>
+				<itemizedlist>
+					<listitem>
+						<para>
+							Default Values: Yes/No
+						</para>
+					</listitem>
+				</itemizedlist>
+			</listitem>
+			<listitem>
+				<para>
+					com.arjuna.ats.jta.jtaTMImplementation
+				</para>	
+			</listitem>
+			<listitem>
+				<para>
+					com.arjuna.ats.jta.jtaUTImplementation
+				</para>
+				<itemizedlist>
+					<listitem>
+						<para>
+							Default Values: com.arjuna.ats.internal.jta.transaction.arjunacore.TransactionManagerImple/com.arjuna.ats.internal.jta.transaction.jts.TransactionManagerImple
+						</para>
+					</listitem>
+				</itemizedlist>
+			</listitem>
+			<listitem>
+				<para>
+					com.arjuna.ats.jta.xaBackoffPeriod
+				</para>
+			</listitem>
+			<listitem>
+				<para>
+					com.arjuna.ats.jdbc.isolationLevel
+				</para>
+				<itemizedlist>
+					<listitem>
+						<para>
+							Default Values: Any supported JDBC isolation level.
+						</para>
+					</listitem>
+				</itemizedlist>
+			</listitem>
+			<listitem>
+				<para>
+					com.arjuna.ats.jta.xaTransactionTimetouEnabled
+				</para>
+				<itemizedlist>
+					<listitem>
+						<para>
+							Default Values: true/false
+						</para>
+					</listitem>
+					<listitem>
+						<para>
+							For further information see chapter 3
+						</para>
+					</listitem>
+				</itemizedlist>
+			</listitem>
+		</itemizedlist>
 	</section>
-
 </chapter>
 

Modified: labs/jbosstm/enterprise/trunk/Transactions_JTA_Programmers_Guide/en-US/The_Resource_Manager.xml
===================================================================
--- labs/jbosstm/enterprise/trunk/Transactions_JTA_Programmers_Guide/en-US/The_Resource_Manager.xml	2009-03-11 04:06:59 UTC (rev 25579)
+++ labs/jbosstm/enterprise/trunk/Transactions_JTA_Programmers_Guide/en-US/The_Resource_Manager.xml	2009-03-11 04:57:59 UTC (rev 25580)
@@ -3,9 +3,9 @@
 ]>
 
 <chapter id="chap-Transactions_JTA_Programmers_Guide-Test">
-	<title>Test</title>
+	<title>The Resource Manager</title>
 	<para>
-		This is a test paragraph
+		This chapter describes in detail how the Resource Manager can be used in the handling of transactions.
 	</para>
 	<section id="sect-Transactions_JTA_Programmers_Guide-Test-The_XAResource_Interface">
 		<title>The XAResource Interface</title>




More information about the jboss-svn-commits mailing list