You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For that service I wrote my Pointcut and Interceptor that use annotation reader (based on example from readme). The problem is that when I call MyManager::custom()intercept() method is not called. It is strange because my Pointcut allows Abstractmanager::custom() despite it is method of not instantiable class (I checked that echoing method name before return). However the inherited MyManager::custom() is not found by Pointcut.
I'm not sure if it is problem of annotation reader or maybe it is something wrong in JMSAop?
The text was updated successfully, but these errors were encountered:
Marmelatze
pushed a commit
to Marmelatze/JMSAopBundle
that referenced
this issue
Feb 25, 2013
In my current projct I defined service which use methods inherited from another abstract class.
For that service I wrote my Pointcut and Interceptor that use annotation reader (based on example from readme). The problem is that when I call
MyManager::custom()
intercept()
method is not called. It is strange because my Pointcut allowsAbstractmanager::custom()
despite it is method of not instantiable class (I checked that echoing method name before return). However the inheritedMyManager::custom()
is not found by Pointcut.I'm not sure if it is problem of annotation reader or maybe it is something wrong in JMSAop?
The text was updated successfully, but these errors were encountered: