]
xiaodong xie commented on WFLY-4896:
------------------------------------
Thanks a lot, but is it OK to back port the fix to WF 8.x?
SFSB Transaction status in Infinispan is not correctly cleared, after
the transaction is handled by the transaction reaper
--------------------------------------------------------------------------------------------------------------------------
Key: WFLY-4896
URL:
https://issues.jboss.org/browse/WFLY-4896
Project: WildFly
Issue Type: Bug
Components: Clustering
Affects Versions: 8.2.0.Final
Environment: Linux and Mac
Reporter: xiaodong xie
Assignee: Paul Ferraro
Fix For: 9.0.0.Final
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.