Hi, I have deployed an entity bean called TestBean with JNDI name as "ejb.TestBeanHome" and ejb-name as "TestBeanJDBC" in WLS81, When i am trying to look up for this bean from my client code, i get the following exception:- Exception ...javax.naming.LinkException: [Root exception is javax.naming.LinkException: [Root exception is javax.namin g.NameNotFoundException: remaining name: /app/ejb/EntityProj.jar#TestBeanJDBC/local-home]; Link Remaining Name: 'null']; Link Remaining Name: 'java:app/ejb/EntityProj.jar#TestBeanJDBC/local-home'
could ne1 help me out in figuring what is amiss over here...
thanks Johnny
Doug Barnum
Greenhorn
Joined: Mar 08, 2004
Posts: 1
posted
0
Mr Vergis, Have you found a solution to this problem? I am having the same thing happen and was hoping you figured it out the last few days. Thanks!
Marcos Maia
Ranch Hand
Joined: Jan 06, 2001
Posts: 977
posted
0
hi, pls check if the bean has been correcly deployed and if it's registered under the JNDI tree. You can right click on the server name on the admin console and choose JNDI tree to see it. Also it would be helpfull if u post the client code fragment where u do the lookup. regards.