RE: No message body writer found for response class : ArrayList

2009-10-27 Thread Sergey Beryozkin
:46 To: users@cxf.apache.org Subject: Re: No message body writer found for response class : ArrayList Hi, Just a pair of questions, is the message subject the exception message encountered? And, is the MessageBodyWriter intentionally marked as List while the method response is Collection? I think

Re: No message body writer found for response class : ArrayList

2009-10-25 Thread Gabo Manuel
Hi, Just a pair of questions, is the message subject the exception message encountered? And, is the MessageBodyWriter intentionally marked as List while the method response is Collection? I think making it the other way around should set it straight. Gabo rconline wrote: Hi Guys, Read al

Re: No message body writer found for response class : ArrayList

2009-10-25 Thread rconline
Hi Guys, Read all the posts on the thread. Maybe my question is stupid or maybe i dont get the problem at all. Here' my web service @WebMethod @GET @Produces("application/json") @Path("/summaryList/") Collection getSummaryList(String test); I want the m