Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 12992 invoked from network); 10 Nov 2009 14:01:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 10 Nov 2009 14:01:09 -0000 Received: (qmail 27466 invoked by uid 500); 10 Nov 2009 14:01:09 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 27378 invoked by uid 500); 10 Nov 2009 14:01:09 -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 27370 invoked by uid 99); 10 Nov 2009 14:01:09 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Nov 2009 14:01:09 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of elecharny@gmail.com designates 209.85.218.222 as permitted sender) Received: from [209.85.218.222] (HELO mail-bw0-f222.google.com) (209.85.218.222) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Nov 2009 14:00:58 +0000 Received: by bwz22 with SMTP id 22so39417bwz.25 for ; Tue, 10 Nov 2009 06:00:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:date:from :user-agent:mime-version:to:subject:content-type :content-transfer-encoding; bh=jENGx0Y870DTj18MB0qp86mHqA6TuhdIxiYQ7CDV4D8=; b=WuR0Nl8v4FmLjRcoYbAYw4GvH5KElWpspNbaF8QFGlduJlIf+RIHiaGr59GIfyZQOq 9rUL3BjNZ9wgnh4sqtnN7yksEuGn7CYH7i58+rpe69emDk8jpaybMOPQuZZPsPc8kTDn KVAkQaHBPNcGd+pwZCmGgoFOenkEHRaflqw0w= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=dP4x6O2NSLpZSlkgbdfooWsHyMfgcsw2mIqlUZ9jbSvEalELnS9Qu+Lo6/XFcXZwk2 vS9a8v8RV+6bvPmIAVGYfEROyE1fdU/+Fcuf/8FW7/Jn4vnbzU4jZ+uPEBFf0mZKyDJk VYpp3mLTa/bqnyDZpKyweL6Q0Rz0uteVAkBBA= Received: by 10.103.76.21 with SMTP id d21mr40355mul.78.1257861636602; Tue, 10 Nov 2009 06:00:36 -0800 (PST) Received: from ?192.168.0.1? (vol75-3-82-66-216-176.fbx.proxad.net [82.66.216.176]) by mx.google.com with ESMTPS id n7sm3060758mue.57.2009.11.10.06.00.35 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 10 Nov 2009 06:00:35 -0800 (PST) Sender: Emmanuel Lecharny Message-ID: <4AF97204.2060101@nextury.com> Date: Tue, 10 Nov 2009 15:00:36 +0100 From: Emmanuel Lecharny User-Agent: Thunderbird 2.0.0.23 (X11/20090817) MIME-Version: 1.0 To: Apache Directory Developers List Subject: [Schema refactoring] Loading new SchemaObjects Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org Hi, just to be sure that I'm not wrong : when loading (or deleting) a SchemaObject from a schema, we have three case : - the schema is loaded (on disk) and enabled : the schema object is loaded into the registries and the oidRegistry - the schema is loaded (on disk) and disabled : the schema object is loaded into the oidRegistry, no exception is thrown - the schema is not loaded : we throw an exception When I say 'loaded on disk', that means we have an entry associated with the schema (ou=schema, cn=) must previously exist. Is that ok ? -- -- cordialement, regards, Emmanuel L�charny www.iktek.com directory.apache.org