On Saturday, September 8, 2012, bigcache1 wrote:

> 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.
>
> Interesting. What you are doing is unintentional, but valid. It would work
in vanilla Java, but Tapestry's class loading breaks it. Ideally, Tapestry
should identify this and generate a useful exception.

>
>
> --
> 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<javascript:;>
> For additional commands, e-mail: users-h...@tapestry.apache.org<javascript:;>
>
>

-- 
Howard M. Lewis Ship

Creator of Apache Tapestry

The source for Tapestry training, mentoring and support. Contact me to
learn how I can get you up and productive in Tapestry fast!

(971) 678-5210
http://howardlewisship.com

Reply via email to