Hi, I would like to know how a regular java object (non-EJB) that is executing inside the same VM as the AppServer lookup the home interface of a EJB that is deployed in the server. Iam able to access beans from remote clients by specifying the bean details in the client xml files, and if I want to access a Bean from another Bean then I specify the details of the bean as a ejb-ref in the bean's DD. But I dont know how to lookup a bean from a java client inside the same VM. Thanks, -Sridhar