|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. 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

I think this shouldn't have been fixed in this way. The part of the spec Alexey is quotes is outdated (Proposed Final Draft probably).
Compare Alexey's quotation:
and the current wording from 1.0 Final Release:
In the example above we have two beans for bean type List<User> (suppose alternative EJBUserManager is enabled). We should try to resolve the ambiguity - eliminate producer method declared on ManagedBeanUserManager as it is not an enabled alternative. But we should not eliminate producer method on EJBUserManager - it is a producer method of a bean that is an alternative.
Maybe I just don't fully understand the wording of the spec...