Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 68741 invoked from network); 12 Dec 2006 00:17:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Dec 2006 00:17:51 -0000 Received: (qmail 83216 invoked by uid 500); 12 Dec 2006 00:17:53 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 83140 invoked by uid 500); 12 Dec 2006 00:17:53 -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 83107 invoked by uid 99); 12 Dec 2006 00:17:53 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Dec 2006 16:17:53 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Dec 2006 16:17:44 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 7DC69714168 for ; Mon, 11 Dec 2006 16:17:24 -0800 (PST) Message-ID: <7274645.1165882644512.JavaMail.jira@brutus> Date: Mon, 11 Dec 2006 16:17:24 -0800 (PST) From: "Emmanuel Lecharny (JIRA)" To: dev@directory.apache.org Subject: [jira] Resolved: (DIRSERVER-794) Trunks version returns invalid USAGE in schema. In-Reply-To: <19030285.1165793961060.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://issues.apache.org/jira/browse/DIRSERVER-794?page=all ] Emmanuel Lecharny resolved DIRSERVER-794. ----------------------------------------- Resolution: Fixed Ok, there was a place where we were rendering the attributeType using the direct UsageEnum internal representation. I have added a render() method which take an UsageEnum instance as a parameter and render the expected String for the rendreing. Thanks for the test Stefan ! > Trunks version returns invalid USAGE in schema. > ----------------------------------------------- > > Key: DIRSERVER-794 > URL: http://issues.apache.org/jira/browse/DIRSERVER-794 > Project: Directory ApacheDS > Issue Type: Bug > Reporter: Stefan Seelmann > Assigned To: Emmanuel Lecharny > Attachments: DIRSERVER794.java > > > The trunk version of ApacheDS returns an invalid USAGE in AttributeTypes in schema. USER_APPLICATIONS, DIRECTORY_OPERATION, DISTRIBUTED_OPERATION and DSA_OPERATION is returned instead of userApplications, directoryOperation, distributedOperation or dSAOperation. > Example from trunks: > ( 2.5.4.42 NAME ( 'givenName' 'gn' ) DESC 'RFC2256: first name(s) for which the entity is known by' SUP name EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 USAGE USER_APPLICATIONS ) > Example from Version 1.0: > ( 2.5.4.42 NAME ( 'givenName' 'gn' ) DESC 'RFC2256: first name(s) for which the entity is known by' SUP name EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 USAGE userApplications ) -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira