]
David Lloyd resolved WFLY-865.
------------------------------
Fix Version/s: 11.0.0.Final
Resolution: Done
Setting transaction timeout on UserTransaction leaks to the thread
and doesn't get cleared
------------------------------------------------------------------------------------------
Key: WFLY-865
URL:
https://issues.jboss.org/browse/WFLY-865
Project: WildFly
Issue Type: Bug
Components: EE
Reporter: jaikiran pai
Assignee: David Lloyd
Fix For: 11.0.0.Final
A user has reported (with an example) that setting a transaction timeout on the
UserTransaction will leak the timeout onto the thread and subsequent transaction creation
on that thread uses the leaked value instead of new values.
More details in the referenced forum thread.