[ http://issues.apache.org/jira/browse/GERONIMO-1206?page=all ]
     
Aaron Mulder resolved GERONIMO-1206:
------------------------------------

    Resolution: Fixed

The patch is not valid.  If we call getParameterMetaData.getCount, MySQL JDBC 
3.0.17 throws a connect error, and even if we squash any exception, our 
connection error listener (probably quite reasonably) then dumps errors and 
tosses the connection out of the pool, etc.

Sorry, but I will not consider any more patches that include a call to 
getParameterMetaData.  Hopefully, given time, the vendors will catch up on this.

> SQLSecurityRealm doesn't work with PostgreSQL
> ---------------------------------------------
>
>          Key: GERONIMO-1206
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1206
>      Project: Geronimo
>         Type: Bug
>   Components: security, databases
>     Versions: 1.0-M5
>     Reporter: Aaron Mulder
>     Assignee: Aaron Mulder
>      Fix For: 1.0
>  Attachments: GERONIMO-1206.patch
>
> The SQLSecurity realm tries to be clever and dynamically discover the number 
> of prepared statement parameters (?'s) in the queries.  PostgreSQL doesn't 
> support the getParameterMetaData call this relies upon.  Since this was just 
> a convenience anyway, I'm going to remove the dynamicness and require that 
> the user and group SQL statements have exactly 1 ? which stands for the 
> username.  As in:
> SELECT user, password FROM users WHERE username=?
> SELECT user, role FROM user_roles WHERE username=?

-- 
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