From dev-return-18648-apmail-jackrabbit-dev-archive=jackrabbit.apache.org@jackrabbit.apache.org Thu May 08 13:11:18 2008 Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 93975 invoked from network); 8 May 2008 13:11:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 May 2008 13:11:18 -0000 Received: (qmail 63944 invoked by uid 500); 8 May 2008 13:11:19 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 63918 invoked by uid 500); 8 May 2008 13:11:19 -0000 Mailing-List: contact dev-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list dev@jackrabbit.apache.org Received: (qmail 63907 invoked by uid 99); 8 May 2008 13:11:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 May 2008 06:11:18 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 May 2008 13:10:41 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 1D4AC234C10C for ; Thu, 8 May 2008 06:10:56 -0700 (PDT) Message-ID: <1745424271.1210252256118.JavaMail.jira@brutus> Date: Thu, 8 May 2008 06:10:56 -0700 (PDT) From: "Thomas Mueller (JIRA)" To: dev@jackrabbit.apache.org Subject: [jira] Commented: (JCR-1562) JNDI data sources with various PersistenceManager: wrong default values In-Reply-To: <1586252542.1209536455710.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/JCR-1562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12595224#action_12595224 ] Thomas Mueller commented on JCR-1562: ------------------------------------- Fixed in revision 654514 > JNDI data sources with various PersistenceManager: wrong default values > ----------------------------------------------------------------------- > > Key: JCR-1562 > URL: https://issues.apache.org/jira/browse/JCR-1562 > Project: Jackrabbit > Issue Type: Bug > Affects Versions: core 1.4.2 > Reporter: Sven Rieckhoff > Attachments: bundleDbNoDefaultUserPassword.txt > > > With JCR-1305 Jackrabbit supports creating a connection throug a JNDI Datasource and without configuring user and password. This works for some but not all provided PersistenceManagers. Some of them - like the Oracle-specific BundleDBPersistenceManager - sets default values for user and password if none are provided in the jackrabbit config. This way its impossible to use such PersistenceManagers with the plain JNDI DS. > This concerns the following BundleDbPersistenceManagers: OraclePersistenceManager, DerbyPersistenceManager, H2PersistenceManager. > There also might be other PMs (perhaps some special SimpleDbPersistenceManagers) with similar behaviour. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.