[weld-issues] [JBoss JIRA] Created: (WELDX-156) Problem with generic beans when using qualifiers other than @Default

Stuart Douglas (JIRA) jira-events at lists.jboss.org
Fri Sep 24 21:12:28 EDT 2010


Problem with generic beans when using qualifiers other than @Default
--------------------------------------------------------------------

                 Key: WELDX-156
                 URL: https://jira.jboss.org/browse/WELDX-156
             Project: Weld Extensions
          Issue Type: Bug
            Reporter: Stuart Douglas
            Assignee: Stuart Douglas
             Fix For: 1.0.0.Beta1


Generic beans add synthetic qualifiers to beans to prevent them from being eligible for injection. This works if the bean is implicitly @Default, as the @Default is removed by adding the synthetic qualifier, however if there is an existing qualifier then the bean will have the qualifiers @SomeQualifier @Synthetic and is still eligible for injection into @SomeQualifier injection points.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the weld-issues mailing list