I found the issue.
I was referencing the implementing class in the interface, which is to be
implemented.

Like:
interface MyInterface{
    public MyImplementation doSomething();
}
class MyImplementation implements MyInterface {
    public MyImplementation doSomething();
}

So it was entirely my fault.



--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/another-java-lang-LinkageError-loader-constraint-violation-in-interface-itable-initialization-tp5714993p5716146.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to