Thanks for your response.
I've used the latest build and I still have the same problem.
So here's what I have found, the code fails in JavaScript with this call.
eval("{\"ca.sqm.gwt.client.tabs.websitea.TestCase\":{\"firstName\":\"Daly\",\"lastName\":\"Kevin\",\"age\":41}}")
If I try to run this code in firebug on the command line it fails. What is
needed to run it is a "(" at the start and a ")" at the end of the string, then
the eval works.
Where is this eval generated, is it something that GWT builds or is there a
generator registered in the Resteasy client library.
------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2434736