Hi
I setup a role and mapped it to the methods in the bean that it is
allowed to access using the deployment descriptor (ejb-jar.xml). I
added the role in to the application.xml file. I added the role in to
the groups section of the principals.xml file, and mapped a user to that
group in the users section of the same file (I assume this is the way it
is supposed to be done). With the above setup I have access to every
method in the bean, not just the ones I specified in the descriptor.
I would like to know what is the correct way to setup roles and map
users to those roles, with the goal of allowing each user access to
certain methods in a bean, using the Orion server.
Thanks,
Arun