[Resteasy-users] Problem with sub-resource locator and the client proxies

2012-09-28 Thread Pascal Gelinas
Hi all, I've submitted issue RESTEASY-772 but I've been told I should post my problem here instead, so here goes: I have the following (dumbed down) interfaces: @Path("root") public interface Root{ @Path("sub") SubResource subResource(); } public interface SubResource{ @GET get(); }

Re: [Resteasy-users] Any way to access JettisonMappedContext constructed by RESTEasy ?

2012-09-28 Thread Jean-François HEROUARD
I would do the other way : put your Jettison configuration in a JAXB decorator (see the @Pretty in user guide). The marshaller in the decorator processor is Jettison. Maybe another way : do you really need the Json in the response template ? Using the rest-js "Ajax client" you can really simply ge