This content has been marked as final. 
    
Show                 1 reply
    
- 
        1. Re: Multiple security domains in one EARj2ee_junkie Jul 19, 2006 8:25 AM (in response to lhoriman)Hi Jeff, 
 Yes you can have more than one security-domain in an ear. However, you need to make sure that the roles that intersect the two security domains are defined in each. In other words, if EJB A in security domain A needs to communicate with EJB B in security domain B, then the run-as role defined for A must match that required by B. AFAIK!
 cgriffith
 
    