I am trying with simple Jersey + JSON example but I get following error message body writer for Java class com.test.jsonexample and MIME media type application/json w
message body writer for Java class com.test.jsonexample and MIME media type application/json w
When using jersey-bundle-1.19.1.jar (non-maven) I had to remove this:
com.sun.jersey.api.json.POJOMappingFeature true
from web.xml file.
I know that documentation suggests this section is necessary but surprisingly it was a reason of the problem.