Re: Strange exception (IncompatibleClassChangeError) as super dev mod starts

2015-06-01 Thread Hezouat Zahir
Hello, Do you know whether GWT plugin works with GWT 2.7 and jetty 8 in superdev mode ? Could you help me for that, please ? Zahir, On Wednesday, November 19, 2014 at 5:27:55 PM UTC+1, Francois ANDRE wrote: > > Hi all, > > I'm migrating all my GWT apps to 2.7.0. > For one of these i've got th

Re: Strange exception (IncompatibleClassChangeError) as super dev mod starts

2015-05-29 Thread Hezouat Zahir
I would like to known whether I can launch GWT using GWT plugin of eclipse.. because it doesn't work too.. On Friday, May 29, 2015 at 10:39:16 AM UTC+2, Thomas Broyer wrote: > > > > On Friday, May 29, 2015 at 10:27:31 AM UTC+2, Hezouat Zahir wrote: >> >> >> Thanks but I tried to launch my jetty

Re: Strange exception (IncompatibleClassChangeError) as super dev mod starts

2015-05-29 Thread Thomas Broyer
On Friday, May 29, 2015 at 10:27:31 AM UTC+2, Hezouat Zahir wrote: > > > Thanks but I tried to launch my jetty separately but I got this issue > again : > > java.lang.IllegalArgumentException: Object of class > 'org.eclipse.jetty.webapp.WebAppContext' is not of type > 'org.eclipse.jetty.webap

Re: Strange exception (IncompatibleClassChangeError) as super dev mod starts

2015-05-29 Thread Hezouat Zahir
Thanks but I tried to launch my jetty separately but I got this issue again : java.lang.IllegalArgumentException: Object of class 'org.eclipse.jetty.webapp.WebAppContext' is not of type 'org.eclipse.jetty.webapp.WebAppContext'. Object Class and type Class are from different loaders. Thank

Re: Strange exception (IncompatibleClassChangeError) as super dev mod starts

2015-05-28 Thread Thomas Broyer
On Thursday, May 28, 2015 at 4:58:59 PM UTC+2, Hezouat Zahir wrote: > > Ok I removed jetty-annotations (No we don't use jettty -annotations in > client-side). But now, i get this exception " > java.lang.IllegalArgumentException: Object of class > 'com.fircosoft.cdb.server.JettyPlusLauncher.We

Re: Strange exception (IncompatibleClassChangeError) as super dev mod starts

2015-05-28 Thread Hezouat Zahir
Ok I removed jetty-annotations (No we don't use jettty -annotations in client-side). But now, i get this exception " java.lang.IllegalArgumentException: Object of class 'com.fircosoft.cdb.server.JettyPlusLauncher.WebAppContextWithReload' is not of type 'org.eclipse.jetty.webapp.WebAppContext'.

Re: Strange exception (IncompatibleClassChangeError) as super dev mod starts

2015-05-28 Thread Thomas Broyer
On Thursday, May 28, 2015 at 3:56:13 PM UTC+2, Hezouat Zahir wrote: > > > We are using jetty-annotations because we use spring framework . Moreover, > we have chosen jetty 8.1.12.v20130726 and not jetty 9 and so we should > change version of jetty. > “…or just don't put jetty-annotations on t

Re: Strange exception (IncompatibleClassChangeError) as super dev mod starts

2015-05-28 Thread Hezouat Zahir
Hello Thomas, I have often this issue : java.lang.IncompatibleClassChangeError: class com.google.gwt.dev.javac.asm.CollectMethodData has interface org.objectweb.asm.MethodVisitor as super class . I have a conflict in my classPath.. On Thursday, May 28, 2015 at 3:35:16 PM UTC+2, Thomas Broyer

Re: Strange exception (IncompatibleClassChangeError) as super dev mod starts

2015-05-28 Thread Hezouat Zahir
We are using jetty-annotations because we use spring framework . Moreover, we have chosen jetty 8.1.12.v20130726 and not jetty 9 and so we should change version of jetty. On Thursday, May 28, 2015 at 3:35:16 PM UTC+2, Thomas Broyer wrote: > > > > On Thursday, May 28, 2015 at 3:11:23 PM UTC+2,

Re: Strange exception (IncompatibleClassChangeError) as super dev mod starts

2015-05-28 Thread Thomas Broyer
On Thursday, May 28, 2015 at 3:11:23 PM UTC+2, Hezouat Zahir wrote: > > Hello all, > > We migrated to GWT 2.7 and we are facing to this issue (I know that it's a > problem with asm version but jetty-annotations has a dependency to asm 3.1 > ). > Jetty-annotations was updated to ASM 4 in Jetty

Re: Strange exception (IncompatibleClassChangeError) as super dev mod starts

2015-05-28 Thread zahi . hezouat
Hello all, We migrated to GWT 2.7 and we are facing to this issue (I know that it's a problem with asm version but jetty-annotations has a dependency to asm 3.1 ). java.lang.IncompatibleClassChangeError: class com.google.gwt.dev.javac.BytecodeSignatureMaker$CompileDependencyVisitor has interf

Re: Strange exception (IncompatibleClassChangeError) as super dev mod starts

2015-04-03 Thread maticpetek
+1 for Jens. I was just try to update my project on GWT 2.8 snapshots and I got the some error. Regards, Matic On Wednesday, November 19, 2014 at 5:45:44 PM UTC+1, Jens wrote: > > GWT 2.7. requires ASM 5.x (because of Java8 support in the future) and you > probably have ASM 3.x on class path a

Re: Strange exception (IncompatibleClassChangeError) as super dev mod starts

2014-11-19 Thread Francois ANDRE
Hi Jens, Thank you so much. It was exactly that ! Moreover, I've got to admit that I don't think I'd have ever found this out by myself. Thank you again. François 2014-11-19 17:45 GMT+01:00 Jens : > GWT 2.7. requires ASM 5.x (because of Java8 support in the future) and you > probably have ASM

Re: Strange exception (IncompatibleClassChangeError) as super dev mod starts

2014-11-19 Thread Jens
GWT 2.7. requires ASM 5.x (because of Java8 support in the future) and you probably have ASM 3.x on class path as well. -- J. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group and stop receiving emails from i

Strange exception (IncompatibleClassChangeError) as super dev mod starts

2014-11-19 Thread Francois ANDRE
Hi all, I'm migrating all my GWT apps to 2.7.0. For one of these i've got this strange exception appearing quickly: java.lang.IncompatibleClassChangeError: class com.google.gwt.dev.javac.BytecodeSignatureMaker$CompileDependencyVisitor has interface org.objectweb.asm.ClassVisitor as super class