javaURLContextFactory class or jar file

2005-02-08 Thread Dave Bender
Where can I find the org.apache.naming.java.javaURLContextFactory class file
or jar file that contains it?

I'm trying to set up a simple JUnit test case JDNI fixture to create the
JDNI context for my test cases.  But I can't find where the class file sits.
Does anybody have any idea?

I would have guessed it's in the bootstrap.jar file, but when I include that
in my classpath, I still get:
javax.naming.NoInitialContextException: Cannot instantiate class:
org.apache.naming.java.javaURLContextFactory [Root exception is
java.lang.ClassNotFoundException:
org.apache.naming.java.javaURLContextFactory]

Where does Tomcat get it from if not the bootstrap.jar file?

Thanks in advance.

Dave



RE: javaURLContextFactory class or jar file

2005-02-08 Thread Caldarale, Charles R
 From: Dave Bender [mailto:[EMAIL PROTECTED]
 Subject: javaURLContextFactory class or jar file
 
 Where can I find the 
 org.apache.naming.java.javaURLContextFactory class file
 or jar file that contains it?

It's in common/lib/naming-java.jar, at least in 5.0.x.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]