Hi,
I am trying to write a session
ejb that talks to another sesion ejb using LOCAL interfaces, as per the ejb 2.0 spec.
However I am falling at the first hurdle as to how to do the lookup for the LocalHome interface object.
The way it would be done using REMOTE interfaces would be to do the javax.rmi.PortableRemoteObject.narrow on the remote home inetrface class.
But I cannot work out, and canot find an example, as the steps required to do this fgor local interfaces.
If someone can provide me with an example for this step i would be grateful.
Cheers
T