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

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4214025#4214025

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4214025
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to