]
Ales Justin resolved WELD-882.
------------------------------
Resolution: Done
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: