I've upgraded from 2.1 to 2.2m1 recently. I'm using the gae edition. My servers supports xml, gwt, and json encoding. json has stopped working with the upgrade to 2.2m1.
I suspect this simply has to do with the subset of resetlet jar files that I deploy in my server. In the past it was a bit of educated guess / trial error which jars to take out of the distribution. In 2.2 I see there have been some changes to the json libraries. I'm guessing this is the cause of the problem, but I've not succeeded in getting it running again. Is there a guide document somewhere that helps developers sort out what jar files they need to take? It's too big to simply take the entire distribution. It's not a simple matter of including those referenced by ones code when the conversions of performed automatically based on encodings specified in the html header. Here are the 2.2m1 jar files I'm deploying: org.restlet.ext.gwt.jar org.restlet.ext.jackson.jar org.restlet.ext.jaxb.jar org.restlet.ext.json.jar org.restlet.ext.servlet.jar org.restlet.jar com.fasterxml.jackson.core.jar com.fasterxml.jackson.databind.jar com.fasterxml.jackson.jaxb.jar com.fasterxml.jackson.smile.jar com.fasterxml.jackson.xml.jar com.fasterxml.jackson.yaml.jar thanks if the answer's in the book tell me... I'm happy to get it! ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=3050422

