Hi, I have a tomcat server, with spring using cxf to enable the soap calls.
So I have a soap call login. when I call securityManager.getSubject() I get always the same subject back. I though it was because I am using org.jsecurity.mgt.DefaultSecurityManager. So I tried DefaultWebSecurityManager but then I am getting errors. No ServletRequest found in ThreadContext. Make sure WebUtils.bind() is being called. But in the first option if I use getSubject().GetSession it returns different sessions. should I then use SessionManager and the correct sessionID. Is this the correct way? Thanks, Jelle -- View this message in context: http://n2.nabble.com/using-CXF-with-JSecurity-tp2264471p2264471.html Sent from the JSecurity User mailing list archive at Nabble.com.
