This content has been marked as final. 
    
Show                 3 replies
    
- 
        1. Re: LoginModule accessing EJBstarksm64 Aug 28, 2005 1:40 PM (in response to tremalnaik)A login module can call any resource it wants. The target ejb cannot be in the same security-domain as the login module. 
- 
        2. Re: LoginModule accessing EJBtremalnaik Aug 30, 2005 7:25 AM (in response to tremalnaik)I solved defining two different login modules extending the base one. The first, which I will deploy into the web tier server, is going to ask authentications service to EJBs installed in the ejb tier server. The second, which I will deploy in the EJB server will access directly to the DB. 
 But I don't understand the following"scott.stark@jboss.org" wrote: 
 The target ejb cannot be in the same security-domain as the login module.
 I defined the same security-domain for the Login Module and for the authentication EJB. It works!
 thanks,
- 
        3. Re: LoginModule accessing EJBstarksm64 Sep 4, 2005 12:14 PM (in response to tremalnaik)The two security-domain settings are not in the same server and therefore are really not the same. 
 
    