InitialContext jndiContext = new InitialContext();
Object s = jndiContext.lookup(Container.ENC_CTX_NAME + "/env/session2");
Session2LocalHome home = (Session2LocalHome)jndiContext.lookup(Container.ENC_CTX_NAME + "/env/session2");
Session2Local session2 = home.create("initialized");
return session2.getInitValue();