Paul Ferraro created WFLY-14167:
-----------------------------------
Summary: Concurrent @Stateful EJB invocations to different cluster members do
not respect @AccessTimeout
Key: WFLY-14167
URL:
https://issues.redhat.com/browse/WFLY-14167
Project: WildFly
Issue Type: Bug
Components: Clustering, EJB
Affects Versions: 21.0.1.Final
Reporter: Paul Ferraro
Assignee: Paul Ferraro
Currently, @Stateful EJB sychronization is handled by
the StatefulSessionSynchronizationInterceptor. However, this mechanism is not cluster
aware. Consequently, if a client makes concurrent invocations to a given EJB on multiple
cluster members, synchronization is handled by the EJB cache itself, ignoring any
AccessTimeout defined by the bean or method.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)