Re: Application will not run outside dev mode (gwt 2.3)

2011-07-08 Thread Jens
Hi Ok, I managed to locate and fix the problem, which I suspect is a GWT bug. What it had was something like this: public final static MyRpcServiceAsync rpc = GWT.create(MyRpcService.class); public void onModuleLoad() { rpc.bootstrap(new AsyncCallbackBootstrap() { ...

Re: Application will not run outside dev mode (gwt 2.3)

2011-07-07 Thread Jens
Yes, I ran the GWT compiler to ensure the source for both hosted mode and non hosted mode would be the same. I have tested 5 setups: 1) Development mode (gwt internal jetty) with ?gwt.codesvr 2) Development mode (external server, tomcat) with ?gwt.codesvr 3) Development mode (gwt internal jetty)

Application will not run outside dev mode (gwt 2.3)

2011-07-06 Thread Jens
Hi I have an application that i have been working on for a while, but now suddenly the application will not run outside dev mode. If i remove the gwt.codesvr=127.0.0.1:9997 from my url, the application stops working (it will not bootstrap). After digging a bit around i found the following

Re: Application will not run outside dev mode (gwt 2.3)

2011-07-06 Thread Magno Machado
Did you ran GWT Compiler and are the compiled files (the *.cache.html, module.nocache.js and etc) updated? Or are you simply running devmode and removing the ?gwt.codesvr from the url? On Wed, Jul 6, 2011 at 1:13 PM, Jens djar...@gmail.com wrote: Hi I have an application that i have been