Re: [Resteasy-users] logging JSON request/response body/header for rs client called from Arqullian on jboss AS 7.1.1

2014-01-19 Thread John D. Ament
I've struggled with this before as well. Unfortunately, as far as I can tell the resteasy client APIs have no logging. When I look at CXF, you can reuse CXF's logging in/out filter to enable debug of these messages. Personally, I use them to help mock out responses from the server (though I also

[Resteasy-users] Using Netty, RestEasy and Weld

2014-01-19 Thread John D. Ament
Hi all, In case anyone's interested, I just put out a blog post on how you can use RestEasy and the Netty Embedded Server with Weld. http://john-ament.blogspot.com/2014/01/bridging-netty-resteasy-and-weld.html and if you'd like to see the code: https://github.com/johnament/resteasy-netty-cdi Pl

Re: [Resteasy-users] Using Netty, RestEasy and Weld

2014-01-19 Thread Weinan Li
Hi John, Nice article! I’ve forked your project to learn from it :-) -- Weinan Li On Sunday, January 19, 2014 at 10:58 PM, John D. Ament wrote: > Hi all, > > In case anyone's interested, I just put out a blog post on how you can > use RestEasy and the Netty Embedded Server with Weld. >