Last Version

Apache Aries OSGi Transaction Control Service - XA Transactions 1.0.1

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.

License

License

GroupId

GroupId

org.apache.aries.tx-control
ArtifactId

ArtifactId

tx-control-service-xa
Version

Version

1.0.1
Type

Type

jar
Description

Description

Apache Aries OSGi Transaction Control Service - XA Transactions
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.
Project Organization

Project Organization

The Apache Software Foundation
Source Code Management

Source Code Management

https://gitbox.apache.org/repos/asf?p=aries-tx-control.git/tx-control-service-xa

Download tx-control-service-xa 1.0.1


<!-- https://jarcasting.com/artifacts/org.apache.aries.tx-control/tx-control-service-xa/ -->
<dependency>
    <groupId>org.apache.aries.tx-control</groupId>
    <artifactId>tx-control-service-xa</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.aries.tx-control/tx-control-service-xa/
implementation 'org.apache.aries.tx-control:tx-control-service-xa:1.0.1'
// https://jarcasting.com/artifacts/org.apache.aries.tx-control/tx-control-service-xa/
implementation ("org.apache.aries.tx-control:tx-control-service-xa:1.0.1")
'org.apache.aries.tx-control:tx-control-service-xa:jar:1.0.1'
<dependency org="org.apache.aries.tx-control" name="tx-control-service-xa" rev="1.0.1">
  <artifact name="tx-control-service-xa" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.aries.tx-control', module='tx-control-service-xa', version='1.0.1')
)
libraryDependencies += "org.apache.aries.tx-control" % "tx-control-service-xa" % "1.0.1"
[org.apache.aries.tx-control/tx-control-service-xa "1.0.1"]

Dependencies

compile (1)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.0

provided (9)

Group / Artifact Type Version
org.apache.aries.tx-control : tx-control-service-common jar 1.0.1
org.osgi : org.osgi.core jar 5.0.0
org.osgi : org.osgi.service.transaction.control jar 1.0.0
org.osgi : org.osgi.util.tracker jar 1.5.1
org.osgi : org.osgi.service.cm jar 1.5.0
org.osgi : org.osgi.service.metatype.annotations jar 1.3.0
org.apache.geronimo.components : geronimo-transaction jar 3.1.3
org.apache.geronimo.specs : geronimo-jta_1.1_spec jar 1.1.1
org.objectweb.howl : howl jar 1.0.1-1

test (3)

Group / Artifact Type Version
junit : junit jar 4.11
org.mockito : mockito-all jar 1.9.5
com.h2database : h2 jar 1.4.191

Project Modules

There are no modules declared in this project.