Registry / database / geronimo-jta-1-1-spec

geronimo-jta-1-1-spec

JSON →
library1.1.1javamavenunverified

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

<dependency> <groupId>org.apache.geronimo.specs</groupId> <artifactId>geronimo-jta_1.1_spec</artifactId> <version>1.1.1</version> </dependency>
INSTALL
IMPORT
SIG · GERONIMO-JTA-1-1-S
G
geronimo-jta-1-1-spec
databasejavav1.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.

TransactionManager
✓ javax.transaction.TransactionManager

Look up and use a JTA TransactionManager to manage transactions.

import javax.transaction.TransactionManager; import javax.naming.InitialContext; public class JtaExample { public static void main(String[] args) throws Exception { TransactionManager tm = (TransactionManager) new InitialContext().lookup("java:comp/TransactionManager"); tm.begin(); // perform transactional work tm.commit(); } }
Debug
Known issues
gotchaThis is a specification API; use a concrete implementation like Atomikos or Narayana for actual transaction management.
fix
Add a JTA implementation dependency such as com.atomikos:transactions-jta.
affects: *
Upgrade
Version history
1.1.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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