Hi I have an application using Restlet 2.0RC3 using JavaEE version deployed on a tomcat 6 server which is working fine. I tried to update it with the new release 2.0.0 and the content negotation fail.
Basically I am using annotations in order to choose between xml,json or html representation. The server always sends the same representation even if I ask for other ones. Something really weird appends when I change the name of a method, the representation returned change ( at first It was sending me html and then it sends me xml and so on ) I tried that code on a embedded Jetty and I works fine so the problem might comes from tomcat 6. Hope I am clear enough. Thanks in advance Mathieu ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2645999

