Found it, they moved the jnp jar file in the new release so of course my ant tresting script wasn't finding it.
On a related note, has there been any discussion of or information on the new all and minimal configs and how the lib directories work now ? Wednesday, June 12, 2002, 5:24:53 PM, you wrote: DC> is this on the client side? Have you got jnp-client.jar in your classpath? DC> cheers DC> dim DC> ----- Original Message ----- DC> From: "Peter Kelley" <[EMAIL PROTECTED]> DC> To: <[EMAIL PROTECTED]> DC> Sent: Wednesday, June 12, 2002 4:28 PM DC> Subject: [JBoss-user] ClassNotFoundException upgrading from RC3 to 3.0 >> Received the exception below attempting to look up an initial naming >> context for an EJB. Any ideas ? >> >> P.S. I would have searched the archives before posing this except >> archives are restricted to the JBoss group on sourceforge. >> >> 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:299) >> at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:286) >> at java.lang.ClassLoader.loadClass(ClassLoader.java:255) >> at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:315) >> at java.lang.Class.forName0(Native Method) >> at java.lang.Class.forName(Class.java:195) >> at DC> com.sun.naming.internal.VersionHelper12.loadClass(VersionHelper12.java:45) >> at DC> javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:652) >> at DC> javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:246) >> at javax.naming.InitialContext.init(InitialContext.java:222) >> at javax.naming.InitialContext.<init>(InitialContext.java:178) >> at DC> au.com.moveit.ejb.versant.SessionEJBWrapper.getHome(SessionEJBWrapper.java:2 DC> 02) >> at DC> au.com.moveit.ejb.manifest.ManifestSearchBean.getHomeInstance(ManifestSearch DC> Bean.java:62) >> at DC> au.com.moveit.ejb.manifest.ManifestSearchBeanTest.testManifestSearchByManife DC> stNumber(ManifestSearchBeanTest.java:68) >> at java.lang.reflect.Method.invoke(Native Method) >> at junit.framework.TestCase.runTest(TestCase.java:166) >> at junit.framework.TestCase.runBare(TestCase.java:140) >> at junit.framework.TestResult$1.protect(TestResult.java:106) >> at junit.framework.TestResult.runProtected(TestResult.java:124) >> at junit.framework.TestResult.run(TestResult.java:109) >> at junit.framework.TestCase.run(TestCase.java:131) >> at junit.framework.TestSuite.runTest(TestSuite.java:173) >> at junit.framework.TestSuite.run(TestSuite.java:168) >> at junit.framework.TestSuite.runTest(TestSuite.java:173) >> at junit.framework.TestSuite.run(TestSuite.java:168) >> at junit.swingui.TestRunner$17.run(TestRunner.java:644) >> >> -- >> >> regards, >> Peter Kelley >> >> MoveIt Pty Ltd >> >> "If you want to build a ship, don't drum up the men to >> gather wood, divide the work and give orders. Instead, >> teach them to yearn for the vast and endless sea." >> - Saint-Exupery >> >> >> _______________________________________________________________ >> >> Sponsored by: >> ThinkGeek at http://www.ThinkGeek.com/ >> _______________________________________________ >> JBoss-user mailing list >> [EMAIL PROTECTED] >> https://lists.sourceforge.net/lists/listinfo/jboss-user >> DC> _______________________________________________________________ DC> Sponsored by: DC> ThinkGeek at http://www.ThinkGeek.com/ DC> _______________________________________________ DC> JBoss-user mailing list DC> [EMAIL PROTECTED] DC> https://lists.sourceforge.net/lists/listinfo/jboss-user -- regards, Peter Kelley MoveIt Pty Ltd "If you want to build a ship, don't drum up the men to gather wood, divide the work and give orders. Instead, teach them to yearn for the vast and endless sea." - Saint-Exupery _______________________________________________________________ Sponsored by: ThinkGeek at http://www.ThinkGeek.com/ _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
