SQL jdbc driver class name is wrong in db pool creation wizard
--------------------------------------------------------------
Key: GERONIMO-4317
URL: https://issues.apache.org/jira/browse/GERONIMO-4317
Project: Geronimo
Issue Type: Bug
Security Level: public (Regular issues)
Components: databases
Affects Versions: 2.0.2
Reporter: Forrest Xia
Priority: Minor
In the driver type, select SQL Server, then click next, you will see the driver
class by default
is com.microsoft.jdbc.sqlserver.SQLServerDriver.
It's not correct for sql server 2005. The correct one should be
"com.microsoft.sqlserver.jdbc.SQLServerDriver"
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.