Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 18:12
Barry Kaplan is currently offline Barry KaplanFriend
Messages: 230
Registered: July 2009
Senior Member
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: Thu Apr 18 06:48:27 GMT 2024

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

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

Back to the top