Skip to main content



      Home
Home » Language IDEs » AspectJ » java.lang.AbstractMethodError when invoking introduced method
java.lang.AbstractMethodError when invoking introduced method [message #588570] Fri, 03 June 2005 14:12
Eclipse UserFriend
The code I'm developing is a library, so I need my clients to be able to use it without any special aspectj/ajdt requirements (other than the runtime jar). So I have two projects:

drools-core - which is has the aspectj nature
drools-core-aspectjtest - which is a regular java project

the test project does not depend directly on the other, since it then does see the weaved classes. Rather, it includes the core project output directory (which should be good simulation for including a jar). Now, introduced methods can be used from regular java classes.

However, when I run my tests, I'm getting AbstractMethodError when I attempt to invoke an introduced method. In the core project, ajdt clearly indicates that the methods have been introduced on the concrete class that I am calling.

Any ideas how I can debug what is actually happening?

thanks

-barry
Previous Topic:Can invoke introduced methods
Next Topic:java.lang.AbstractMethodError when invoking introduced method
Goto Forum:
  


Current Time: Wed Jul 16 16:15:29 EDT 2025

Powered by FUDForum. Page generated in 0.03159 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top