Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 11646 invoked from network); 21 Apr 2007 11:12:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Apr 2007 11:12:45 -0000 Received: (qmail 48987 invoked by uid 500); 21 Apr 2007 11:12:45 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 48865 invoked by uid 500); 21 Apr 2007 11:12:44 -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 48769 invoked by uid 99); 21 Apr 2007 11:12:44 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 21 Apr 2007 04:12:44 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED 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; Sat, 21 Apr 2007 04:12:37 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id DE9C6714085 for ; Sat, 21 Apr 2007 04:12:16 -0700 (PDT) Message-ID: <12570239.1177153936909.JavaMail.jira@brutus> Date: Sat, 21 Apr 2007 04:12:16 -0700 (PDT) From: "Emmanuel Lecharny (JIRA)" To: dev@directory.apache.org Subject: [jira] Closed: (DIRSERVER-455) schemaSubentry support 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-455?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lecharny closed DIRSERVER-455. --------------------------------------- Closing all issues created in 2005 and before which are marked resolved > schemaSubentry support > ---------------------- > > Key: DIRSERVER-455 > URL: https://issues.apache.org/jira/browse/DIRSERVER-455 > Project: Directory ApacheDS > Issue Type: Improvement > Environment: Java > Reporter: Mark Swanson > Assigned To: Alex Karasulu > > >I'm trying to add a user with JXplorer and receive: > >"Because there is no schema currently published by the directory, adding a new > >entry is unavailable.". > > > > > > > Ahhhh right now there is very minimal schema support. I have not added > anything for the schemaSubentry. Actually this would be really easy to > do. All the schema objects exist within the system in memory within > registries. I just need to have a subschemaSubentry attribute in the > RootDSE pointing to something like cn=schema or something which > dynamically creates an entry by doing a toString on all objects in the > registry. Yeah this is like a 3-8 hour task. It should be done for > 0.8.0 for sure to make anything useful. We may not enable schema > checking at this point but we sure do need to have a subschemaSubentry. > Lots of clients need it to create forms for adding new entries. That's > how they figure out the attributes needed. Ok Mark can you file this in > JIRA too and I'll get to it. I'll try to get to this one soon as well. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.