]
Stuart Douglas reassigned WFLY-6638:
------------------------------------
Component/s: EJB
Assignee: Stuart Douglas (was: Jason Greene)
EJB view service allows invocations through before component has
started resulting in potential race
----------------------------------------------------------------------------------------------------
Key: WFLY-6638
URL:
https://issues.jboss.org/browse/WFLY-6638
Project: WildFly
Issue Type: Bug
Components: EJB
Reporter: Stuart Douglas
Assignee: Stuart Douglas
The EJB view service does not suspend invocations when a component is not started, but
instead forwards to the view interceptor chain. The view interceptors may not be ready
yet, which can result in a race.