]
RH Bugzilla Integration commented on WFLY-865:
----------------------------------------------
Vladimir Dosoudil <dosoudil(a)redhat.com> changed the Status of [bug
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, Transactions
Reporter: jaikiran pai
Assignee: David Lloyd
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.