Hello,
I am using Jetty web server and just upgraded to jersey 0.9. I am using my own json entity provider which was working with jersey 0.8 but now that I've upgraded I get no response body. I get the right response code but not my entity representation. I've debugged and verified that when I call outputStream.write(representation.getBytes()); that the representation is correct but it just doesn't make it into the response. I am using the spring-servlet. Any ideas?
-Reece