Hi All, I've used cxf in some of my projects, specially WS-Trust. But I noticed that SecurityTokenServiceProvider module is tightly coupled with web services which limits it ability to function as a independent module (Since it uses a WebServiceContext as a field). But if we use setter injection instead of field injection we can separate SecurityTokenServiceProvider from Web Services to some extent.
Any suggestions? Best Regards Isuranga Perera
