[jboss-cvs] JBossAS SVN: r110919 - projects/jboss-jca/trunk/doc/userguide/en-US/modules.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Mar 15 10:56:01 EDT 2011


Author: jesper.pedersen
Date: 2011-03-15 10:56:01 -0400 (Tue, 15 Mar 2011)
New Revision: 110919

Modified:
   projects/jboss-jca/trunk/doc/userguide/en-US/modules/deployment.xml
Log:
[JBJCA-509] Initial documentation for XA recovery

Modified: projects/jboss-jca/trunk/doc/userguide/en-US/modules/deployment.xml
===================================================================
--- projects/jboss-jca/trunk/doc/userguide/en-US/modules/deployment.xml	2011-03-15 14:27:39 UTC (rev 110918)
+++ projects/jboss-jca/trunk/doc/userguide/en-US/modules/deployment.xml	2011-03-15 14:56:01 UTC (rev 110919)
@@ -274,6 +274,12 @@
                  Specifies validation settings
                </entry>
              </row>
+             <row>
+               <entry><code>recovery</code></entry>
+               <entry>
+                 Specifies the XA recovery settings
+               </entry>
+             </row>
            </tbody>
          </tgroup>
        </table>
@@ -564,6 +570,36 @@
          </tgroup>
        </table>
 
+       <table frame="all">
+         <title>Recovery elements</title>
+         <tgroup cols="2" align="left" colsep="1" rowsep="1">
+           <colspec colname="c1" colwidth="2*"/>
+           <colspec colname="c2" colwidth="3*"/>
+           <thead>
+             <row>
+               <entry align="left">Element</entry>
+               <entry align="left">Desciption</entry>
+             </row>
+           </thead>
+           <tbody>
+             <row>
+               <entry><code>recover-credential</code></entry>
+               <entry>
+                 Specifies the user name / password pair or security domain that
+                 should be used for recovery.
+               </entry>
+             </row>
+             <row>
+               <entry><code>recover-plugin</code></entry>
+               <entry>
+                 Specifies an implementation of the org.jboss.jca.core.spi.recovery.RecoveryPlugin
+                 class.
+               </entry>
+             </row>
+           </tbody>
+         </tgroup>
+       </table>
+
        <para>The deployment schemas are defined in <code>doc/ironjacamar_1_0.xsd</code> and
        <code>doc/resource-adapters_1_0.xsd</code>.</para>
         
@@ -852,6 +888,12 @@
                   Specifies the statement settings
                 </entry>
               </row>
+              <row>
+                <entry><code>recovery</code></entry>
+                <entry>
+                  Specifies the recovery settings
+                </entry>
+              </row>
             </tbody>
           </tgroup>
         </table>
@@ -1223,6 +1265,36 @@
             </tbody>
           </tgroup>
         </table>
+        
+        <table frame="all">
+          <title>Recovery elements</title>
+          <tgroup cols="2" align="left" colsep="1" rowsep="1">
+            <colspec colname="c1" colwidth="2*"/>
+            <colspec colname="c2" colwidth="3*"/>
+            <thead>
+              <row>
+                <entry align="left">Element</entry>
+                <entry align="left">Desciption</entry>
+              </row>
+            </thead>
+            <tbody>
+              <row>
+                <entry><code>recover-credential</code></entry>
+                <entry>
+                  Specifies the user name / password pair or security domain that
+                  should be used for recovery.
+                </entry>
+              </row>
+              <row>
+                <entry><code>recover-plugin</code></entry>
+                <entry>
+                  Specifies an implementation of the org.jboss.jca.core.spi.recovery.RecoveryPlugin
+                  class.
+                </entry>
+              </row>
+            </tbody>
+          </tgroup>
+        </table>
 
         <para>The datasource deployment schema is defined in <code>doc/datasources_1_0.xsd</code>.</para>
 



More information about the jboss-cvs-commits mailing list