Hi,
I have successfully deployed Stateless Session Bean on OC4J.
I am trying to lookup the EJB through some Test code given below:
hostname, port number and JNDI name of EJB changed intentionally.
However I am getting following exception when I execute this code
at Object obj=ctx.lookup("OrderBean"); line
EJB deployment is successful and when i checked the log i could see that clearly. also JNDI name of EJB is correct and hostname and port number is correct and I could access that through code as well as telnet.
Could somebody please point out what is the issue with this.
Thanks,
Shriniwas
[ July 31, 2008: Message edited by: Scott Selikoff ]