From dev-return-35396-apmail-directory-dev-archive=directory.apache.org@directory.apache.org Thu Oct 21 01:41:53 2010 Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 64057 invoked from network); 21 Oct 2010 01:41:53 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 21 Oct 2010 01:41:53 -0000 Received: (qmail 42711 invoked by uid 500); 21 Oct 2010 01:41:52 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 42645 invoked by uid 500); 21 Oct 2010 01:41:52 -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 42638 invoked by uid 99); 21 Oct 2010 01:41:52 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Oct 2010 01:41:52 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Oct 2010 01:41:50 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o9L1fSfH008381 for ; Thu, 21 Oct 2010 01:41:28 GMT Message-ID: <18669186.25071287625288124.JavaMail.jira@thor> Date: Wed, 20 Oct 2010 21:41:28 -0400 (EDT) From: "Andrew Swan (JIRA)" To: dev@directory.apache.org Subject: [jira] Created: (DIRSERVER-1571) FrameworkSuite ignores @CreatePartition annotations MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org FrameworkSuite ignores @CreatePartition annotations --------------------------------------------------- Key: DIRSERVER-1571 URL: https://issues.apache.org/jira/browse/DIRSERVER-1571 Project: Directory ApacheDS Issue Type: Bug Components: core-integ Affects Versions: 1.5.7 Reporter: Andrew Swan Priority: Minor 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 ) { } } -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.