@XmlRootElement public class Todo { private String s = \"test\"; public String getS() { return s; } public void setS(String s) { th
Add the following param to the jersey servlet in web.xml file, this is required for the latest 1.x versions of jersey-servlet.
com.sun.jersey.api.json.POJOMappingFeature true