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

FrameworkSuite ignores @CreatePartition annotations

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Won't Fix
    • 1.5.7
    • 2.0.0-M1
    • core-integ
    • None

    Description

      There's a nice @CreatePartition annotation that promises simpler setting up of partitions compared to creating them programmatically. The org.apache.directory.server.core.integ.FrameworkSuite class even has a private "addPartitions" method that reads this annotation. However it quietly does nothing:

      private void addPartitions( Description description )
      {
      CreatePartition createPartition = description.getAnnotation( CreatePartition.class );

      if ( createPartition != null )
      {

      }
      }

      Attachments

        Activity

          People

            Unassigned Unassigned
            andrew.s Andrew Swan
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: