Search:

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

Search: Search took 0.03 seconds.

  1. Err, that should be MethodSignature not...

    Err, that should be MethodSignature not MethodInvocation.

    Thanks again.
  2. I was a bit fast, yes, and I am sorry, I was...

    I was a bit fast, yes, and I am sorry, I was staring myself blind on the Signature class, not having the getMethod method.

    And I was not aware that I could safely downcast to MethodInvocation...
  3. What if an argument is null? This is what I do...

    What if an argument is null? This is what I do now, but I run in to problems when a method argument is null.
  4. Thank you for your prompt reply! In our cache...

    Thank you for your prompt reply!

    In our cache implementation we have a notion of a failoverbean, that has a method with the same signature as the adviced method.

    I set the name of the...
  5. Access to MethodInvocation in a aAround("some.class")

    I am using Spring 2.5.1, and have started using annotation based AOP. I hacve a cache implemented by using an around advise, and the method signature is:



    aAround("some.class")
    ...
  6. solved

    Problem solved.

    Sorry for being a bit unclear... I was trying to use the Attributes interface to do method based security interception. It works well in a test case, but in our real application it...
  7. Re: Problems with MethodSecurityInterceptor and java annotat

    I see now that this (the quote above) has nothing to do with my problems, a JoinPoint is aspectj, while a MethodInvocation is aopalliance. In my case I certainly don't use both, and i any case...
  8. Problems with MethodSecurityInterceptor and java annotations

    I have some problems regarding the use of java annotations for acegi (from http://up-u.com/?p=183) and MethodSecurityInterceptor together with TransactionProxyFactoryBean.

    The problem is as...
Results 1 to 8 of 8