-
Bug
-
Resolution: Done
-
Major
-
2.0.0.Beta2
-
None
-
None
The problem occurs during validation of the created IP.
BeanManagerImpl.validateInjectionPoint() invokes Validator.validateInjectionPointForDefinitionErrors() with null bean param and thus validation results in INJECTION_INTO_NON_BEAN.
See also TCK test:
org.jboss.cdi.tck.tests.extensions.afterBeanDiscovery.AfterBeanDiscoveryTest
- blocks
-
CDITCK-207 Verify a pseudo scoped bean can resolve InjectionPoint from inside create()
- Resolved