Hi,

On Jan 11, 2008 4:16 PM, Marcel May <[EMAIL PROTECTED]> wrote:
> Bundled DB PM + JNDI issue 1305
> (https://issues.apache.org/jira/browse/JCR-1305)
> This causes troubles in an application server environment and only
> requires a very
> small fix as suggested in the issue.
>
> It would be great if we could get this fixed for 1.4 release.

I was considering that, but decided that we need to draw the line
somewhere and just put the release out instead of adding more small
changes. The delta between 1.4-rc1 and 1.4 is probably already too
big.

We can treat JCR-1305 as a bug and include it in a 1.4.1 release as
long as we implement it in a way that shouldn't affect existing
configurations. Something like:

    if (user == null || password == null) {
        return ds.getConnection();
    } else {
        return ds.getConnection(user, password);
    }

BR,

Jukka Zitting

Reply via email to