]
RH Bugzilla Integration commented on WFLY-6638:
-----------------------------------------------
Jiří Bílek <jbilek(a)redhat.com> changed the Status of [bug
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
Fix For: 10.1.0.Final
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.