https://issues.apache.org/bugzilla/show_bug.cgi?id=53198
Priority: P2
Bug ID: 53198
Assignee: [email protected]
Summary: 'driverClassName' Data Source Property Being Mandatory
Severity: critical
Classification: Unclassified
OS: Linux
Reporter: [email protected]
Hardware: PC
Status: NEW
Version: unspecified
Component: jdbc-pool
Product: Tomcat Modules
Hi,
In jdbc-pool, it seems, the driverClassName property is mandatory when creating
a data source. But this should not be the case, where with JDBC4, they
internally resolve the JDBC driver by using the Java Service Provider
interface. So ideally this should be an optional property. In Apache DBCP, it
supported this. So even though it is a minor detail, it is a crtical
requirement in migrating an application which used DBCP to jdbc-pool, because
of this behavior.
Cheers,
Anjana.
--
You are receiving this mail because:
You are the assignee for the bug.