Last Version

OSGi Transaction Control JDBC Resource Provider - XA Transactions 1.0.1

This bundle contains a JDBC resource provider for use with the OSGi Transaction Control Service that supports XA and Local transactions.

License

License

Categories

Categories

IDE Development Tools
GroupId

GroupId

org.apache.aries.tx-control
ArtifactId

ArtifactId

tx-control-provider-jdbc-xa
Version

Version

1.0.1
Type

Type

jar
Description

Description

OSGi Transaction Control JDBC Resource Provider - XA Transactions
This bundle contains a JDBC resource provider for use with the OSGi Transaction Control Service that supports XA and Local transactions.
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-provider-jdbc-xa

Download tx-control-provider-jdbc-xa 1.0.1


<!-- https://jarcasting.com/artifacts/org.apache.aries.tx-control/tx-control-provider-jdbc-xa/ -->
<dependency>
    <groupId>org.apache.aries.tx-control</groupId>
    <artifactId>tx-control-provider-jdbc-xa</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.aries.tx-control/tx-control-provider-jdbc-xa/
implementation 'org.apache.aries.tx-control:tx-control-provider-jdbc-xa:1.0.1'
// https://jarcasting.com/artifacts/org.apache.aries.tx-control/tx-control-provider-jdbc-xa/
implementation ("org.apache.aries.tx-control:tx-control-provider-jdbc-xa:1.0.1")
'org.apache.aries.tx-control:tx-control-provider-jdbc-xa:jar:1.0.1'
<dependency org="org.apache.aries.tx-control" name="tx-control-provider-jdbc-xa" rev="1.0.1">
  <artifact name="tx-control-provider-jdbc-xa" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.aries.tx-control', module='tx-control-provider-jdbc-xa', version='1.0.1')
)
libraryDependencies += "org.apache.aries.tx-control" % "tx-control-provider-jdbc-xa" % "1.0.1"
[org.apache.aries.tx-control/tx-control-provider-jdbc-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-provider-common jar 1.0.1
org.apache.aries.tx-control : tx-control-provider-jdbc-common jar 1.0.1
org.osgi : org.osgi.service.transaction.control jar 1.0.0
org.osgi : org.osgi.core jar 5.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.jdbc jar 1.0.0
org.osgi : org.osgi.service.metatype.annotations jar 1.3.0
com.zaxxer : HikariCP jar 3.3.0

test (2)

Group / Artifact Type Version
junit : junit jar 4.11
org.mockito : mockito-all jar 1.9.5

Project Modules

There are no modules declared in this project.