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