[JBoss-user] [Security JAAS/JBoss] - Re: Principal=null on inter-server calls

2004-09-17 Thread arnold
Hello Scott, My beans are both assigned to the same security domain, S. This can be seen in jboss.xml | jboss | security-domainjava:/jaas/S/security-domain | Surely if bean A CAN access B and both beans are assigned to the same domain, then getCallerPrincipal() should return the

[JBoss-user] [Security JAAS/JBoss] - Re: Principal=null on inter-server calls

2004-09-17 Thread arnold
Hi Scott, Please forgive my ignorance, I believe I need to dig more into security propagation of EJBs. If I get any more problem, I will ask again! Thanks. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3848585#3848585 Reply to the post :

[JBoss-user] [Security JAAS/JBoss] - Re: Principal=null on inter-server calls

2004-09-16 Thread [EMAIL PROTECTED]
The error indicates that the ejb calling getCallerPrincipal has not been assigned a security domain. You need to set this via the jboss.xml descriptor for the ejb as described in the JAAS Howto post in this forum. View the original post :