-
Bug
-
Resolution: Done
-
Minor
-
1.1.8.Final, 2.0.0.Alpha3
-
None
-
None
See the spec "5.5.7. Injection point metadata":
...
If the injection point does not belong to a bean, getBean() returns a null value.
...
CDI TCK 1.1 test:
org.jboss.cdi.tck.tests.lookup.injectionpoint.non.contextual.NonContextualInjectionPointTest.testEjbInjectionPointGetBean()
- is related to
-
WELD-2339 InjectionPoint#getBean() returns null if dependent bean injected into contextual singleton or stateless session bean
- Open