-
Bug
-
Resolution: Done
-
Major
-
1.1.0.Final, 1.1.1.Final
-
None
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
- is duplicated by
-
WELD-818 Interceptors won't work on base beans if there's at least double inheritance
- Closed