Provides the Java Transaction API (JTA) 1.1 support for Open Liberty application server.
<dependency>
<groupId>io.openliberty.features</groupId>
<artifactId>com.ibm.websphere.appserver.transaction-1.1</artifactId>
<version>26.0.0.2</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates using UserTransaction to manage a JTA transaction.
Use standard JTA APIs; the feature must be enabled in server.xml.
No dependency data recorded yet.