This content has been marked as final. 
    
Show                 1 reply
    
- 
        1. Re: CMP and EJBObjectpazu Mar 12, 2002 7:27 AM (in response to yanor)First, let me warn you: You should never, ever expose local objects to remote methods. It simply won't work. If you really need their *data* exposed, write a value object and return it. 
 Now your question: CMR are always defined in terms of local interfaces. They always takes and returns local interfaces.
 
    