Download tx-control-service-xa-1.0.0.jar file - Jar t

Jar examples for t:tx-control-service-xa

Description

This bundle contains an OSGi Transaction Control Service implementation based on the Geronimo Transaction Manager. It is suitable for use with XA resources, supports Local Resources using the last-participant gambit, and also supports transaction recovery for recoverable Resource Providers.

You can download jar file tx-control-service-xa 1.0.0 in this page.

License

Apache License

Build File

You can use the following script to add tx-control-service-xa-1.0.0.jar to your project.

<dependency>
   <groupId>org.apache.aries.tx-control</groupId>
   <artifactId>tx-control-service-xa</artifactId>
   <version>1.0.0</version>
</dependency>
compile group: 'org.apache.aries.tx-control', name: 'tx-control-service-xa', version: '1.0.0'
libraryDependencies += "org.apache.aries.tx-control" % "tx-control-service-xa" % "1.0.0"
<dependency org="org.apache.aries.tx-control" name="tx-control-service-xa" rev="1.0.0"/>
@Grapes(@Grab(group='org.apache.aries.tx-control', module='tx-control-service-xa', version='1.0.0'))
'org.apache.aries.tx-control:tx-control-service-xa:jar:1.0.0'

Download

Click the following link to download the jar file.

tx-control-service-xa-1.0.0-javadoc.jar
tx-control-service-xa-1.0.0-sources.jar
tx-control-service-xa-1.0.0.jar
tx-control-service-xa-1.0.0.pom



Related Tutorials