Ethan Adams <[EMAIL PROTECTED]> writes:
> java.lang.NoClassDefFoundError: org/apache/turbine/util/db/pool/ConnectionPool
> 
> 
> Yet when I look in the jar file, it exists.
> 
> Any thoughts?

This error usually means that the noted class is missing one of the
classes it linked against (i.e. one of its imports).  In this case, I
suspect the JDBC 2.0 standard extensions JAR.

import javax.sql.ConnectionPoolDataSource;
import javax.sql.PooledConnection;

Great error message, huh?
-- 

Daniel Rall <[EMAIL PROTECTED]>


------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to