| Author |
Error while Testing EJB in Weblogic81
|
John Vergis
Ranch Hand
Joined: Feb 24, 2004
Posts: 59
|
|
Hi, I am facing a problem, while testing the EJB, There was no issue in deploying the bean,i got the successful status message. But while testing the bean from the weblogic server console i am getting the following message. "The EJB "EJB_NAME" has not been tested successfully. There was a problem determining the JNDI Name of the given bean." I am using weblogic81 workshop. could ne1 pls help. Regards Johnny.
|
 |
Marcos Maia
Ranch Hand
Joined: Jan 06, 2001
Posts: 977
|
|
Hi, the console for weblogic 8xxx only does tests for remote interfaces not for local ones, maybe this is your case. A good thing to do is chech the jndi tree and look for the jndi name of the ejb u're trying to test, if the name is registered there the bean is deployed successfuly. regards.
|
 |
 |
|
|
subject: Error while Testing EJB in Weblogic81
|
|
|