hi Thierry, OK! got it to work, finally! after replacing the Xstream related jars (as suggested in the GAE example serializationFullSource<http://wiki.restlet.org/docs_2.0/304-restlet.html> ):
xstream-gae.jar org.restlet.ext.xstream-2.0snapshot.jar org.codehaus.jettison.jar with the following: org.restlet.ext.jackson.jar org.codehaus.jackson.core.jar org.codehaus.jackson.mapper.jar Thierry - a word of advice - please update the GAE example (linked above) to the correct set of libs. This problems hold me back a few days and almost got me to give up on Restlet for my GAE app... Please let me know - what are the implications on using the jackson based json rather than the xstream/jettison combination? am I missing some benefits of XStream that I'm not aware of? I mean - if the jackson stack works out of the box - why do you guys even consider the XStream libs ? Thanks again for all the support!!! Chen. On Thu, Apr 15, 2010 at 19:08, Thierry Boileau <[email protected]>wrote: > Hi Chen, > > at this time the Xstream library does not work on the GAE platform (see > http://restlet.tigris.org/issues/show_bug.cgi?id=863). We're still waiting > for a fix of this bug. In replacement we suggest to use the extension based > on Jackson for handling json representations. (Ive just sent you a mail > about that: > http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2583918 > ) > > Best regards, > Thierry Boileau > > ------------------------------------------------------ > > http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2583931 > ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2584210

