Context context = new InitialContext();
Object ref = context.lookup("InfoLocal");
//userHome = (InfoLocalHome) PortableRemoteObject.narrow(ref, InfoLocalHome.class);
userHome = (InfoLocalHome) ref;