Re: curious class class not found exception
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/-/JFkMUXErsBoJ.
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