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
  Components: security  
    Versions: 1.0, 1.1, 1.2    
    Reporter: Vamsavardhana Reddy
    Priority: Minor
     Fix For: 1.1, 1.2


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

Reply via email to