Re: [Resteasy-users] Unable to find a MessageBodyReader of content-type text/html; charset=utf-8

2013-02-23 Thread Weinan Li
-- Weinan Li Sent with Sparrow (http://www.sparrowmailapp.com/?sig) On Saturday, February 23, 2013 at 3:04 AM, Nuwan Bandara wrote: Hi, Thanks for your reply. Here's my code public ListAnalyteResult interpretResultListRemote(ListAnalyteResult analyteResultList) throws AREException {

Re: [Resteasy-users] Unable to find a MessageBodyReader of content-type text/html; charset=utf-8

2013-02-23 Thread Weinan Li
-- Weinan Li Sent with Sparrow (http://www.sparrowmailapp.com/?sig) On Saturday, February 23, 2013 at 11:16 PM, Weinan Li wrote: -- Weinan Li Sent with Sparrow (http://www.sparrowmailapp.com/?sig) On Saturday, February 23, 2013 at 3:04 AM, Nuwan Bandara wrote: Hi,

Re: [Resteasy-users] Unable to find a MessageBodyReader of content-type text/html; charset=utf-8

2013-02-22 Thread Bill Burke
It looks like you are getting an error response from the server as the response body contains HTML, not the requested JSON you put in the accep theader. Check the status to see if it is 200. If it is an error status, its probably HTML from the server s error msg On 2/22/2013 2:04 PM, Nuwan

Re: [Resteasy-users] Unable to find a MessageBodyReader of content-type text/html; charset=utf-8

2013-02-22 Thread Nuwan Bandara
Thanks for the reply. I have @Producer(application/jason) Is this seething to do with AnalyteResult Jaxb annotation or the client lobs I use in JUnit? Sent from my iPhone On Feb 22, 2013, at 12:07 PM, Bill Burke bbu...@redhat.com wrote: It looks like you are getting an error response from