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
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
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