So, I've got a MDB on one server that wants to call an EJB3 on another server.  
The EJB3 is secured with a SecurityDomain on its server and I want the MDB to 
be able to call the EJB3 with a role as per the security-identity, run-as, etc. 
tags, but, of course, the EJB's SecurityDomain doesn't exist on the MDB's server

Now, both servers do have access to the same database that stores login 
information.  So, I tried to just set up another SecurityDomain on the MDB's 
server of the same name, hitting the same database, but that didn't work 
(AuthorizationFailures where principal=null and principalRoles=null)

Is there a general approach for "sharing" JAAS security domains across servers 
in situations like these?  I don't want to hardcode a u/p into my MDB for its 
EJB calls.

All servers are JBoss 4.0.4.GA

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3955460#3955460

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3955460

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to