0 Replies Latest reply on May 2, 2007 4:47 AM by carstenrudat

    Problem with @PermitAll on     jboss-5.0.0.Beta2

      Hi,

      I have a SLSB witch delivers messages for my JSF-front-end.

      @PermitAll
      public String getMessage(Locale locale, String key, Object... arguments) {...}
      


      The method is annotated with @PermitAll, because this method will be called on a login-page. This worked fine on JBoss-4.0.5.GA.

      After updating to jboss-5.0.5.Beta2 I get an javax.ejb.EJBAccessException: Authentication failure just when getMessage(...) is called.

      Is this a bug? Should I use another annotation? Is additionally configuration needed?

      Thanks,
      Carsten