You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-dev@lucene.apache.org by "Noble Paul (JIRA)" <ji...@apache.org> on 2009/06/25 06:47:07 UTC

[jira] Assigned: (SOLR-1244) JdbcDataSource uses wrong overload of getConnection on JNDI DataSource

     [ https://issues.apache.org/jira/browse/SOLR-1244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Noble Paul reassigned SOLR-1244:
--------------------------------

    Assignee: Noble Paul

> JdbcDataSource uses wrong overload of getConnection on JNDI DataSource
> ----------------------------------------------------------------------
>
>                 Key: SOLR-1244
>                 URL: https://issues.apache.org/jira/browse/SOLR-1244
>             Project: Solr
>          Issue Type: Bug
>          Components: contrib - DataImportHandler
>    Affects Versions: 1.4
>         Environment: Any.
>            Reporter: Chris Eldredge
>            Assignee: Noble Paul
>         Attachments: SOLR-1244.patch
>
>
> When configured to use a JDBC DataSource via JNDI, JdbcDataSource checks to see if initProps contains a property named "user."  If that property is null, DataSource.getConnection(String user, String password) is used where DataSource.getConnection() should be called.  I will provide a test case and patch that fixes the issue.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.