Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 43135 invoked from network); 16 Feb 2007 23:09:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Feb 2007 23:09:27 -0000 Received: (qmail 72322 invoked by uid 500); 16 Feb 2007 23:09:34 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 72290 invoked by uid 500); 16 Feb 2007 23:09:34 -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 72279 invoked by uid 99); 16 Feb 2007 23:09:34 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Feb 2007 15:09:34 -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; Fri, 16 Feb 2007 15:09:26 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id E09307141E5 for ; Fri, 16 Feb 2007 15:09:05 -0800 (PST) Message-ID: <6433507.1171667345917.JavaMail.jira@brutus> Date: Fri, 16 Feb 2007 15:09:05 -0800 (PST) From: "Stefan Seelmann (JIRA)" To: dev@directory.apache.org Subject: [jira] Commented: (DIRSERVER-793) Implement parsers and simple beans for all schema elements in RFC4512 In-Reply-To: <7970855.1165781601040.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 [ https://issues.apache.org/jira/browse/DIRSERVER-793?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12473850 ] Stefan Seelmann commented on DIRSERVER-793: ------------------------------------------- The three ADS specific parsers were added here: http://svn.apache.org/viewvc?view=rev&rev=504368 The schema syntaxes are here: http://cwiki.apache.org/confluence/display/DIRxSRVx11/ApacheDS+Specific+Schema+Descriptions TODOs: - We have to check the grammars, especially the base64 and fqcn productions must be specified - Then the parsers must be improved - And of course we need tests for these schema parsers > Implement parsers and simple beans for all schema elements in RFC4512 > --------------------------------------------------------------------- > > Key: DIRSERVER-793 > URL: https://issues.apache.org/jira/browse/DIRSERVER-793 > Project: Directory ApacheDS > Issue Type: New Feature > Reporter: Ersin Er > Assigned To: Stefan Seelmann > Fix For: 1.5.0 > > Attachments: shared-ldap-trunks-ATD-LSD.patch, shared-ldap-trunks-DCRD-DSRD-NFD.patch, shared-ldap-trunks-MRD.patch, shared-ldap-trunks-MRD2.patch, shared-ldap-trunks-ObjectClassDescription.patch, shared-ldap-trunks-UNESC.patch > > > We need parsers and simple beans to populate in for all schema elements given in RFC4512. The elements are: > ObjectClassDescription > AttributeTypeDescription > MatchingRuleDescription > MatchingRuleUseDescription > SyntaxDescription > DITContentRuleDescription > DITStructureRuleDescription > NameFormDescription -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.