[JBoss-user] [J2EE Compliance] - Re: run-as role in ejbCreate

2004-03-23 Thread edstorm
Thanks Scott, that works well. Is there any down side to running in this configuration? Ed http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827117#3827117";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3827117>Reply to the post

[JBoss-user] [J2EE Compliance] - run-as role in ejbCreate

2004-03-21 Thread edstorm
Hi, I originally posted this question in another forum, but thought it might do a bit better here. I have two session beans, TestSession and InternalSession. TestSession is stateful, InternalSession is stateless. TestSession has the run-as role set to "internal", and all of the methods for

[JBoss-user] [EJB/JBoss] - sfsb ejbActivate and run-as role

2004-03-19 Thread edstorm
Quick question for the experts: I am using jboss-3.2.3 and I have a sfsb with a run-as role set. Everything works fine, except when the container calls ejbActivate - I get security exceptions that lead me to believe that the run-as role is not being associated with the call. I have found this