JBoss Community

Re: security in ejb3.1 using jboss 6.0 CR1

created by jaikiran pai in EJB3 - View the full discussion

As a quick check, try adding the following to your SLSBProcessBean:

 

@org.jboss.ejb3.annotation.SecurityDomain("javaee6-app")
@Stateless
public class SLSBProcessBean
{
...
 
@RolesAllowed(Roles.BUSINESS)
public List getMembers(){
....

Reply to this message by going to Community

Start a new discussion in EJB3 at Community