I think my JNDI lookup is wrong,
I tried all of the following:
| hw = (HelloWorldLocal) ctx.lookup(HelloWorldLocal.class.getName());
| hw = (HelloWorldLocal) ctx.lookup("HelloWorldLocal/local");
| hw = (HelloWorldLocal) ctx.lookup("MyEjb3/HelloWorldLocal/local");
|
| hw = (HelloWorldLocal) ctx.lookup("MyEjb3/HelloWorldBean/local");
| hw = (HelloWorldLocal) ctx.lookup("HelloWorldBean/local");
|
In all , it says EJB not bound !!
Is there some way to traverse JNDI Tree in JBoss and see with what name my EJB is getting
binded?
any help will be appreciated.
Thanks,
Mustafa
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4050123#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...