Hi Everyone,
I have deployed a Stateless session bean using Local interfaces. When i lookup the Local home stub ref by JNDI using below given code,
Context ic = new InitialContext();
elloHomeLocal localHome = (HelloHomeLocal) ic.lookup("HelloEmployee");
I get following exception. I have deployed
EJB with JNDI name:HelloEmployee
javax.naming.NameNotFoundException: HelloEmployee not found
Please help me to solve this.