0 Replies Latest reply on May 2, 2003 9:25 AM by rixc

    Differences in Authentication process between 3.0.2 and 3.2.

    rixc

      Hi all,

      I have just installed the latest version of Jboss 3.2.0 and tried running our EJBs on it. The EJBs run fine under 3.0.2. After sorting out the datasource connections my last problem is the authentication process.

      Basically, I am getting authentication exception on any call to an EJB that is part of a security domain. I added some tracing to my loginmodule on the server and noticed 2 things:
      1. it was not called on my first connect to Jboss.
      2. It was called on the second call and the login() does return true.

      Any comments or ideas?

      Ricardo

      PS. I have verified that my login-config.xml is setup correctly