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