Hi Sergey, Many thanks for your reply to my post. No, I don't use any Response.close() anywhere. But there is a:
Response resp = client.target(...)...; String s = response.readEntity(String.class); ... Does readEntity() close the response ? Is there anyway to test the response such that to see weather it is closed ? Many thanks in advance, Nicolas DUMINIL -- View this message in context: http://cxf.547215.n5.nabble.com/CXF-3-0-3-java-lang-IllegalStateException-Entity-is-not-available-on-the-return-from-a-JAX-RS-service-tp5781201p5781222.html Sent from the cxf-user mailing list archive at Nabble.com.
