[jbosstools-issues] [JBoss JIRA] Created: (JBIDE-7949) CDI is not validating @Inject Inject<[type]> correctly

Max Andersen (JIRA) jira-events at lists.jboss.org
Sun Dec 19 15:10:17 EST 2010


CDI is not validating @Inject Inject<[type]> correctly
------------------------------------------------------

                 Key: JBIDE-7949
                 URL: https://issues.jboss.org/browse/JBIDE-7949
             Project: Tools (JBoss Tools)
          Issue Type: Bug
            Reporter: Max Andersen
            Priority: Critical
             Fix For: 3.2.0.CR1


 @Inject
   private Instance<Project> project;

is marked with:
Multiple beans are eligible for injection to the injection point	AbstractShellTest.java	/forge-test-harness/src/main/java/org/jboss/seam/forge/test	line 84	CDI Problem

Instance<...> means there can be 0 to N matches thus shouldn't be marked as a validation error.


-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list