[jboss-svn-commits] JBL Code SVN: r36961 - in labs/jbosstm/trunk/docs: failure_recovery_guide/en-US and 1 other directories.

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


Author: tomjenkinson
Date: 2011-04-21 05:35:29 -0400 (Thu, 21 Apr 2011)
New Revision: 36961

Modified:
   labs/jbosstm/trunk/docs/development_guide/en-US/Configuration_Options.xml
   labs/jbosstm/trunk/docs/development_guide/en-US/The_Resource_Manager.xml
   labs/jbosstm/trunk/docs/development_guide/en-US/Transactions.xml
   labs/jbosstm/trunk/docs/failure_recovery_guide/en-US/Architecture_of_the_recovery_manager.xml
   labs/jbosstm/trunk/docs/txbridge_guide/en-US/Using_the_Transaction_Bridge.xml
Log:
JBTM-820 make sure that the programlisting is not indented

Modified: labs/jbosstm/trunk/docs/development_guide/en-US/Configuration_Options.xml
===================================================================
--- labs/jbosstm/trunk/docs/development_guide/en-US/Configuration_Options.xml	2011-04-21 09:05:47 UTC (rev 36960)
+++ labs/jbosstm/trunk/docs/development_guide/en-US/Configuration_Options.xml	2011-04-21 09:35:29 UTC (rev 36961)
@@ -119,7 +119,7 @@
         </para>
         <example>
           <title>Example Environment Bean</title>
-          <programlisting language="XML" role="XML"> <xi:include href="extras/EnvironmentBeans.xml" xmlns:xi="http://www.w3.org/2001/XInclude" parse="text" /></programlisting>
+          <programlisting language="XML" role="XML"><xi:include href="extras/EnvironmentBeans.xml" xmlns:xi="http://www.w3.org/2001/XInclude" parse="text" /></programlisting>
         </example>
       </step>
       <step>

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:05:47 UTC (rev 36960)
+++ labs/jbosstm/trunk/docs/development_guide/en-US/The_Resource_Manager.xml	2011-04-21 09:35:29 UTC (rev 36961)
@@ -296,9 +296,7 @@
     </para>
     <example id="resource_sharing_example">
       <title>Resource sharing example</title>
-      <programlisting language="Java" role="JAVA">
-        <xi:include href="extras/resource_sharing_example.java" xmlns:xi="http://www.w3.org/2001/XInclude" parse="text" />
-      </programlisting>
+      <programlisting language="Java" role="JAVA"><xi:include href="extras/resource_sharing_example.java" xmlns:xi="http://www.w3.org/2001/XInclude" parse="text" /></programlisting>
       <para>
         A transactional resource <systemitem>r1</systemitem>. Global transaction <systemitem>xid1</systemitem> is
         started and ended with r1. Then a different global transaction <systemitem>xid2</systemitem> is associated with

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:05:47 UTC (rev 36960)
+++ labs/jbosstm/trunk/docs/development_guide/en-US/Transactions.xml	2011-04-21 09:35:29 UTC (rev 36961)
@@ -395,7 +395,7 @@
         <methodname>suspend</methodname>
         method
       </title>
-      <programlisting language="Java" role="JAVA"> <xi:include
+      <programlisting language="Java" role="JAVA"><xi:include
         href="extras/using_suspend_method.java" xmlns:xi="http://www.w3.org/2001/XInclude" parse="text" /> </programlisting>
     </example>
     <note>

Modified: labs/jbosstm/trunk/docs/failure_recovery_guide/en-US/Architecture_of_the_recovery_manager.xml
===================================================================
--- labs/jbosstm/trunk/docs/failure_recovery_guide/en-US/Architecture_of_the_recovery_manager.xml	2011-04-21 09:05:47 UTC (rev 36960)
+++ labs/jbosstm/trunk/docs/failure_recovery_guide/en-US/Architecture_of_the_recovery_manager.xml	2011-04-21 09:35:29 UTC (rev 36961)
@@ -235,10 +235,7 @@
 
       <example>
         <title>RecoveryScan interface</title>
-        <programlisting role="JAVA" language="Java">
-          <xi:include href="extras/recoveryScanInterface.java"
-          xmlns:xi="http://www.w3.org/2001/XInclude" parse="text" />
-        </programlisting>
+        <programlisting role="JAVA" language="Java"><xi:include href="extras/recoveryScanInterface.java" xmlns:xi="http://www.w3.org/2001/XInclude" parse="text" /></programlisting>
       </example>
 
       <para>An instance of an object supporting this interface can be
@@ -282,10 +279,7 @@
 
     <example>
       <title>RecoveryModule interface</title>
-      <programlisting role="JAVA" language="Java">
-        <xi:include href="extras/recoveryModuleInterface.java"
-        xmlns:xi="http://www.w3.org/2001/XInclude" parse="text" />
-      </programlisting>
+      <programlisting role="JAVA" language="Java"><xi:include href="extras/recoveryModuleInterface.java" xmlns:xi="http://www.w3.org/2001/XInclude" parse="text" /> </programlisting>
     </example>
     <section>
       <title>JBossTS Recovery Module Classes</title>
@@ -550,10 +544,7 @@
     <para>Any errors will be reported during recovery.</para>
     <example>
       <title>XAResourceRecovery interface</title>
-      <programlisting role="JAVA" language="Java">
-          <xi:include href="extras/XAResourceRecoveryInterface.java"
-        xmlns:xi="http://www.w3.org/2001/XInclude" parse="text" />
-        </programlisting>
+      <programlisting role="JAVA" language="Java"><xi:include href="extras/XAResourceRecoveryInterface.java" xmlns:xi="http://www.w3.org/2001/XInclude" parse="text" /></programlisting>
     </example>
     <para>Each method should return the following information:</para>
     <itemizedlist>
