Object obj = getInitialContext().lookup("ENCBean0");
obj = PortableRemoteObject.narrow(obj, TestENCHome2.class);
TestENCHome2 home = (TestENCHome2)obj;
getLog().debug("Found TestENCHome2");
TestENC bean = home.create();
getLog().debug("Created ENCBean0");
bean.accessENC();
bean.remove();
}