3536373839404142
try { return (BeanManager) new InitialContext().lookup(BEAN_MANAGER); } catch (NamingException e) { logger.error("BeanManager not found", e); throw new ComponentRegistrationException("Can't find BeanManager in JNDI", e); } }