Jozef Hartinger commented on Bug WELD-1451

If a bean is specialized, it can never be injected even into a different BDA from which the specializing bean is not visible. In other words if a bean is specialized it is disabled globally (no matter what the BDA visibility layout is). This may seem incorrect at first but it protects us from situation where an injection point in a web app would resolve to a specializing bean whereas the same injection point in an ejb-jar would use the specialized one.

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

Reply via email to