Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ajdt-dev] java.lang.NoSuchMethodError: makeMethodSig when using thisJoinPoint

Hello,

 

When trying to run a main method woven with advice using thisJoinPoint, eclipse is terminating with:

 

java.lang.NoSuchMethodError: org.aspectj.runtime.reflect.Factory.makeMethodSig(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lorg/aspectj/lang/reflect/MethodSignature;

      at ExampleMain.<clinit>(ExampleMain.java:1)

Exception in thread "main"

 

 

Using JBoss-IDE 1.5 RC1 (not sure if I should post this to jboss-ide dev list) with Eclipse 3.1. Is this a known bug? Updating to latest AJDT from dev branch did not solve the problem.

 

Thanks for any insights,

 

Chris

 


Back to the top