0 Replies Latest reply on Apr 30, 2008 11:54 AM by avihaimar

    Jboss login module - how to analysis exception

      Hey,

      I have a java client that work against stateless facade , deployed in jboss4.2.

      i write a custom login module and in some cases i throw exception like this this -

      throw new LoginException("was failed due to expired password");


      The problem that in the client i dont get the exception i throw.
      i get - EJBAccessException instead of the exception i throw.

      so in the client i dont know waht is the reason that authetication was failed.

      Any solution please?