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.1 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.