How to produce JSON output with Jersey 1.6 using JAXB

I solved this. All I needed to do was to add jersey-json-1.6.jar library to the project (this is not required part of jersey)

Leave a Comment