|
From: Bas C. <ba...@ci...> - 2002-11-29 10:57:08
|
Dear Bill,
Al has set up the TestSuite to run Proxool, wrapped around a compliant
Oracle driver. In principle Proxool may be compliant, because all test
sets are passed the first time.
The TestSuite repeats all test sets in 4 batches or so, to make sure
that the driver is consistent. When the TestSuite enters the second
batch it starts repeating the following stack trace:
java.lang.NoClassDefFoundError
at
org.logicalcobwebs.proxool.ConnectionPool.<init>(ConnectionPool.java:101)
at
org.logicalcobwebs.proxool.ConnectionPoolManager.createConnectionPool(ConnectionPoolManager.java:62)
at
org.logicalcobwebs.proxool.ProxoolFacade.registerConnectionPool(ProxoolFacade.java:58)
at
org.logicalcobwebs.proxool.ProxoolDriver.connect(ProxoolDriver.java:66)
at java.sql.DriverManager.getConnection(DriverManager.java:512)
at java.sql.DriverManager.getConnection(DriverManager.java:172)
at ...
And the test suite says:
ERROR: An error occurred while closing the database connection
Test case throws exception: java.lang.NoClassDefFoundError
Do you have any idea what could cause this problem? Further details:
- All Proxool properties remain their default value during the tests,
i.e. we haven't set any proxool.* properties.
- Tested source is current CVS repository state.
Many thanks,
Bas
--
Bas Cancrinus -> ba...@ci...
Software Architect
Cipherware Ltd. -> http://www.cipherware.com
|