-
Type:
Bug
-
Status: Verified (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: 7.0.0.ER4
-
Fix Version/s: 7.1.0.DR4
-
Component/s: EJB, Transactions
-
Labels:None
-
Target Release:
-
Steps to Reproduce:
-
Affects:Release Notes
-
Release Notes Docs Status:Documented as Known Issue
It seems that transaction subsystem attribute default-timeout does not have any effect for EJB if it's redefined. It means if I set the default transaction timeout in transaction subystem for second (and next) time it's not applied for EJB beans. It's used the firstly set value.
The transaction timeout is not changed for EJB when server is reloaded. When server is restarted it refreshes all settings and EJB starts using the expected value for timeout settings.
If the value is read from subsystem
/subsystem=transactions:read-attribute(name=default-timeout)
it shows correct value (that one set for second time). But EJB seems not applying it.
- blocks
-
JBEAP-9061 EAP 7.1 Alpha Release Notes Fixed Issues Tracker
-
- Closed
-
- cloned to
-
WFLY-6021 Default transaction timeout is not applied for EJB bean when set for second time
-
- Closed
-