[jboss-svn-commits] JBL Code SVN: r36248 - labs/jbosstm/trunk/ArjunaJTS/docs/ArjunaJTS_Development_Guide/en-US.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Tue Dec 7 20:31:54 EST 2010
Author: misty at redhat.com
Date: 2010-12-07 20:31:54 -0500 (Tue, 07 Dec 2010)
New Revision: 36248
Modified:
labs/jbosstm/trunk/ArjunaJTS/docs/ArjunaJTS_Development_Guide/en-US/Configuring_JBossTS.xml
Log:
Converted Configuring_JBossTS.xml
Modified: labs/jbosstm/trunk/ArjunaJTS/docs/ArjunaJTS_Development_Guide/en-US/Configuring_JBossTS.xml
===================================================================
--- labs/jbosstm/trunk/ArjunaJTS/docs/ArjunaJTS_Development_Guide/en-US/Configuring_JBossTS.xml 2010-12-08 01:24:49 UTC (rev 36247)
+++ labs/jbosstm/trunk/ArjunaJTS/docs/ArjunaJTS_Development_Guide/en-US/Configuring_JBossTS.xml 2010-12-08 01:31:54 UTC (rev 36248)
@@ -3,7 +3,42 @@
<!ENTITY % BOOK_ENTITIES SYSTEM "ArjunaJTS_Development_Guide.ent">
%BOOK_ENTITIES;
]>
-<chapter id="chap-ArjunaJTS_Development_Guide-Test_Chapter">
- <title></title>
+<chapter>
+ <title>Configuring JBossTS</title>
+
+ <section>
+ <title>Configuration loading mechanism</title>
+ <para>
+ The generic configuration system is documented in the corresponding section of the <citetitle>ArjunaCore
+ Development Guide</citetitle>.
+ </para>
+ </section>
+
+ <section>
+ <title>Options</title>
+ <para>
+ The canonical reference for configuration options is the javadoc of the various
+ <classname>EnvironmentBean</classname> classes, For ArjunaJTS these are:
+ </para>
+ <itemizedlist>
+ <listitem>
+ <para>
+ <classname>com.arjuna.orbportability.common.OrbPortabilityEnvironmentBean.java</classname>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ <classname>com.arjuna.ats.jts.common.JTSEnvironmentBean.java</classname>
+ </para>
+ </listitem>
+ </itemizedlist>
+ <para>
+ Additional <classname>EnvironmentBean</classname> classes are provided by ArjunaCore and ArjunaJTA. Modules built
+ on ArjunaCore, ArjunaJTA, or ArjunaJTS may add additional beans. Please refer to the relevant
+ <citetitle>Development Guides</citetitle> for details of these.
+ </para>
+ <!-- I left out the deprecated table -->
+ </section>
+
</chapter>
More information about the jboss-svn-commits
mailing list