transactions icon indicating copy to clipboard operation
transactions copied to clipboard

Welcome to the Jakarta EE Transactions API Project (formerly JTA)

Results 32 transactions issues
Sort by recently updated
recently updated
newest added

Jakarta Transactions specifies the type `TransactionManager`, but no portable way to obtain this. As a result, as of today we still need custom integration code like the one shown below...

Hello, I am trying to compile this library locally however the build fails with the following error: org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project jakarta.transaction-api: Compilation failure module...

Hi, Some methods in the Transactional subset of JTA are implemented like this https://github.com/eclipse-ee4j/jakartaee-tck/blob/master/src/com/sun/ts/tests/jta/ee/transactional/Client.java#L420 Basically a userTransaction.begin() with catch and no finally. No commit()/rollback() seems to happen and therefor the...

Like Spring, in a none-EJB and none-JTA, `@Transactional` should support JPA `RESOURCE_LOCAL` type persistence context seamlessly in a CDI SE and Servlet/CDI environment. Besides, add possible to configure transaction support(`@Trasnactional`)...

The JTA specification it's not clear about behaviour of CDI interceptor in case of unchecked exceptions. That part of the spec talks explicitly about `RuntimeException` to cause the transaction to...

The Transactions TCK Zip doesn't seem to have any assertions, nor does it have any of the introductory elements found in many (most?) of the other TCKs -- in docs/assertions....

A few items that could be improved in the Jakarta Transaction JavaDoc: 1. The copyright in the footer should be 2019, 2020 2. The JavaDocs don't include the Spec. version...

https://github.com/eclipse-ee4j/jta-api/blame/2.0.0-RC3-staging/spec/src/main/asciidoc/Transactions.adoc#L1493-L1510