Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 23120 invoked from network); 29 Mar 2007 12:05:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 Mar 2007 12:05:52 -0000 Received: (qmail 90387 invoked by uid 500); 29 Mar 2007 12:05:57 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 90345 invoked by uid 500); 29 Mar 2007 12:05:57 -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 90332 invoked by uid 99); 29 Mar 2007 12:05:57 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Mar 2007 05:05:57 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Mar 2007 05:05:49 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 3CCDD714062 for ; Thu, 29 Mar 2007 05:05:29 -0700 (PDT) Message-ID: <14609904.1175169929244.JavaMail.jira@brutus> Date: Thu, 29 Mar 2007 05:05:29 -0700 (PDT) From: "Tobias Bocanegra (JIRA)" To: dev@jackrabbit.apache.org Subject: [jira] Resolved: (JCR-814) Oracle bundle PM fails checking schema if 2 users use the same database In-Reply-To: <33095659.1174655852335.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-814?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tobias Bocanegra resolved JCR-814. ---------------------------------- Resolution: Fixed Separated the table-existence-check from the schema creation and only override it in oracle persistence manager. Committed revision 523680. > Oracle bundle PM fails checking schema if 2 users use the same database > ----------------------------------------------------------------------- > > Key: JCR-814 > URL: https://issues.apache.org/jira/browse/JCR-814 > Project: Jackrabbit > Issue Type: Bug > Components: core > Affects Versions: 1.2.3 > Reporter: Tobias Bocanegra > Assigned To: Tobias Bocanegra > Priority: Minor > Fix For: 1.3 > > > When using the OracleBundlePersistenceManager there is an issue when two users use the same database for persistence. In that case, the checkSchema() method of the BundleDbPersistenceManager does not work like it should. More precisely, the call "metaData.getTables(null, null, tableName, null);" will also includes table names of other schemas/users. Effectively, only the first user of a database is able to create the schema. > probably same issue as here: JCR-582 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.