[weld-issues] [JBoss JIRA] Created: (WELD-882) Interceptors do not get applied to super-super-* class' methods.

Ales Justin (JIRA) jira-events at lists.jboss.org
Thu Apr 7 08:36:33 EDT 2011


Interceptors do not get applied to super-super-* class' methods.
----------------------------------------------------------------

                 Key: WELD-882
                 URL: https://issues.jboss.org/browse/WELD-882
             Project: Weld
          Issue Type: Bug
            Reporter: Ales Justin
            Assignee: Ales Justin


If the bean chain is longer than 2, the 3rd super-super-class' methods don't get intercepted.

ClientDAO extends AbstractTimestampedDAO
AbstractTimestampedDAO extends AbstractGenericDAO
@Tx AbstractGenericDAO::save(E entity);

ClientDAO cdao = ...;
cdao::save(entity); <--- no @Tx interceptors apply

* https://github.com/alesj/core/compare/2deep


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the weld-issues mailing list