|
[
Permlink
| « Hide
]
Phil Steitz added a comment - 12/Apr/07 06:08 AM
Patches welcome
Phil Steitz made changes - 12/Apr/07 06:08 AM
Version: 1.2.2
Class: org.apache.commons.dbcp.BasicDataSouce Method: protected synchronized DataSource createDataSource() (changes made between //### START CHANGE ### and //### END CHANGE ### Changed code: } catch (Throwable t) {
String message = "Cannot load JDBC driver class '" +
driverClassName + "'";
logWriter.println(message);
t.printStackTrace(logWriter);
throw new SQLNestedException(message, t);
} // Create a JDBC driver instance If you need more information, please let me know Cheers, Bernd
Bernd Kolb made changes - 15/May/07 08:33 AM
Any updates on that?
Thanks Bernd
Thanks for the patch. Sorry it it has been a while. Your patch has been applied.
Mark Thomas made changes - 15/Mar/09 10:13 PM
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||