You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by de...@apache.org on 2009/08/12 14:30:29 UTC

svn commit: r803473 - /commons/proper/dbcp/trunk/doc/ManualPoolingDataSourceExample.java

Author: dennisl
Date: Wed Aug 12 12:30:28 2009
New Revision: 803473

URL: http://svn.apache.org/viewvc?rev=803473&view=rev
Log:
Update the documentation to use commons-pool-1.5.1 consistently.

Modified:
    commons/proper/dbcp/trunk/doc/ManualPoolingDataSourceExample.java

Modified: commons/proper/dbcp/trunk/doc/ManualPoolingDataSourceExample.java
URL: http://svn.apache.org/viewvc/commons/proper/dbcp/trunk/doc/ManualPoolingDataSourceExample.java?rev=803473&r1=803472&r2=803473&view=diff
==============================================================================
--- commons/proper/dbcp/trunk/doc/ManualPoolingDataSourceExample.java (original)
+++ commons/proper/dbcp/trunk/doc/ManualPoolingDataSourceExample.java Wed Aug 12 12:30:28 2009
@@ -5,9 +5,9 @@
  * The ASF licenses this file to You under the Apache License, Version 2.0
  * (the "License"); you may not use this file except in compliance with
  * the License.  You may obtain a copy of the License at
- * 
+ *
  *      http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -50,13 +50,13 @@
 
 //
 // To compile this example, you'll want:
-//  * commons-poo-1.3.jar
+//  * commons-pool-1.5.1.jar
 //  * commons-dbcp-1.2.2.jar
 //  * j2ee.jar (for the javax.sql classes)
 // in your classpath.
 //
 // To run this example, you'll want:
-//  * commons-poo-1.3.jar
+//  * commons-pool-1.5.1.jar
 //  * commons-dbcp-1.2.2.jar
 //  * j2ee.jar (for the javax.sql classes)
 //  * the classes for your (underlying) JDBC driver



Re: svn commit: r803473 - /commons/proper/dbcp/trunk/doc/ManualPoolingDataSourceExample.java

Posted by Mark Thomas <ma...@apache.org>.
dennisl@apache.org wrote:
> Author: dennisl
> Date: Wed Aug 12 12:30:28 2009
> New Revision: 803473
> 
> URL: http://svn.apache.org/viewvc?rev=803473&view=rev
> Log:
> Update the documentation to use commons-pool-1.5.1 consistently.

1.5.1 has a couple of known bugs. You want 1.5.2

Mark



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org