Search:

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

Search: Search took 0.02 seconds.

  1. Replies
    4
    Views
    1,853

    Thanks a lot John!!!!! I will try it out.

    Thanks a lot John!!!!! I will try it out.
  2. Replies
    4
    Views
    1,853

    Actually I want to invoke that method on a...

    Actually I want to invoke that method on a different target. This is possible in classic spring around invoice

    public Object invoke(MethodInvocation methodInvocation) throws Throwable{

    Object...
  3. Replies
    4
    Views
    1,853

    AspectJ - ProceedingJoinPoint

    Hi

    is it possible to access the Method object via ProceedingJoinPoint?

    I want do something similar to-

    @Around(execution(* *.*(..)))
    public object makeCall(ProceedingJoinPoint pjp){
    ...
  4. Thanks Nicolas. I got the problem.

    Thanks Nicolas. I got the problem.
  5. is java.lang.IllegalStateException: no matching editors or conversion strategy found

    Hi below are my bean definitions:-
    <?xml version="1.0" encoding="UTF-8"?>

    <beans xmlns="http://www.springframework.org/schema/beans"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"...
Results 1 to 5 of 5