Hi, I have a class "MyFeature extends AbstractFeature" that adds two InInterceptors to the interceptor chain. I then have a service class that is annotated with @Features(classes = MyFeature.class). The interceptors are called as expected, however, they contain @Context fields that are not being injected (injection works well on the service class). I dug a bit into the CXF internals, but cannot seem to find a way to register the interceptors for context-search. Is there a way?
I'm using the latest CXF 2.7.10. Regards, Tobias
