Author: buildbot
Date: Thu Apr 28 15:59:16 2016
New Revision: 986955
Log:
Staging update by buildbot for aries
Modified:
websites/staging/aries/trunk/content/ (props changed)
websites/staging/aries/trunk/content/modules/transactioncontrol.html
Propchange: websites/staging/aries/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Apr 28 15:59:16 2016
@@ -1 +1 @@
-1741462
+1741467
Modified: websites/staging/aries/trunk/content/modules/transactioncontrol.html
==============================================================================
--- websites/staging/aries/trunk/content/modules/transactioncontrol.html
(original)
+++ websites/staging/aries/trunk/content/modules/transactioncontrol.html Thu
Apr 28 15:59:16 2016
@@ -293,21 +293,21 @@ ensure that the implementations are comp
<p>The following modules are available for use in OSGi</p>
<ol>
<li>
-<p>tx-control-service-local :- A purely local transaction control service
implementation. This can be
+<p><a href="tx-control/localTransactions.html">tx-control-service-local</a> :-
A purely local transaction control service implementation. This can be
used with any resource-local capable ResourceProvider</p>
</li>
<li>
-<p>tx-control-service-xa :- An XA-capable transaction control service
implementation based on the
+<p><a href="tx-control/xaTransactions.html">tx-control-service-xa</a> :- An
XA-capable transaction control service implementation based on the
Geronimo Transaction Manager. This can be used with XA capable resources, or
with local resources.
Local resources will make use of the last-participant gambit.</p>
</li>
<li>
-<p>tx-control-provider-jdbc-local :- A JDBC resource provider that can
integrate with local transactions.
+<p><a href="tx-control/localJDBC.html">tx-control-provider-jdbc-local</a> :- A
JDBC resource provider that can integrate with local transactions.
The JDBCConnectionProviderFactory service may be used directly, or a service
may be configured using
the <em>org.apache.aries.tx.control.jdbc.local</em> pid</p>
</li>
<li>
-<p>tx-control-provider-jdbc-xa :- A JDBC resource provider that can integrate
with local or XA transactions.
+<p><a href="tx-control/xaJDBC.html">tx-control-provider-jdbc-xa</a> :- A JDBC
resource provider that can integrate with local or XA transactions.
The JDBCConnectionProviderFactory service may be used directly, or a service
may be configured using
the <em>org.apache.aries.tx.control.jdbc.xa</em> pid</p>
</li>