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?

Thanks
Veit

Reply via email to