If you use the Jackson extension, you need org.restlet.ext.jackson.jar and the Jackson jars. You need both the Jackson core and mapper jars. They are available under multiple licenses, and the packaging is different for different licenses. I use ASL, so the jars I include are jackson-core-asl-1.9.4.jar and jackson-mapper-asl-1.9.4.jar.
Thought for Restlet team: It shouldn't be hard to include Jackson Smile-based binary object serialization in the Jackson extension. That could be a more full-featured serialization mechanism that the built-in Java object serialization (which just uses Java Serializable machinery, right?). --tim On Wed, Feb 8, 2012 at 8:19 AM, Gabriel Pulido < [email protected]> wrote: > Hello Thierry, > I've just test with the 2.1RC2 and the simple server and it works!! Thank > you!! > > I was becoming mad searching for the problem :( > > About the json, Do I have to add another library with the > jacksonextension? I have also added the org.json.jar but it still fails. > > Thank you again > Best Regards, > Gabriel Pulido > > ------------------------------------------------------ > > http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2919369 > ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2919426

