1 Reply Latest reply on Mar 31, 2011 9:04 AM by windigo

    Jboss dosnt throw the LoginException is throw javax.ejb.EJBA

      Hey,

      I wrote a custom login module. in the login module i thow a LoginException (This is the Exception you need to throw).

      The problem is that JBoss catch this exception (in interceptor) and throw javax.ejb.EJBAccessException instaed (itsnt chain), so i dont have the data why login failed.

      Any advice please.

      Thank you