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

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


     [ https://issues.jboss.org/browse/WELD-882?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ales Justin resolved WELD-882.
------------------------------

    Resolution: Done


https://github.com/weld/core/compare/0bb915c...3918032

> 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
>          Components: Class Beans (Managed and Session)
>    Affects Versions: 1.1.0.Final, 1.1.1.Final
>            Reporter: Ales Justin
>            Assignee: Ales Justin
>             Fix For: 1.2.0.Beta1
>
>
> 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