CDV ❯ FastAopProxy failed to follow the same semantics of Spring Proxy for the "before" JPs with 0
-
New Feature
-
Status: Open
-
2 Major
-
Resolution:
-
X-AspectWerkz
-
-
prodmgmt
-
Reporter: lyi
-
July 15, 2006
-
0
-
Watchers: 0
-
March 19, 2010
-
Description
For before advice
public class SimpleBeforeAdvice implements MethodBeforeAdvice { public void before(Method method, Object[] args, Object target) throws Throwable { … } }
on JP of “MessageWriter.writeMessage()”
It passes “null” args to the advice, while Spring proxy passes “empty” args.