Stateless2 test2 = stateless2Home.create();
try {
InitialContext jndiContext = new InitialContext();
Stateless2Home home = (Stateless2Home)jndiContext.lookup(Container.ENC_CTX_NAME + "/env/injected/Stateless2");
test2 = home.create();
} catch (Exception e)
{
e.printStackTrace();
}