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

org.jboss.weld.tests.specialization.ExtSpecializationTest already covers a scenario with indirect (transitive) specialization and passes.
I added org.jboss.weld.tests.specialization.MultipleSpecializationTest (see https://github.com/bafco/core/commits/WELD-1562) that tests also the invocation of methods of the specializing class and it passes too.
However, with Jetty, a proxy for BeanB is created instead of BeanC and the following error occurs: