Search:

Type: Posts; User: kevin; Keyword(s):

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    797

    Defining a pointcut was exactly what I had to do....

    Defining a pointcut was exactly what I had to do.
    I used the org.springframework.aop.support.RegexpMethodPointcutAdvisor
    with the pattern property specifying my method name.
    Works like a charm.
  2. Replies
    2
    Views
    797

    ThrowsAdvice for a particular method

    I've got a class that implements ThrowsAdvice with the following method:


    public void afterThrowing(Method method, Object[] args, Object target, Throwable throwable)


    It is configured as
Results 1 to 2 of 2