6 Replies Latest reply on Feb 10, 2005 11:45 AM by paper57

    Cached Principal's not supported?

    paper57

      It appears that cached principals are not supported in JbossWS.

      I noticed that my login module was called on every web service invocation.

      Looking in ServerLoginHandler, I see a new SimplePrincipal is created on every invocation.

      As my authentication process is very expensive, what is the recommended procedure to make use of the cache?

      Under Jboss.net in 3.2.6 I did not have this problem.