Author: tolusha
Date: 2011-05-24 02:33:05 -0400 (Tue, 24 May 2011)
New Revision: 4417
Modified:
jcr/trunk/exo.jcr.docs/exo.jcr.docs.developer/en/src/main/docbook/en-US/modules/kernel/transaction-service.xml
Log:
EXOJCR-1329: Allow to use TransactionsEssentials as TransactionManager
Modified:
jcr/trunk/exo.jcr.docs/exo.jcr.docs.developer/en/src/main/docbook/en-US/modules/kernel/transaction-service.xml
===================================================================
---
jcr/trunk/exo.jcr.docs/exo.jcr.docs.developer/en/src/main/docbook/en-US/modules/kernel/transaction-service.xml 2011-05-24
06:32:39 UTC (rev 4416)
+++
jcr/trunk/exo.jcr.docs/exo.jcr.docs.developer/en/src/main/docbook/en-US/modules/kernel/transaction-service.xml 2011-05-24
06:33:05 UTC (rev 4417)
@@ -72,7 +72,7 @@
<section>
<title>JOTM in standalone mode</title>
- <para>To use JOTM as TransactionManager in standalone mode simply add
+ <para>To use JOTM as TransactionManager in standalone mode, simply add
the following component configuration:</para>
<programlisting> <component>
@@ -225,5 +225,24 @@
</init-params-->
</component></programlisting>
</section>
+
+ <section>
+ <title>TransactionsEssentials in standalone mode</title>
+
+ <para>To use TransactionsEssentials as TransactionManager in standalone
+ mode, simply add the following component configuration:</para>
+
+ <programlisting> <component>
+
<key>org.exoplatform.services.transaction.TransactionService</key>
+
<type>org.exoplatform.services.transaction.impl.atomikos.TransactionsEssentialsTransactionService</type>
+ <!-- Uncomment the lines below if you want to set default transaction
timeout that is expressed in seconds -->
+ <!--init-params>
+ <value-param>
+ <name>timeout</name>
+ <value>60</value>
+ </value-param>
+ </init-params-->
+ </component></programlisting>
+ </section>
</section>
</chapter>
Show replies by date