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



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

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

Reply via email to