Re: Can't debug in eclipse in development mode with GWT 2.0 RC1
There is a known issue with RC1 that might be the cause of this. Specifically the last one listed in known issue section of http://code.google.com/p/google-web-toolkit/wiki/GWT_2_0_RC. Even though your app does not use App Engine, the issue is really that a GC pass before the browser load request comes across can invalidate some weak refs. This has been fixed in the trunk and 2.0 branches.
On Tue, Nov 24, 2009 at 2:27 AM, Julien Ortega <dun74fr@gmail.com> wrote:
I suspect a problem between SpringMVC and GWT 2.0 rc1. Within the same
projet, same class path, if I load my app from a static html file it
works but if I load my app with a generated html from freemarker and
springMVC I've got a "[ERROR] [gwtdemo] Unable to find
'gwtdemo.gwt.xml' on your classpath; could be a typo, or maybe you
forgot to include a classpath entry for source?".
Looks like the moduleloader is not the same.
Any Idea ?
On Nov 23, 5:29 pm, Youen <youen.ch...@gmail.com> wrote:
> The main difference with my 2 project is that the main html file is a
> Velocity template managed with spring MVC (so there is no main HTML
> file in my war folder).
>
--For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
--
Miguel
--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home