-
Tracker
-
Resolution: Obsolete
-
Major
-
1.0
-
None
-
None
If an EJB is deployed in an ejb-jar without a beans.xml, is this EJB eligible for CDI injection of beans deployed in other modules?
The spec says:
"The container performs dependency injection on all session and message-driven bean instances, even those which are not
contextual instances."
To me this sounds like the intent was to allow injection into EJB's looked up from JNDI, does this also mean that EJB's in non bean archives should also be injected?
- is related to
-
CDI-84 Non EE modules should be able to inject/lookup in JNDI a BeanManager
- Closed