I tried that but that is not working, but what I found out is that I have 2 servlets CXFServlet using for soap calls for real desktop applications using org.apache.cxf.transport.servlet.CXFServlet this is giving message like this attempting to get session; create = true; session is null = true; session has id = false
Dispatcher Servlet is for a webbased application using org.springframework.web.servlet.DispatcherServlet but this one is working. So It has to do something with the CXFServlet. hmm... Jelle -- View this message in context: http://n2.nabble.com/using-CXF-with-JSecurity-tp2264471p2270686.html Sent from the JSecurity User mailing list archive at Nabble.com.
