Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 55327 invoked from network); 18 Oct 2007 07:32:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Oct 2007 07:32:21 -0000 Received: (qmail 82058 invoked by uid 500); 18 Oct 2007 07:32:09 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 82023 invoked by uid 500); 18 Oct 2007 07:32: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 82012 invoked by uid 99); 18 Oct 2007 07:32:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Oct 2007 00:32:09 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of elecharny@gmail.com designates 64.233.178.246 as permitted sender) Received: from [64.233.178.246] (HELO hs-out-2021.google.com) (64.233.178.246) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Oct 2007 07:32:13 +0000 Received: by hs-out-2021.google.com with SMTP id z77so76726hsz for ; Thu, 18 Oct 2007 00:31:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=9PcvHV1HzKxrXIE+DNy/tCklyMd+9EkrD+AH1FC1Mzw=; b=eKO5kvO97IIrwHrjVlWqkCHw6P9P/flRQz/UX0br0weft8Xeu3BBz5vR2+6nBLZvmdeK9g689oIaYk3ID2ijTBX/QXFyGtxSEmn9cwhWhL+tdIg4+y91nJwXsy1IfOoh/NbxEUGFjVRQsdJ8I7yS/SV3oiAhyvJQ2xxsZK8hElM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=fDigSoGjF+aqHzQGIliSbGvuOqCQMtG8McxOZEtxZpJv1rVqb21Mp4hOQYPaezXBdcHsE7Flkc5ekfivLCGJuq+H39asifpQ3I2Ip8INDW9k/tIpgWKUMBh5Sz2cmcBaAnHvBj3eeWw7euxO4kByTHs/yKWhoMv0WpOy2q/SFIA= Received: by 10.90.49.1 with SMTP id w1mr434597agw.1192692712160; Thu, 18 Oct 2007 00:31:52 -0700 (PDT) Received: by 10.90.31.5 with HTTP; Thu, 18 Oct 2007 00:31:52 -0700 (PDT) Message-ID: Date: Thu, 18 Oct 2007 09:31:52 +0200 From: "Emmanuel Lecharny" Reply-To: elecharny@iktek.com To: dev@directory.apache.org Subject: Re: svn commit: r584949 - in /directory: apacheds/branches/bigbang/protocol-changepw/src/main/java/org/apache/directory/server/changepw/ apacheds/branches/bigbang/protocol-dns/src/main/java/org/apache/directory/server/dns/ apacheds/branches/bigbang/p MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org Hi Alex, > New Revision: 584949 > > URL: http://svn.apache.org/viewvc?rev=584949&view=rev Since this commit, I'm in trouble in the ldap-protocol handler as the DirectoryService is null when the protocol is initialized. Any insights ?