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

        
_______________________________________________
weld-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/weld-issues

Reply via email to