|
||||||||
|
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

But why EJBUserManager.getUsers() is not eliminated? EJBUserManager.getUsers() is a bean (producer method) and it's not an an alternative.
The declaring bean class EJBUserManager is an alternative. But the producer method EJBUserManager.getUsers() is not, is it?
There is no @Alternative for EJBUserManager.getUsers(). There is no stereotype with @Alternative either.