[DBCP] DriverConnectionFactory example in docs won't compile

2004-06-24 Thread Tim Rapp
The first code block in http://jakarta.apache.org/commons/dbcp/apidocs/org/apache/commons/dbcp/package-summary.html#package_description has two compilation errors with DBCP 1.2.1. Here is the code block: GenericObjectPool connectionPool = new GenericObjectPool(null);

Re: [DBCP] DriverConnectionFactory example in docs won't compile

2004-06-24 Thread Dirk Verbeeck
Hi Tim, I have updated the javadoc. More examples can be found here: http://cvs.apache.org/viewcvs/jakarta-commons/dbcp/doc/ Cheers Dirk Tim Rapp wrote: The first code block in http://jakarta.apache.org/commons/dbcp/apidocs/org/apache/commons/dbcp/package-summary.html#package_description has two