[weld-issues] [JBoss JIRA] Updated: (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:38:33 EDT 2011


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

Ales Justin updated WELD-882:
-----------------------------

        Fix Version/s: 1.2.0.Beta1
    Affects Version/s: 1.1.1.Final
                       1.1.0.Final
          Component/s: Class Beans (Managed and Session)


> 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