The problem is that JndiLoginInitialContextFactory is not designed to be used in a server
environment. It should be updated to for this usage:
http://jira.jboss.com/jira/browse/JBAS-3948
For now you need to use a jaas login using the org.jboss.security.ClientLoginModule to set
the caller for the remote ejb.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3994443#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...