2 Replies Latest reply on Apr 6, 2006 4:55 PM by dhartford

    Web to EJB authentication

    crepindany

      Web to EJB tier authentication.
      Using UsersRolesLoginModule configured in login-config.xml
      My .ear is deployed correcty.
      Application runs perfectly on JBoss 4.0.1sp1: FORM authentication, and secured methods can be invoked on EJB
      Application fails invoking any method on EJB:

      javax.security.auth.login.FailedLoginException: Password Incorrect/Password Required

      I have no clue on how to get rid of this.
      A solution is to replace Tomcat5.5, with Tomcat5.0 (dirty solution!)
      ClientLoginModule is fine between SWING client and EJB tier.
      http://w3.homedns.org/converter.ear
      What's wrong?