As the title states, I get a java.lang.AbstractMethodError on a method that is definitively implemented by my class. The complete error message is:
java.lang.AbstractMethodError
The problem was that the implementing class was not compiled correctly and the Ant script did not copy the correct class into the jar-file. I converted it to a maven project and now the method can be found.