Uploaded image for project: 'Directory ApacheDS'
  1. Directory ApacheDS
  2. DIRSERVER-866

Initialization with another backend than JDBM for the system partition

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 2.0.0-M13
    • None
    • None

    Description

      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.

      Attachments

        Activity

          People

            Unassigned Unassigned
            elecharny Emmanuel Lécharny
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: