I'm sure you've loved watching me have a conversation with myself, but I found the problem. In the security proxy for Session2, in the setEJBContext method, I was calling getCallerPrincipal(). Per table 3 in the EJB 2 spec, this isn't allowed.
Thanks Scott, for the solution which I found in http://jira.jboss.com/jira/browse/JBAS-751. Matt View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3908072#3908072 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3908072 ------------------------------------------------------- This SF.Net email is sponsored by the JBoss Inc. Get Certified Today Register for a JBoss Training Course. Free Certification Exam for All Training Attendees Through End of 2005. For more info visit: http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
