ItfOneMethod01 bean = (ItfOneMethod01) ctx.lookup("ejb/bean01");
bean.getBool();
log(MDBListenerMethodAccess.class, ON_MESSAGE, MDBListenerMethodAccess.class, ENTERPRISE_BEAN);
} else if (isEqual(ENTITY_MANAGER_FACTORY, op)) {
EntityManagerFactory emf = (EntityManagerFactory) ctx.lookup("persistence/pu01");
try {
EMFactoryTester.checkInstance(emf, "tmpTable" + this.hashCode());
log(MDBListenerMethodAccess.class, ON_MESSAGE, MDBListenerMethodAccess.class, ENTITY_MANAGER_FACTORY);
} catch (Exception e) {
logger.debug("Error in EntityManagerFactory use: {0}", e);