]
Matej Novotny commented on WFLY-11817:
--------------------------------------
[~pferraro] I am not at all familiar with these bits, do you have some reproducer for this
that could be debugged?
Also what part of WFLY services handles binding service?
CDI @Resource(lookup=...) processing does not start corresponding
binding service
---------------------------------------------------------------------------------
Key: WFLY-11817
URL:
https://issues.jboss.org/browse/WFLY-11817
Project: WildFly
Issue Type: Bug
Components: CDI / Weld
Affects Versions: 16.0.0.Final
Reporter: Paul Ferraro
Assignee: Matej Novotny
Priority: Major
If the corresponding binding service (the service responsible for creating the jndi
binding) is not ACTIVE (e.g. clustering binding services are always PASSIVE) or, due to a
race condition, has not yet started completely, a null value will be returned.
The ee subsystem processes @Resource(lookup=...) correctly by establishing a dependency
on the corresponding binder service.