I found I still needed org.restlet.ext.jaxb.jar. If I only include com.fasterxml.jackson.jaxb.jar then I get xml conversion of jaxb classes but the xml schema is not included in the generated xml (i.e. the xmlns="..." attribute). That causes jaxb clients to fail to deserialize the xml. Including org.restlet.ext.jaxb.jar resolves that.
More documentation about how to knit it all together would help. ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=3050439

