Re: GWT 1.6 and mysql; hosted mode server restart issue

2009-06-22 Thread ec
I found that if I just retry the request again it works fine. So now I use the fast restart server button and then just press the first button twice. It fails the first time and then everything works from then on. On Jun 21, 10:27 am, Dave Ford wrote: > I have a similar problem, but no fix yet.

Re: GWT 1.6 and mysql; hosted mode server restart issue

2009-06-21 Thread Paul Robinson
There's always -noserver Dave Ford wrote: > I have a similar problem, but no fix yet. It really cancels out the > benefit of the new (in 1.6) super fast "restart server" button in > hosted mode, because i *still* have to restart the entire shell ever > time i change server side code. Although, i

Re: GWT 1.6 and mysql; hosted mode server restart issue

2009-06-21 Thread Dave Ford
I have a similar problem, but no fix yet. It really cancels out the benefit of the new (in 1.6) super fast "restart server" button in hosted mode, because i *still* have to restart the entire shell ever time i change server side code. Although, i am not getting any mysql errors. All i know is th

GWT 1.6 and mysql; hosted mode server restart issue

2009-05-13 Thread ec
I started a new project using gwt 1.6.4 in eclipse and added the mysql connector. I copied the mysql connector jar into the war/WEB_INF/lib directory. When I first run hosted mode the application works fine. However if I make code changes and then use the Restart Server button from Hosted Mode th