[jboss-cvs] JBossAS SVN: r78301 - projects/docs/enterprise/4.3.3/Transactions/Transactions_JTA_Administration_Guide/en-US.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Sep 9 21:54:30 EDT 2008


Author: irooskov at redhat.com
Date: 2008-09-09 21:54:30 -0400 (Tue, 09 Sep 2008)
New Revision: 78301

Modified:
   projects/docs/enterprise/4.3.3/Transactions/Transactions_JTA_Administration_Guide/en-US/Administration_of_ArjunaTA.xml
   projects/docs/enterprise/4.3.3/Transactions/Transactions_JTA_Administration_Guide/en-US/Preface.xml
Log:
update for build system


Modified: projects/docs/enterprise/4.3.3/Transactions/Transactions_JTA_Administration_Guide/en-US/Administration_of_ArjunaTA.xml
===================================================================
--- projects/docs/enterprise/4.3.3/Transactions/Transactions_JTA_Administration_Guide/en-US/Administration_of_ArjunaTA.xml	2008-09-10 01:51:41 UTC (rev 78300)
+++ projects/docs/enterprise/4.3.3/Transactions/Transactions_JTA_Administration_Guide/en-US/Administration_of_ArjunaTA.xml	2008-09-10 01:54:30 UTC (rev 78301)
@@ -4,8 +4,6 @@
 
 <chapter id="chap-Transactions_JTA_Administration_Guide-Administration_of_ArjunaTA">
 	<title>Administration of ArjunaTA</title>
-	<para>
-	</para>
 	<section id="sect-Transactions_JTA_Administration_Guide-Administration_of_ArjunaTA-Introduction">
 		<title>Introduction</title>
 		<para>
@@ -57,11 +55,11 @@
 		<para>
 			The failure recovery subsystem of ArjunaTA will ensure that results of a transaction are applied consistently to all resources affected by the transaction, even if any of the application processes or the machine hosting them crash or lose network connectivity. In the case of machine (system) crash or network failure, the recovery will not take place until the system or network are restored, but the original application does not need to be restarted – recovery responsibility is delegated to the Recovery Manager process (see below). Recovery after failure requires that information about the transaction and the resources involved survives the failure and is accessible afterward: this information is held in the ActionStore, which is part of the ObjectStore.
 		</para>
-		<caution>
+		<warning>
 			<para>
 				If the ObjectStore is destroyed or modified, recovery may not be possible.
 			</para>
-		</caution>
+		</warning>
 		<para>
 			Until the recovery procedures are complete, resources affected by a transaction that was in progress at the time of the failure may be inaccessible. For database resources, this may be reported as tables or rows held by <emphasis>in-doubt transactions</emphasis>. For TransactionalObjects for Java resources, an attempt to activate the Transactional Object (as when trying to get a lock) will fail.
 		</para>

Modified: projects/docs/enterprise/4.3.3/Transactions/Transactions_JTA_Administration_Guide/en-US/Preface.xml
===================================================================
--- projects/docs/enterprise/4.3.3/Transactions/Transactions_JTA_Administration_Guide/en-US/Preface.xml	2008-09-10 01:51:41 UTC (rev 78300)
+++ projects/docs/enterprise/4.3.3/Transactions/Transactions_JTA_Administration_Guide/en-US/Preface.xml	2008-09-10 01:54:30 UTC (rev 78301)
@@ -4,8 +4,6 @@
 
 <preface id="pref-Transactions_JTA_Administration_Guide-Preface">
 	<title>Preface</title>
-	<para>
-	</para>
 	<xi:include href="Common_Content/Conventions.xml" xmlns:xi="http://www.w3.org/2001/XInclude"></xi:include>
 	<xi:include href="Feedback.xml" xmlns:xi="http://www.w3.org/2001/XInclude"><xi:fallback xmlns:xi="http://www.w3.org/2001/XInclude"><xi:include href="Common_Content/Feedback.xml" xmlns:xi="http://www.w3.org/2001/XInclude"></xi:include>
 	</xi:fallback></xi:include>




More information about the jboss-cvs-commits mailing list