Hello!

I have an entity bean checking a user's role. Everytime I do this I get this
message:
[User] WARNING: no match found for security role admin in the deployment
descrip
tor.

I got the same message from a session bean earlier, but then I added the
role name in the ejb-jar.xml (as below). I've done the same thing for my
entity bean (called User) but I still get the message.

  <assembly-descriptor>
    <security-role>
      <role-name>admin</role-name>

Any ideas?

Regards,
Pelle Poluha



_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to