https://issues.apache.org/bugzilla/show_bug.cgi?id=53198
Priority: P2 Bug ID: 53198 Assignee: dev@tomcat.apache.org Summary: 'driverClassName' Data Source Property Being Mandatory Severity: critical Classification: Unclassified OS: Linux Reporter: laferna...@gmail.com 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.