We are having problems connecting to a JBoss EJB from a servlet when running
Tomcat in its own JVM. The error occurs when we try to get an
InitialContext, and we get a org.jnp.interfaces.NamingContextFactory class
not found exception. I believe we have put all the necessary Jboss
libraries in the "webapps/myapp/lib" directory. This error does not occur
when we try to access the EJB from a regular test client (JUnit test) or
when we run Tomcat embedded with JBoss. The following is an output of our
error. Any suggestions would be greatly appreciated.
Thanks,
Brett
28491 [Thread-7] INFO - get new ContainerContext()
28521 [Thread-7] INFO ContainerContext - ContainerContext - Getting
TheUserSesion
28541 [Thread-7] ERROR ContainerContext - ContainerContext - Error with
connect()
javax.naming.NoInitialContextException: Cannot instantiate class:
org.jnp.interfaces.NamingContextFactory. Root exception is
java.lang.ClassNotFoundException:
org.jnp.interfaces.NamingContextFactory
at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
at java.lang.ClassLoader.loadClass(ClassLoader.java:297)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:286)
at java.lang.ClassLoader.loadClass(ClassLoader.java:253)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:313)
at java.lang.Class.forName0(Native Method)
_________________________________________________________________
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user