-
Bug
-
Resolution: Done
-
Major
-
7.0.0.ER5
-
None
Issue concerns not discarding SFSB instance when transaction rollback after transaction timeout happens.
When transaction is timed-out then you can experience EJBTransactionRolledbackException (child of `EjbException which is child of RuntimeException) being thrown. At that point SFSB should be removed and following call on the same instance of SFSB should fail (NoSuchEjbException would be expected).
But currently the SFSB is not discarded after transaction timeout and methods of SFSB could be called again.
- clones
-
WFLY-6271 SFSB methods can still be invoked after a calling transaction has rollbacked
- Closed
- is related to
-
JBEAP-3410 Wrong behaviour of transaction synchronization when txn is timeouted
- Closed
-
WFLY-6212 Wrong behaviour of transaction synchronization when txn is timeouted
- Closed
- relates to
-
JBEAP-3448 [GSS](7.1.0) SessionSynchronization callbacks allow concurrent access to SFSB
- Verified