[jboss-svn-commits] JBL Code SVN: r29436 - labs/jbosstm/enterprise/tags/EAP_4_3_0/Administrators_Guide/en-US.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Tue Sep 22 20:26:32 EDT 2009


Author: irooskov at redhat.com
Date: 2009-09-22 20:26:31 -0400 (Tue, 22 Sep 2009)
New Revision: 29436

Modified:
   labs/jbosstm/enterprise/tags/EAP_4_3_0/Administrators_Guide/en-US/Author_Group.xml
   labs/jbosstm/enterprise/tags/EAP_4_3_0/Administrators_Guide/en-US/Book_Info.xml
   labs/jbosstm/enterprise/tags/EAP_4_3_0/Administrators_Guide/en-US/Chapter.xml
   labs/jbosstm/enterprise/tags/EAP_4_3_0/Administrators_Guide/en-US/JBoss_Transactions_Administrators_Guide.xml
Log:
updated in order to have the book build correctly. Only really the Author_Group has been changed


Modified: labs/jbosstm/enterprise/tags/EAP_4_3_0/Administrators_Guide/en-US/Author_Group.xml
===================================================================
--- labs/jbosstm/enterprise/tags/EAP_4_3_0/Administrators_Guide/en-US/Author_Group.xml	2009-09-22 17:10:36 UTC (rev 29435)
+++ labs/jbosstm/enterprise/tags/EAP_4_3_0/Administrators_Guide/en-US/Author_Group.xml	2009-09-23 00:26:31 UTC (rev 29436)
@@ -2,4 +2,9 @@
 <!DOCTYPE authorgroup PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
 ]>
 
-<authorgroup><corpauthor> Red Hat Documentation Group </corpauthor></authorgroup>
+<authorgroup>
+<author>
+      <firstname>Red Hat Documentation Group</firstname>
+      <surname></surname>
+   </author>
+</authorgroup>

Modified: labs/jbosstm/enterprise/tags/EAP_4_3_0/Administrators_Guide/en-US/Book_Info.xml
===================================================================
--- labs/jbosstm/enterprise/tags/EAP_4_3_0/Administrators_Guide/en-US/Book_Info.xml	2009-09-22 17:10:36 UTC (rev 29435)
+++ labs/jbosstm/enterprise/tags/EAP_4_3_0/Administrators_Guide/en-US/Book_Info.xml	2009-09-23 00:26:31 UTC (rev 29436)
@@ -24,7 +24,7 @@
 		<holder>&HOLDER;</holder>
 	</copyright>
 	<!--xi:include href="Common_Content/Legal_Notice.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /-->
-	<xi:include href="Author_Group.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+	<xi:include href="Author_Group.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> 
 </bookinfo>
 
 

Modified: labs/jbosstm/enterprise/tags/EAP_4_3_0/Administrators_Guide/en-US/Chapter.xml
===================================================================
--- labs/jbosstm/enterprise/tags/EAP_4_3_0/Administrators_Guide/en-US/Chapter.xml	2009-09-22 17:10:36 UTC (rev 29435)
+++ labs/jbosstm/enterprise/tags/EAP_4_3_0/Administrators_Guide/en-US/Chapter.xml	2009-09-23 00:26:31 UTC (rev 29436)
@@ -211,7 +211,7 @@
 		<para>Setting the normal recovery messages to the INFO level allows the RecoveryManager producing a moderate level of reporting. If nothing is going on, it just reports the entry into each module for each periodic pass. To disable INFO messages produced by the Recovery Manager, the logging level could be set to the higher level: ERROR. Setting the level to ERROR means that the RecoveryManager will only produce error, warning or fatal messages.</para>
 	</section>
 </section>
-	
+
 	<section><title>Periodic Recovery</title>
 		<para>The RecoveryManager scans the ObjectStore and other locations of information, looking for transactions and resources that require, or may require recovery. The scans and recovery processing are performed by recovery modules, (instances of classes that implement the com.arjuna.ats.arjuna.recovery.RecoveryModule interface), each with responsibility for a particular category of transaction or resource. The set of recovery modules used are dynamically loaded, using properties found in the RecoveryManager property file.</para>
 		<para>The interface has two methods: <literal>periodicWorkFirstPass</literal> and <literal>periodicWorkSecondPass</literal>. At an interval (defined by property <classname>com.arjuna.ats.arjuna.recovery.periodicRecoveryPeriod</classname>), the RecoveryManager will call the first pass method on each property, then wait for a brief period (defined by property <classname>com.arjuna.ats.arjuna.recovery.recoveryBackoffPeriod</classname>), then call the second pass of each module. Typically, in the first pass, the module scans (e.g. the relevant part of the ObjectStore) to find transactions or resources that are in-doubt (i.e. are part way through the commitment process). On the second pass, if any of the same items are still in-doubt, it is possible the original application process has crashed and the item is a candidate for recovery. </para>

Modified: labs/jbosstm/enterprise/tags/EAP_4_3_0/Administrators_Guide/en-US/JBoss_Transactions_Administrators_Guide.xml
===================================================================
--- labs/jbosstm/enterprise/tags/EAP_4_3_0/Administrators_Guide/en-US/JBoss_Transactions_Administrators_Guide.xml	2009-09-22 17:10:36 UTC (rev 29435)
+++ labs/jbosstm/enterprise/tags/EAP_4_3_0/Administrators_Guide/en-US/JBoss_Transactions_Administrators_Guide.xml	2009-09-23 00:26:31 UTC (rev 29436)
@@ -5,7 +5,7 @@
 <book>
 	<xi:include href="Book_Info.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
 	<xi:include href="Preface.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-	<xi:include href="Chapter.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+	<xi:include href="Chapter.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> 
 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="Revision_History.xml"/>
 
 </book>



More information about the jboss-svn-commits mailing list