[ http://issues.apache.org/jira/browse/GERONIMO-1784?page=all ]
David Jencks closed GERONIMO-1784:
----------------------------------
Fix Version: (was: 1.2)
Resolution: Fixed
Assign To: David Jencks
Fixed in rev 407961
> SQL Login Modules logs "null" instead of the driver name
> --------------------------------------------------------
>
> Key: GERONIMO-1784
> URL: http://issues.apache.org/jira/browse/GERONIMO-1784
> Project: Geronimo
> Type: Bug
> Security: public(Regular issues)
> Components: security
> Versions: 1.0, 1.2, 1.1
> Reporter: Vamsavardhana Reddy
> Assignee: David Jencks
> Priority: Minor
> Fix For: 1.1
>
> SQLLoginModule.java has the following line:
> throw new IllegalArgumentException("Driver class " + driver + " is not
> available. Perhaps you need to add it as a dependency in your deployment
> plan?")
> Change to
> throw new IllegalArgumentException("Driver class " + options.get(DRIVER)+ "
> is not available. Perhaps you need to add it as a dependency in your
> deployment plan?");
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira