Hi Veit

On 24/08/16 11:58, Veit Guna wrote:
Hi.

I'm using CXF 3.1.6 for generating JAX-RS client proxies from my service 
interface.
I also register my custom JAX-RS filters etc. using setProviders() on the 
factory.
That works so far.

Now I have a JAX-RS Feature that I wanted to register at the 
JAXRSClientFactoryBean
the same way. But it seems that the Feature's configure(FeatureContext) method
is never called.

Are JAX-RS Features actually supported?

Only as part of 2.0 Client API.
But they are now also supported on the server side so I guess it can be easy enough to get it supported at the client factory bean side too.
Will try to have a look

Thanks, Sergey


Thanks
Veit


Reply via email to