• 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.

Comments