Hi!
I�ve got an
EJB (EJB-A) that has a business logic method that must create another EJB (EJB-B) and returns EJB-B�s remote reference.
Now, I�ve got a client (CLIENT-C) that uses the EJB-A to obtain the remote reference to EJB-B throughout this business method. CLIENT-C is in a different
Java Virtual Machine that EJB-A and EJB-B.
It�s suppossed that CLIENT-C could now use EJB�s remote interface.
How can I pass the EJB-B object�s reference between different JVM?
Thankx in regards!
