Hi there --
I am running into one of those problems that makes you feel very stupid.
I have an java application that works just fine when running using the Google WebApp plugin on Eclipse 3.5. I have the 1.2.5 version.
Great! ready to upload! Except that I get NoClassDefErrors when I try to run the application on AppEngine
Uncaught exception from servlet
java.lang.NoClassDefFoundError: Could not initialize class com.google.gdata.client.http.GoogleGDataRequest
at com.google.gdata.client.http.GoogleGDataRequest$Factory.createRequest(GoogleGDataRequest.java:73)
at com.google.gdata.client.http.HttpGDataRequest$Factory.getRequest(HttpGDataRequest.java:162)
at com.google.gdata.client.Service.createRequest(Service.java:697)
at com.google.gdata.client.GoogleService.createRequest(GoogleService.java:525)
at com.google.gdata.client.Service.createFeedRequest(Service.java:1074)
at com.google.gdata.client.Service.getFeed(Service.java:915)
at com.google.gdata.client.GoogleService.getFeed(GoogleService.java:631)
at com.google.gdata.client.Service.getFeed(Service.java:935)
I suspect that there might be a underling issue and the real not a missing class ... but there is no information other than this....
Any thoughts ?
(attached is the war/WEB-INF/lib listing )
-Pat