Hi,
i have SLSB with one of the methods annotated with @RolesAllowed("admin"). I have defined security-domain in WEB-INF\jboss-web.xml(for j_security_check web resources) and also defined one in META-INF/jboss.xml ( just to avoid the Jboss specific annotation(@SecureDomain) in EJBs ) j_security_check was working fine but not ejbs. what is that i am missing here please advice