Re: IncompatibleClassChangeError when launching hosted mode (GWT 1.6 M2)

2009-04-13 Thread grishag
Thanks for that. You were right on the money. I had a Selenium jar on the classpath that was causing this problem. On Apr 10, 11:48 am, jvictor jeffvic...@gmail.com wrote: If using Eclipse, try moving the GWT jars (or the GWT SDK library if you are using the new Eclipse plugin) to the top of

IncompatibleClassChangeError when launching hosted mode (GWT 1.6 M2)

2009-03-26 Thread grishag
Hi, I started using GWT 1.6.1 M2 recently and things were going quite smoothly until I tried using hosted mode (with -noserver option). I am now getting the following exception. Does anyone know what this actually means? As far as I can tell, HashSessionManager does implemented SessionManager

Re: GWT with JPA not working in hosted mode

2009-03-10 Thread grishag
trying to investigate this issue to determine if it is on my side or onGWTone... Regards Bruno PS : as far as I know, usingJPAannotations without the Gilead emulation just leads to warnings, so removing the line willnot prevent you to work. On 6 mar, 05:25, grishag grigori.gold

Re: GWT with JPA not working in hosted mode

2009-03-05 Thread grishag
) and will be part of the next release (probably this month. About the CascadeType issue, what suprise me is that it happens even when no annoted pojo is sent : seehttp://sourceforge.net/forum/forum.php?thread_id=3000451forum_id=868076 for details Regards Bruno On 5 mar, 07:07, grishag grigori.gold

Re: GWT with JPA not working in hosted mode

2009-03-05 Thread grishag
) and will be part of the next release (probably this month. About the CascadeType issue, what suprise me is that it happens even when no annoted pojo is sent : seehttp://sourceforge.net/forum/forum.php?thread_id=3000451forum_id=868076 for details Regards Bruno On 5 mar, 07:07, grishag grigori.gold

Re: GWT with JPA not working in hosted mode

2009-03-04 Thread grishag
shell. with this, you could use your favorite servlet container as server for your gwt shell. regards, Gede sutarsa 2009/3/3 grishag grigori.gold...@gmail.com Hi, I have a problem running GWT in hosted mode using JPA annotated domain classes. I can compile my project to JavaScript

Re: GWT with JPA not working in hosted mode

2009-03-03 Thread grishag
be a classpath issue. -- Arthur Kalmenson On Mon, Mar 2, 2009 at 9:48 PM, grishag grigori.gold...@gmail.com wrote: Hi, I have a problem running GWT in hosted mode using JPA annotated domain classes. I can compile my project to JavaScript, package it up in a war and run it on a server

Re: GWT with JPA not working in hosted mode

2009-03-03 Thread grishag
be a classpath issue. -- Arthur Kalmenson On Mon, Mar 2, 2009 at 9:48 PM, grishag grigori.gold...@gmail.com wrote: Hi, I have a problem running GWT in hosted mode using JPA annotated domain classes. I can compile my project to JavaScript, package it up in a war and run it on a server

GWT with JPA not working in hosted mode

2009-03-02 Thread grishag
Hi, I have a problem running GWT in hosted mode using JPA annotated domain classes. I can compile my project to JavaScript, package it up in a war and run it on a server no problem but I can't do the same in hosted mode. Really annoying, without hosted mode development is really slow. Here is