[jboss-user] [Security & JAAS/JBoss] - Re: @RolesAllowed ignored?

2007-09-12 Thread jaikiran
Can you get the TRACE level logs from the jboss security package? Follow the steps mentioned in Q4 at http://wiki.jboss.org/wiki/Wiki.jsp?page=SecurityFAQ and post the output here View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4083767#4083767 Reply to the pos

[jboss-user] [Security & JAAS/JBoss] - Re: @RolesAllowed ignored?

2007-09-11 Thread jjonphl
Forgot to mention, but I did the latter "jaikiran" wrote : Did you specify the security domain either as a annotation or in the jboss.xml? You can do that either through an annotation | | < snipped > | | | | mypolicy | | | | View the original post : http://www.jboss.co

[jboss-user] [Security & JAAS/JBoss] - Re: @RolesAllowed ignored?

2007-09-11 Thread jaikiran
Did you specify the security domain either as a annotation or in the jboss.xml? You can do that either through an annotation | @SecurityDomain("mypolicy") | @RolesAllowed({"authenticated"}) | @Stateless | @Remote({AccountRDAO.class}) | public class AccountRDAOAction extends RDAOAction