Re: [Resteasy-users] RESTEasy Runtime client propagation.

2015-03-03 Thread Savvas Andreas Moysidis
Hi Jacub, Like you suggest, using an ExceptionMapper server-side and registering a ClientResponseFilter client side should do the trick and is probably the least intrusive way of achieving that goal. On the ClientResponseFilter, you can probe the http response status and run your logic accordingl

Re: [Resteasy-users] RESTEasy Runtime client propagation.

2015-02-27 Thread John D. Ament
Hi Jakub! I think you're looking for ContainerResponseFilter. John On Fri, Feb 27, 2015 at 8:03 AM Jakub Narloch wrote: > So, > > After a quick research I am trying to find the counterpart > of ClientErrorInterceptor for RESTEasy 3.x, any sugestions? > > Regards, > Jakub Narloch > > 2015-02-27

Re: [Resteasy-users] RESTEasy Runtime client propagation.

2015-02-27 Thread Jakub Narloch
So, After a quick research I am trying to find the counterpart of ClientErrorInterceptor for RESTEasy 3.x, any sugestions? Regards, Jakub Narloch 2015-02-27 11:37 GMT+01:00 Jakub Narloch : > Hi, > > I think I have a quite interesting use case in our project, I had existing > service layer that