Lookup of remote interface is not getting recognised in JBOSS

Posted by harshildec5 on Stack Overflow See other posts from Stack Overflow or by harshildec5
Published on 2010-03-25T07:08:32Z Indexed on 2010/03/25 7:13 UTC
Read the original article Hit count: 308

Filed under:

The following code is used by IPMBaseBean.class for accessing remote interface . Object obj = iniCtx.lookup("java:/comp/env/ejb/ODIControllerSessionEJB");

In jboss-web.xml jndi-name is refered as below

ejb/ODIControllerSessionEJB jnp://vwhq5275.whq.ual.com:6200/ODIControllerSessionEJB

Error: Naming exception javax.naming.NameNotFoundException: comp not bound..

Please suggest on this issue.

© Stack Overflow or respective owner

Related posts about jboss