Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

javax.naming.NameNotFoundException

843829Apr 3 2003 — edited Apr 4 2003
I am having a problem where I am not sure whether or not my EJB is being deployed in Jboss 3.0. What is the quickest way to check? It seems that if the server starts correctly, then the EJB must be deployed otherwise I would get a deployment exception. I am using the example from the Jboss 3.0 QuickStart Guide. I know that the client jar is being created, but I am unsure if I have the correct entries in my ejb-jar.xml and jboss.xml files.
the error I do get is: "javax.naming.NameNotFoundException: test not bound" where test is part of the package name. I have searched this forum and cannot seem to find an answer.

Any help would be much appreciated.
-Dave
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 2 2003
Added on Apr 3 2003
3 comments
246 views