Saturday, March 29, 2014

Re: using gwt with hibernate example



On Saturday, March 29, 2014 2:30:06 PM UTC+1, Mic L wrote:
HI,
I have found a nice article "using gwt with hibernate example". However, I have trouble to import this code into Eclipse. I always get the following warnings, but the app does not start:
[WARN] Server class 'org.eclipse.jetty.servlet.listener.ELContextCleaner' could not be found in the web app, but was found on the system classpath
   [WARN] Adding classpath entry 'file:/home/mic/apps/eclipse/plugins/com.google.gwt.eclipse.sdkbundle_2.6.0/gwt-2.6.0/gwt-dev.jar' to the web app classpath for this session
   For additional info see: file:/home/mic/apps/eclipse/plugins/com.google.gwt.eclipse.sdkbundle_2.6.0/gwt-2.6.0/doc/helpInfo/webAppClassPath.html

This is a bug in 2.6.0 that will be fixed in 2.6.1. But it doesn't prevent apps form running.
 
[WARN] No startup URLs supplied and no plausible ones found -- use -startupUrl

When launching the app (https://developers.google.com/eclipse/docs/running_and_debugging_2_0) make sure there's a --startupUrl argument in the Arguments tab with a value of Musicstore.html (i.e. --startupUrl MusicStore.html). Note that it should go *before* the module's name.

--
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 it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment