[cdi-dev] [JBoss JIRA] (CDI-190) Require deployment-time validation of injection points defined on observer and disposer methods
Jozef Hartinger (Created) (JIRA)
jira-events at lists.jboss.org
Wed Nov 16 07:20:41 EST 2011
Require deployment-time validation of injection points defined on observer and disposer methods
-----------------------------------------------------------------------------------------------
Key: CDI-190
URL: https://issues.jboss.org/browse/CDI-190
Project: CDI Specification Issues
Issue Type: Feature Request
Affects Versions: 1.1.EDR1
Reporter: Jozef Hartinger
Fix For: 1.1.EDR2
The spec says:
{quote}
The container must validate all injection points of all enabled beans and of all other Java EE component classes supporting
injection when the application is initialized to ensure that there are no unsatisfied or unresolvable ambiguous dependen-
cies. If an unsatisfied or unresolvable ambiguous dependency exists, the container automatically detects the problem and
treats it as a deployment problem.
{quote}
This should be clarified to also include validation of injection points of observer and disposer methods of enabled beans.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the cdi-dev
mailing list