[jboss-user] [JBoss AOP] - Re: AOPC Error: java.lang.NoSuchMethodError: org.jboss.aop.A

flavia.rainone@jboss.com do-not-reply at jboss.com
Thu Nov 20 07:51:42 EST 2008


Yes, apparently there is an old jar in your classpath.

The method that cannot be found, has been added in 2.0.GA. So, apparently you have 2.0.GA code calling 2.0.GA code but, for classpath reasons, it finds 1.5.6.GA code instead, and this code lacks the new method.

Try to check if you have any references left pointing to the old version of JBoss AOP.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4190867#4190867

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4190867



More information about the jboss-user mailing list