-
Task
-
Resolution: Done
-
Optional
-
None
-
None
-
None
Client looking up transaction via txn:UserTransaction
- positive scenario (commit):
- begin transaction on client side
- invoke a bean with @TransactionAttribute(MANDATORY)
- commit
- check that the transaction was committed
- negative scenario (rollback):
- begin transaction on client side
- invoke a bean with @TransactionAttribute(MANDATORY)
- rollback
- check that the transaction was rolled back
- is blocked by
-
JBEAP-9662 Invocations on UserTransaction obtained from InitialContext don't take user credentials into account
- Closed