jaikiran pai [http://community.jboss.org/people/jaikiran] created the discussion

"Re: security in ejb3.1 using jboss 6.0 CR1"

To view the discussion, visit: http://community.jboss.org/message/576135#576135

--------------------------------------------------------------
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
[http://community.jboss.org/message/576135#576135]

Start a new discussion in EJB3 at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2029]

_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to