Hi Jean-Baptiste,
unfortunately, I have changed the target in my pom (parent), and I have the
same problem!
The exception is launched when I thry to do this:
Subscriber<T> subscriber = new Subscriber<T>(myClass);
with:
private abstract class JsonMessageListener<R> implements MessageListener {
....
}
private class Subscriber<T> extends MyMessageListener<T> {
...
}
???
Thanks for your help
--
View this message in context:
http://karaf.922171.n3.nabble.com/Karaf-3-0-0-java-lang-ClassFormatError-tp4032370p4032625.html
Sent from the Karaf - User mailing list archive at Nabble.com.