Registry / other / geronimo-jta-1-0-1b-spec

geronimo-jta-1-0-1b-spec

JSON →
library1.1.1javamavenunverified

Apache Geronimo implementation of the Java Transaction API (JTA) 1.0.1B specification.

<dependency> <groupId>org.apache.geronimo.specs</groupId> <artifactId>geronimo-jta_1.0.1B_spec</artifactId> <version>1.1.1</version> </dependency>
INSTALL
IMPORT
SIG · GERONIMO-JTA-1-0-1
G
geronimo-jta-1-0-1b-spec
otherjavav1.1.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

UserTransaction
javax.transaction.UserTransaction

Begin and commit a transaction using UserTransaction.

import javax.transaction.UserTransaction; UserTransaction utx = ...; utx.begin(); // perform transactional work utx.commit();
Debug
Known issues
breakingJTA 1.0.1B is outdated; consider using JTA 1.2 or Jakarta Transactions.
fix
Migrate to jakarta.transaction:jakarta.transaction-api for modern applications.
affects: all
Upgrade
Version history
1.1.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
geronimo-jta-1-0-1b-spec — mvn dependency:get geronimo-jta-1-0-1b-spec · libregistry