Hello all, I am running JBoss 3.2.4 on Java 1.4.2_05
I have 2 instance of JBoss running (P and Q), the EJBs in both servers are secured against the same JAAS domain. For sake of discussion, assume: -EJB A lives on P -EJB B lives on Q My client connects to P and authenticated using the ClientLoginModule. Whenever A makes a call to B and B calls ctx.getCallerPrincipal(), an exception "No security context set" is thrown from B. Why is principal null when A managed to obtained B to invoke calls on it? Anyone have similar experience? Thanks. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848476#3848476 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3848476 ------------------------------------------------------- This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 Project Admins to receive an Apple iPod Mini FREE for your judgement on who ports your project to Linux PPC the best. Sponsored by IBM. Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
