I don't use jaxb, so my list is different. I do use the stuff in csv, smile, and xml, so I expect to need those jars.
The one thing I didn't expect is the yaml jar, because I'm not using yaml directly, but it turns out that dependency is from another library. --tim On Wed, Mar 6, 2013 at 1:15 PM, Jim Trainor <[email protected]>wrote: > 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 > ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=3050446

