Re: Google Calendar API: NoClassDefFoundError AuthenticationException

2009-07-31 Thread JesperA
The solution was to put all the gdata**.jar files into the war/WEB-INF/ lib directory in my Eclipse GWT project. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send

Google Calendar API: NoClassDefFoundError AuthenticationException

2009-07-29 Thread JesperA
Hi! I'm trying to get feed data from the Google Calendar API. To the Eclipse project I have added the following libs (Java Build Path) gdata-calendar-2.0.jar gdata-calendar-meta-2.0.jar gdata-client-1.0.jar gdata-client-meta-1.0.jar gdata-core-1.0.jar google-collect-1.0-rc1.jar Google Data Plugin

Re: Google Calendar API: NoClassDefFoundError AuthenticationException

2009-07-29 Thread JesperA
Forgot to say... Using the same code in a general Java application works perfect. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Re: Google Calendar API: NoClassDefFoundError AuthenticationException

2009-07-29 Thread JesperA
After some debugging i found where the Exception is thrown: com.google.gwt.user.server.rpc.RPC.invokeAndEncodeResponse(Object, Method, Object[], SerializationPolicy) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups