aspose file tools
The moose likes BEA/Weblogic and the fly likes Error while Testing EJB in Weblogic81 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » BEA/Weblogic
Reply Bookmark "Error while Testing EJB in Weblogic81 " Watch "Error while Testing EJB in Weblogic81 " New topic
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.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Error while Testing EJB in Weblogic81
 
Similar Threads
Debugging MDBs
two ejbs in two different jars one bean referring to another bean
Please help: weblogic. xml .dom .ChildCountException
Exceptions
Problem in including ejb packages in jsp