1 Reply Latest reply on Mar 1, 2009 2:47 PM by mnouwens1

    timeoutHandler(Timer timer) calling other ejb's

    mnouwens1

      I have the following issue.

      I have bean that has a timeoutHandler. It will acces local methods and Entity beans without any problem but when accessing a method on

      @EJB
      private UserManagerLocal userManager = null;

      Where Permitt all is set it throws
      [TimerImpl] Error invoking ejbTimeout: javax.ejb.EJBAccessException: Authentication failure

      the guest user is set on the security domain for unautenticated sessions

      Anybody ideas on what is happening