]
Brian Stansberry updated WFLY-12680:
------------------------------------
Fix Version/s: 20.0.0.Beta1
(was: 19.0.0.Beta1)
Ability to configure default global stateful timeout for Stateful
Session Beans (SFSB)
--------------------------------------------------------------------------------------
Key: WFLY-12680
URL:
https://issues.redhat.com/browse/WFLY-12680
Project: WildFly
Issue Type: Feature Request
Components: EJB
Reporter: Cheng Fang
Assignee: Cheng Fang
Priority: Major
Labels: EAP-CD19, Previous_RFE
Fix For: 20.0.0.Beta1
SFSB expiration can be configured by using the {{@StatefulTimeout}} annotation in the
SFSB java source code or by specifying {{<stateful-timeout>}} in the {{ejb-jar.xml}}
file. However, it can be only set on a per-bean basis.
There is no default stateful timeout and we do not have a way to configure the default
stateful timeout globally. So, it is troublesome for users who have many stateful session
beans and want to set the same stateful-timeout value for every bean.