users@jersey.java.net

Problem with jersey 0.9 and jetty

From: Reece Garrett <RGARRET_at_co.pierce.wa.us>
Date: Fri, 22 Aug 2008 13:21:44 -0700

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