JMSAopBundle
JMSAopBundle copied to clipboard
Interceptor misses calls to methods while in the middle of an invocation
I have some methods annotated for AOP logging. The pointcuts are correctly registered. The problem is that, if a method which has a registered pointcut is called by code executed in $invocation->proceed() in the interceptor (from another method having a registered pointcut), then it does not get intercepted.
Do you call the method via reflection, then you might by-pass the intercepting method?