Close

ENC in JNDI JBoss

The application component environment is referred to as the ENC, the enterprise naming context. It is the responsibility of the application component container to make an ENC available to the container components in the form of JNDI Context.

// Obtain the application component’s ENC
Context iniCtx = new InitialContext();
Context compEnv = (Context) iniCtx.lookup(“java:comp/env”);

Leave a Reply

Your email address will not be published. Required fields are marked *