Re: JAX-RS bug after upgrading Jackson to 2.2

2013-06-07 Thread Nic Fellows
ttpHeaders, InputStream entityStream) throws IOException, WebApplicationException { return jjp.readFrom(type, genericType, annotations, mediaType, httpHeaders, entityStream); } } On 07/06/13 11:34, Sergey Beryozkin wrote: Hi On 07/06/13 11:29, Nic Fellows wrot

JAX-RS bug after upgrading Jackson to 2.2

2013-06-07 Thread Nic Fellows
I have just upgraded from Jackson 2.1.1 to 2.2.2 and it has caused the following exception: javax.ws.rs.client.ClientException: .No message body writer has been found for class : class uk.co.tbp.gabble.domain.User, ContentType : application/json. Has something changed in the way I need to c

Re: Problem including @Context

2013-06-03 Thread Nic Fellows
My server setup looks like this, i thought maybe i need to do something differently as my service class is managed by Spring? On 31/05/13 15:44, Nic Fellows

Problem including @Context

2013-05-31 Thread Nic Fellows
I am trying to access the HttpServletResponse in my @Service I'm at a bit of a loss as to why it wont work, can anyone point me in the right direction? Id supply more information but i'm not sure what you will need! Thanks! The code is: @Service("reviewRestService") @Path("/gabble") public