javax.naming.NameNotFoundException
843829Apr 3 2003 — edited Apr 4 2003I 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