|
From: Alastair C. <ala...@ci...> - 2002-12-12 22:49:42
|
The error I mentioned earlier - NoClassDefFoundError when ConnectionPoolManager.class is referenced - only occurs with the Proxool jar, not with the normal classes. It must have something to do with the getResource method in ClassLoader looking for the actual class name, and not being able to look in archives - but I thought that it would be enough to set the VM classpath to include the Proxool jar. Anyway, for now I am continuing with the tests using unjarred classes. Alastair Calderwood |