[ 
https://issues.apache.org/jira/browse/DIRSERVER-866?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Emmanuel Lecharny reopened DIRSERVER-866:
-----------------------------------------

    
> 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-RC1
>
>
> 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

Reply via email to