Re: 5.3.0 java.lang.IncompatibleClassChangeError: Implementing class

2012-04-19 Thread trsvax
I know this is a bit old but I just ran into this problem. For me it was org.chenillekit chenillekit-tapestry 1.3.0 Which brings in the tapestry 5.2 functions jar file -- View this message in context: http://tapestry.1045711.n5.nabble.com/5-3-0-java-lang-Incomp

Re: 5.3.0 java.lang.IncompatibleClassChangeError: Implementing class

2011-12-12 Thread iberck
I had clean and build my project and check the above suggestions, the result is the same :( Thanks in advance -- View this message in context: http://tapestry.1045711.n5.nabble.com/5-3-0-java-lang-IncompatibleClassChangeError-Implementing-class-tp4534951p5070300.html Sent from the Tapestry - Us

Re: 5.3.0 java.lang.IncompatibleClassChangeError: Implementing class

2011-12-12 Thread iberck
I Have the same problem, this is my pom.xml and my stack trace: - http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd";>

Re: 5.3.0 java.lang.IncompatibleClassChangeError: Implementing class

2011-06-30 Thread George Christman
Thanks everyone, I haven't had a chance to get back to trying to resolve this issue with my test project, I do however know I am not using Tapestry Jquery and I tried upgrading our main project to 5.3 yesterday afternoon which seemed to work flawlessly. I'm using the same environment with both proj

Re: 5.3.0 java.lang.IncompatibleClassChangeError: Implementing class

2011-06-29 Thread Kalle Korhonen
While it looks like the issue is with Tapestry, I'm guessing it's some Jetty dependencies - GAV coordinates changes between Jetty 6.0 and Jetty 7.0 so you easily end up having incompatible libs in your classpath. Check your classpath again for duplicate/similar libs and your dependency tree. Kalle

Re: 5.3.0 java.lang.IncompatibleClassChangeError: Implementing class

2011-06-29 Thread Tony Nelson
Not sure if this helps, but I was having the same problem but only if I included the tapestry5-jquery library. There is an open issue here: https://github.com/got5/tapestry5-jquery/issues/49 On Jun 29, 2011, at 1:37 PM, Howard Lewis Ship wrote: > It does seem odd, the failed line is quite inn

Re: 5.3.0 java.lang.IncompatibleClassChangeError: Implementing class

2011-06-29 Thread Howard Lewis Ship
It does seem odd, the failed line is quite innocuous. Is there any chance of a mismatch between compilation JDK and execution JDK? On Wed, Jun 29, 2011 at 10:25 AM, George Christman wrote: > Yes there was multiple versions of the Tap JARs. I was able to fix that with > a clean build, however the

Re: 5.3.0 java.lang.IncompatibleClassChangeError: Implementing class

2011-06-29 Thread George Christman
Yes there was multiple versions of the Tap JARs. I was able to fix that with a clean build, however the issue still exist. -- View this message in context: http://tapestry.1045711.n5.nabble.com/5-3-0-java-lang-IncompatibleClassChangeError-Implementing-class-tp4534951p4535833.html Sent from the Ta

Re: 5.3.0 java.lang.IncompatibleClassChangeError: Implementing class

2011-06-29 Thread Howard Lewis Ship
That looks quite odd. Please check your WEB-INF/lib folder to ensure that you don't have multiple versions of the Tapestry JARs. On Wed, Jun 29, 2011 at 5:17 AM, George Christman wrote: > I should probable add that these warnings are now present as well. > > Starting jetty 6.1.26 ... > 2011-06-2

Re: 5.3.0 java.lang.IncompatibleClassChangeError: Implementing class

2011-06-29 Thread George Christman
I should probable add that these warnings are now present as well. Starting jetty 6.1.26 ... 2011-06-29 08:15:17.329:INFO::jetty-6.1.26 2011-06-29 08:15:17.764:INFO::No Transaction manager found - if your webapp requires one, please configure one. 2011-06-29 08:15:17.955:WARN::failed app: java.la

5.3.0 java.lang.IncompatibleClassChangeError: Implementing class

2011-06-29 Thread George Christman
After upgrading my test app to version 5.3.0, I'm now getting the following error. java.lang.IncompatibleClassChangeError: Implementing class at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClassCond(ClassLoader.java:632) at java.lang.Cl