Return-Path: X-Original-To: apmail-directory-dev-archive@www.apache.org Delivered-To: apmail-directory-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E7EB410BC0 for ; Thu, 20 Jun 2013 10:07:27 +0000 (UTC) Received: (qmail 6317 invoked by uid 500); 20 Jun 2013 10:07:25 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 6147 invoked by uid 500); 20 Jun 2013 10:07:23 -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 6122 invoked by uid 99); 20 Jun 2013 10:07:23 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Jun 2013 10:07:23 +0000 Date: Thu, 20 Jun 2013 10:07:23 +0000 (UTC) From: "Emmanuel Lecharny (JIRA)" To: dev@directory.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Closed] (DIRSERVER-866) Initialization with another backend than JDBM for the system partition MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/DIRSERVER-866?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lecharny closed DIRSERVER-866. --------------------------------------- Resolution: Fixed > 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: 2.0.0-M13 > > > 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. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira