If you have a service that calls another REST service. When you add a ClientErrorInterceptor to intercept errors during the client call, the interceptor is registered during the deployment phase but it is never invoked. Can you check (in the quickstart rest-binding example) that client side interceptors/filters are working? I only can get work a ClientExecutionInterceptor but I can't do that with ClientErrorInterceptor neither ClientResponseFilter. |