-
Bug
-
Resolution: Obsolete
-
Major
-
8.2.0.Final
-
None
-
-
Workaround Exists
-
EJB stateful session bean transaction status in Infinispan is not correctly cleared, if the transaction that the SFSB involved is handled by the transaction reaper.
My analysis:
Some thread-local variable (org.infinispan.transaction.tm.DummyTransaction) is not cleared in Infinispan module, probably in infinispan-core-6.0.2.Final.jar, class org.infinispan.transaction.tm.DummyTransaction, line 95 should be put into a finally block.