What you just said makes all the sense in the world.
I will take a look at my runtime lib folder in while.
Thanks again.
On Sunday, October 28, 2012 5:57:10 PM UTC+1, Jens wrote:
And gwt-servlet.jar is in your war/WEB-INF/lib folder?In your stack trace you can see:at com.google.appengine.tools.development. IsolatedAppClassLoader. loadClass( IsolatedAppClassLoader.java: 207) which indicates that you are using AppEngine. The IsolatedAppClassLoader JavaDoc states that it isolates the webapp from the DevAppServer and everything on system classpath. I don't know AppEngine but it sounds to me that only libs in WEB-INF/lib are allowed and it does not really matter whats on system class path.Maven probably put gwt-servlet.jar automatically into WEB-INF/lib if you have defined a dependency for it.-- J.
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/AkFz0i-_LbUJ.
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.
No comments:
Post a Comment