Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 87645 invoked from network); 18 Aug 2007 02:40:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Aug 2007 02:40:52 -0000 Received: (qmail 8509 invoked by uid 500); 18 Aug 2007 02:40:49 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 8464 invoked by uid 500); 18 Aug 2007 02:40:49 -0000 Mailing-List: contact dev-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache Directory Developers List" Delivered-To: mailing list dev@directory.apache.org Received: (qmail 8453 invoked by uid 99); 18 Aug 2007 02:40:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Aug 2007 19:40:49 -0700 X-ASF-Spam-Status: No, hits=-98.4 required=10.0 tests=ALL_TRUSTED,DNS_FROM_DOB,RCVD_IN_DOB,SUBJECT_FUZZY_TION 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; Sat, 18 Aug 2007 02:40:51 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id CBE8571418F for ; Fri, 17 Aug 2007 19:40:30 -0700 (PDT) Message-ID: <24507516.1187404830830.JavaMail.jira@brutus> Date: Fri, 17 Aug 2007 19:40:30 -0700 (PDT) From: "Alex Karasulu (JIRA)" To: dev@directory.apache.org Subject: [jira] Updated: (DIRSERVER-866) Initialization with another backend than JDBM for the system partition In-Reply-To: <20477377.1173203124202.JavaMail.root@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/DIRSERVER-866?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Karasulu updated DIRSERVER-866: ------------------------------------ Fix Version/s: (was: 1.5.1) 1.5.2 > Initialization with another backend than JDBM for the system partition > ---------------------------------------------------------------------- > > Key: DIRSERVER-866 > URL: https://issues.apache.org/jira/browse/DIRSERVER-866 > Project: Directory ApacheDS > Issue Type: New Feature > Reporter: Emmanuel Lecharny > Fix For: 1.5.2 > > > The initialization process statically declare a JdbmPartition in the current base code. If we were to use another backend, we should use a factory plus a configuration to initialize the alternate implementation : > in DefaultPartitionNexus.initializeSystemPartition() method, we have : > ... > system = new JdbmPartition(); // using default implementation. > system.init( factoryCfg, systemCfg ); > ... > where system is the system backend. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.