@@ -616,10 +607,7 @@
     </para>
     <example>
       <title>XAResourceRecoveryHelper</title>
-      <programlisting role="JAVA" language="Java">
-          <xi:include href="extras/XAResourceRecoveryHelper.java"
-        xmlns:xi="http://www.w3.org/2001/XInclude" parse="text" />
-        </programlisting>
+      <programlisting role="JAVA" language="Java"><xi:include href="extras/XAResourceRecoveryHelper.java" xmlns:xi="http://www.w3.org/2001/XInclude" parse="text" /></programlisting>
     </example>
     <para>During each recovery sweep the getXAResources method will be
       called and recovery attempted on each element of the array. For
@@ -677,10 +665,7 @@
 
         <example>
           <title>XML datasource</title>
-          <programlisting language="XML" role="XML">
-          <xi:include href="extras/xmlDatasource.xml"
-            xmlns:xi="http://www.w3.org/2001/XInclude" parse="text" />
-        </programlisting>
+          <programlisting language="XML" role="XML"><xi:include href="extras/xmlDatasource.xml" xmlns:xi="http://www.w3.org/2001/XInclude" parse="text" /></programlisting>
         </example>
       </listitem>
       <listitem>
@@ -693,10 +678,7 @@
         </para>
         <example>
           <title>JNDI datasource</title>
-          <programlisting language="XML" role="XML">
-          <xi:include href="extras/jndiDatasource.xml"
-            xmlns:xi="http://www.w3.org/2001/XInclude" parse="text" />
-        </programlisting>
+          <programlisting language="XML" role="XML"><xi:include href="extras/jndiDatasource.xml" xmlns:xi="http://www.w3.org/2001/XInclude" parse="text" /></programlisting>
         </example>
       </listitem>
     </itemizedlist>
@@ -879,4 +861,4 @@
       cannot be automatically detected and prevented without the benefit
       of the socket listener.</para>
   </section>
-</chapter>
\ No newline at end of file
+</chapter>

Modified: labs/jbosstm/trunk/docs/txbridge_guide/en-US/Using_the_Transaction_Bridge.xml
===================================================================
--- labs/jbosstm/trunk/docs/txbridge_guide/en-US/Using_the_Transaction_Bridge.xml	2011-04-21 09:05:47 UTC (rev 36960)
+++ labs/jbosstm/trunk/docs/txbridge_guide/en-US/Using_the_Transaction_Bridge.xml	2011-04-21 09:35:29 UTC (rev 36961)
@@ -28,10 +28,7 @@
         <literal>handler</literal>
         for Inbound Bridging
       </title>
-      <programlisting role="XML" language="XML">
-      <xi:include href="extras/inboundbridging.xml" xmlns:xi="http://www.w3.org/2001/XInclude"
-        parse="text" />
-      </programlisting>
+      <programlisting role="XML" language="XML"><xi:include href="extras/inboundbridging.xml" xmlns:xi="http://www.w3.org/2001/XInclude" parse="text" /></programlisting>
     </example>
     <para>The web service may then operate as though running in the scope of a JTA transaction, as
       indeed it is. For example, it can call (or indeed simply be) an EJB3 business logic method
@@ -52,10 +49,7 @@
         <literal>handler</literal>
         for Outbound Bridging
       </title>
-      <programlisting role="XML" language="XML">
-      <xi:include href="extras/outboundbridging.xml" xmlns:xi="http://www.w3.org/2001/XInclude"
-        parse="text" />
-      </programlisting>
+      <programlisting role="XML" language="XML"><xi:include href="extras/outboundbridging.xml" xmlns:xi="http://www.w3.org/2001/XInclude" parse="text" /></programlisting>
     </example>
     <para>The web service client may then make calls to web service implementations that expect to
       be invoked in the scope of a WS-AT transaction.</para>
@@ -196,10 +190,7 @@
       used:</para>
     <example>
       <title>Configuring Transaction Bridge Logging</title>
-      <programlisting role="XML" language="XML">
-      <xi:include href="extras/txbridgelogging.xml" xmlns:xi="http://www.w3.org/2001/XInclude"
-        parse="text" />
-      </programlisting>
+      <programlisting role="XML" language="XML"><xi:include href="extras/txbridgelogging.xml" xmlns:xi="http://www.w3.org/2001/XInclude" parse="text" /></programlisting>
     </example>
     <para>Note that the transaction bridge is a thin layer on top of the XTS and JTA/JTS components
       of
@@ -210,14 +201,11 @@
       used to enable verbose logging:</para>
     <example>
       <title>Configuring verbose logging</title>
-      <programlisting role="XML" language="XML">
-      <xi:include href="extras/verboselogging.xml" xmlns:xi="http://www.w3.org/2001/XInclude"
-        parse="text" />
-      </programlisting>
+      <programlisting role="XML" language="XML"><xi:include href="extras/verboselogging.xml" xmlns:xi="http://www.w3.org/2001/XInclude" parse="text" /></programlisting>
     </example>
     <para>Note also that deployment ordering issues can result in JBossTS components, including the
       transaction bridge, becoming active before the logging system is fully configured. In such
       cases a default logging level may apply during startup, resulting in some more detailed debug
       messages being missed.</para>
   </section>
-</chapter>
\ No newline at end of file
+</chapter>



More information about the jboss-svn-commits mailing list