Hi,

If a role is specified in web.xml as such

    <security-role>
        <description>A user allowed to invoke echo methods</description>
        <role-name>beanaccesss</role-name>
    </security-role>

And then a servlet accesses an ejb, if that ejb tries to access another ejb
is the role passed along or does the next ejb need to login?

Any input on this would be appreciated.  Thank you,

Ivan


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

Reply via email to