users@jersey.java.net

[Jersey] Response body conversion to string using windows-1252 encoding failed. Response body not set!

From: Jordan Blay <be.special_at_gmail.com>
Date: Tue, 20 Dec 2011 02:49:09 -0800 (PST)

Hi!

I have the following method:
@GET
        @Produces({ MediaType.APPLICATION_JSON })
        public Collection<Gift> getGifts(@Required @QueryParam("category") String
categories, @QueryParam("amount") Integer amount) throws RemoteException,
                        ServiceException {
                return giftManager.getGifts(categories, amount);
        }

However, the client tool of WixTools.org retrieves Response body conversion
to string using windows-1252 encoding failed. Response body not set!

What is the problem?

--
View this message in context: http://jersey.576304.n2.nabble.com/Response-body-conversion-to-string-using-windows-1252-encoding-failed-Response-body-not-set-tp7111377p7111377.html
Sent from the Jersey mailing list archive at Nabble.com.