[appengine-java] Re: java.lang.NoClassDefFoundError: com/google/appengine/api/xmpp/JID

2009-11-22 Thread lallafa
the time > when XMPP was working and when it started failing? > > Also, can you list the JARs in your war/WEB-INF/lib directory? > > - Jason > > On Sat, Oct 24, 2009 at 12:56 PM, lallafa wrote: > > > I wrote a test servlet "SendServlet" that sends invitations and

[appengine-java] Re: java.lang.NoClassDefFoundError: com/google/appengine/api/xmpp/JID

2009-10-28 Thread lallafa
your war/WEB-INF/lib directory? There are no JARs, lib is empty. This is my appengine-web.xml: http://appengine.google.com/ns/1.0";> plapperbot 9 xmpp_message > > - Jason > > On Sat, Oct 24, 2009 at 12:56

[appengine-java] java.lang.NoClassDefFoundError: com/google/appengine/api/xmpp/JID

2009-10-26 Thread lallafa
I wrote a test servlet "SendServlet" that sends invitations and messages. Calling the servlet works fine with with the runtime. It also worked when it was uploaded to app engine the first time. But after uploading new versions the following exception is thrown: java.lang.NoClassDefFoundError: co