[jboss-user] [Security & JAAS/JBoss] - Problem with @PermitAll on jboss-5.0.0.Beta2
CarstenRudat
do-not-reply at jboss.com
Wed May 2 04:47:48 EDT 2007
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=4042326#4042326
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4042326
More information about the jboss-user
mailing list