Return-Path: X-Original-To: apmail-directory-dev-archive@www.apache.org Delivered-To: apmail-directory-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A30AA6E36 for ; Sat, 23 Jul 2011 10:33:02 +0000 (UTC) Received: (qmail 40996 invoked by uid 500); 23 Jul 2011 10:32:59 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 40774 invoked by uid 500); 23 Jul 2011 10:32:41 -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 40760 invoked by uid 99); 23 Jul 2011 10:32:38 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 23 Jul 2011 10:32:38 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of akarasulu@gmail.com designates 74.125.82.178 as permitted sender) Received: from [74.125.82.178] (HELO mail-wy0-f178.google.com) (74.125.82.178) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 23 Jul 2011 10:32:29 +0000 Received: by wyf19 with SMTP id 19so2352164wyf.37 for ; Sat, 23 Jul 2011 03:32:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type; bh=w2wHHbbb4HIzqqPZafxK6GStyMRhWZoHQluhK0AchM8=; b=Dl+25F+LLwLx6miDWTiP75nVDDQ5V+gRYLkythlfDbVrrfauJq7SRPLd3vM3FFE6Ek UdXAWbkEQTcE2QxQ/UrbAolT/9fKYS/H/fnq8rWgazv+j53kvhinlYApC/jTG8YEWv1F 08pmzUrNiIrNdsPgLZ7WR57P68PVnUiygmR/o= MIME-Version: 1.0 Received: by 10.216.136.202 with SMTP id w52mr2589633wei.68.1311417128840; Sat, 23 Jul 2011 03:32:08 -0700 (PDT) Sender: akarasulu@gmail.com Received: by 10.216.72.207 with HTTP; Sat, 23 Jul 2011 03:32:08 -0700 (PDT) Date: Sat, 23 Jul 2011 13:32:08 +0300 X-Google-Sender-Auth: g-6ePdq5iE_W2StVexY9eobfvxk Message-ID: Subject: Re: svn commit: r1149683 [1/2] - in /directory/apacheds/trunk: core-annotations/src/main/java/org/apache/directory/server/core/factory/ core-api/src/main/java/org/apache/directory/server/core/ core-api/src/main/java/org/apache/directory/server/core/e From: Alex Karasulu To: dev@directory.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org On Fri, Jul 22, 2011 at 9:28 PM, wrote: > Author: elecharny > Date: Fri Jul 22 18:28:27 2011 > New Revision: 1149683 > > URL: http://svn.apache.org/viewvc?rev=1149683&view=rev > Log: > o Get rid of the SchemaService class : it still exists, but all the remaining methods are static (we don't need anymore to have a schemaService instance in the DirectoryService) OK I see now. Please ignore my last post regarding whether or not we removed this interface. I now recall our conversation regarding getting rid of this service. The SchemaManager basically should handle it all. Will be nice to even get rid of these static methods. Regards, Alex