[jboss-user] [EJB3] - Re: security in ejb3.1 using jboss 6.0 CR1
jaikiran pai
do-not-reply at jboss.com
Wed Dec 15 07:59:56 EST 2010
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]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20101215/a7974da1/attachment.html
More information about the jboss-user
mailing list