This content has been marked as final. 
    
Show                 3 replies
    
- 
        1. Re: Failed to have 2 CMP entity beans (one local , one remotadrian.brock Jan 31, 2003 11:22 AM (in response to isabella)You must use a local interface for relationships. 
 Regards,
 Adrian
- 
        2. Re: Failed to have 2 CMP entity beans (one local , one remotisabella Feb 6, 2003 2:01 AM (in response to isabella)hello, 
 thx alot for the reply, and i would like to know more about the local/remote interfaces.
 if i have several entity beans, and i am only accessing them through session beans, can i use local interfaces for all the entity beans?
 also, if i will call those session beans from the outside (say, servlet or a client), must i use remote interface for them?
 thx again,
 isabella~
- 
        3. Re: Failed to have 2 CMP entity beans (one local , one remotjuhalindfors Feb 6, 2003 6:18 AM (in response to isabella)> if i have several entity beans, and i am only 
 > accessing them through session beans, can i use local
 > interfaces for all the entity beans?
 Yes.
 > also, if i will call those session beans from the
 > outside (say, servlet or a client), must i use remote
 > interface for them?
 Yes.
 
    