[jboss-user] [EJB 3.0] - Re: @RunAs doesn't work in JBossAS 4.2.3?

2009-04-16 Thread amcdowell
I researched this a little more. My example above is actually wrong. I tried to simplify my actual problem, and simplified it too far. According to EJB 3.0 Section 17.2.5.2: anonymous wrote : | Note that isCallerInRole(String roleName) tests the principal that represents the | caller of

[jboss-user] [EJB 3.0] - @RunAs doesn't work in JBossAS 4.2.3?

2009-04-10 Thread amcdowell
I'm trying to convert some our session beans to EJB 3.0 prior to an AS 5.0 upgrade, and we use JAAS heavily in our server. When I have the code: | public interface TestSessionBean { | public void execute(); | } @Stateless |