Hello, I am trying to inject javax.ws.rs.core.SecurityContext in a setter-style method, from the CXF controller (annotated with @Path) (to capture the context and access it across layers):
@Context
public final void setContext(@Context javax.ws.rs.core.SecurityContext
context) {
}
It does not call the method at all!
Pls help,
Thanks
Nicu Marasoiu
