From my Orion application server I'm trying to use one ejb to call another ejb contained in a second orion container on another machine. In all the documentations I have read that you should only sepcify the remote ejb in your ejb-jar.xml file in the tag <ejb-ref>. The documentation says that you should give the fully qualified name. This is persumably of the form:
 
machine_name.sub_domain.domain/xxxxx/yyyy
 
What I don't know is how xxxxx/yyyy will be understood? How would the rmi server know where the starting point on the remote machine will be from which to go to xxxxx/yyyy?
 
It seems that somewhere on the local machine (in one of the xml files) we should tell rmi where the starting point is on the remote machine. Any ideas? If you have a code and descriptor file snippet that would be appreciated.
 
Many thanks

Reply via email to