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

This is being opened to track the topic and whether it warrants elaborating in the spec. Email exchange between Paul Parkinson and Ian Robinson... Paul: " Something I've always thought...

Priority: Major
Type: Improvement

Add a new setRollbackOnly(Exception exception) API method to Transaction, TransactionManager, and UserTransaction where the resultant RollbackException later thrown has the exception parameter as a nested exception that can be inspected...

Priority: Major
Type: New Feature

specify XAResource(s) transaction timeout value be set to the value of the encompassing JTA transaction's timeout value by default for portability.

Priority: Major
Type: Improvement

CDI observers may be registered as JTA synchronization callbacks (same applies to Stateful Session Beans). Nevertheless it is currently not clearly specified which JTA interactions are legal within those callback...

Priority: Major
Type: New Feature

[see http://java.net/projects/jta-spec/lists/users/archive/2012-06/message/1 thread for details] Hi Paul, all, JTA 1.1 does not mandate, how an XAResource is restored after a system failure for the purpose of transaction recovery conducted by...

Type: New Feature
Priority: Minor

EE 11 caused the integration aspects in the CDI specification to be removed from CDI and placed into platform. Some of them are more logically located in component specifications. Consider...

Fixes #214 The "static" keyword means "required for compilation of this module, but not at runtime", which is pretty much the current situation. Those dependencies are only required for the...

It has been brought up on the CDI dev list that the EE 10 release of Transactions has a hard dependency on CDI. This is due to the `jakarta.transaction.Transactional` and...

I tried to use `@Transactional` on a stateless EJB, GF and WildFly, worked well. But failed on OpenLiberty. https://github.com/OpenLiberty/open-liberty/issues/25363

Particularly in the javadocs for `TransactionSynchronizationRegistry`, "active" is used to mean, effectively, "a state equal to that denoted by either `Status.STATUS_ACTIVE` or `Status.STATUS_MARKED_ROLLBACK`". The javadocs should be improved to clarify...