From users-return-109-apmail-directory-users-archive=directory.apache.org@directory.apache.org Thu Feb 08 09:02:47 2007 Return-Path: Delivered-To: apmail-directory-users-archive@www.apache.org Received: (qmail 6464 invoked from network); 8 Feb 2007 09:02:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Feb 2007 09:02:47 -0000 Received: (qmail 72226 invoked by uid 500); 8 Feb 2007 09:02:54 -0000 Delivered-To: apmail-directory-users-archive@directory.apache.org Received: (qmail 72197 invoked by uid 500); 8 Feb 2007 09:02:54 -0000 Mailing-List: contact users-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@directory.apache.org Delivered-To: mailing list users@directory.apache.org Received: (qmail 72186 invoked by uid 99); 8 Feb 2007 09:02:54 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Feb 2007 01:02:54 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (herse.apache.org: local policy) Received: from [62.193.232.173] (HELO mailing.ippon.fr) (62.193.232.173) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Feb 2007 01:02:43 -0800 Received: from [10.10.100.41] (ws.ixarm.net [82.224.47.29]) by mailing.ippon.fr (Postfix) with ESMTP id 3B64E4541AC for ; Thu, 8 Feb 2007 09:58:49 +0100 (CET) Message-ID: <45CAE71C.9030608@ippon.fr> Date: Thu, 08 Feb 2007 10:02:20 +0100 From: Pierre-Alain RIVIERE User-Agent: Thunderbird 1.5.0.9 (X11/20070103) MIME-Version: 1.0 To: users@directory.apache.org Subject: Re: ApacheDS non US-ASCII DN manipulation? References: <45BF6DF0.1020200@ippon.fr> <45C0CE19.4030103@ippon.fr> <45C22768.5010901@ippon.fr> <45C22ECF.9050609@ippon.fr> <45C707B3.3000908@ippon.fr> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org Hi, It works fine here too. Thks for help ;) Emmanuel Lecharny wrote: > Ok, I have patched the server, and your test is passing now. > > You will have to check out the last version of the branch (1.0.1) : > svn co > http://svn.apache.org/repos/asf/directory/apacheds/branches/1.0-with-dependencies/ > > > Information regarding building the server can be found here : > http://directory.apache.org/apacheds/1.0/building.html > > If you have any pb, feel free to post a mail ! > > Emmanuel Lécharny > > On 2/5/07, Pierre-Alain RIVIERE wrote: >> >> Hi, >> >> I've just added my problematic test case into the DemoTest from >> http://directory.apache.org/apacheds/1.0/embedding.html. LDIF file has >> also been modified. >> >> The result is just the same. NPE throw by DNNormalizer. >> >> I got 1.0.1 and 0.9.5.4 versions from the following SVN root and install >> them into my local maven repository. Tell me if I'm wrong about this. >> http://svn.apache.org/repos/asf/directory/apacheds/branches/1.0 -> >> apacheds >> http://svn.apache.org/repos/asf/directory/shared/branches/0.9.5 -> >> shared >> >> >> >> >> Emmanuel Lecharny wrote: >> > Ok, >> > >> > I have wrote a mini-tutorial which explain how to create unit-tests >> using >> > Apache Directory Server as a backend. I hope that it's not buggy, and >> > that >> > it can help you to setup a test environment. >> > >> > Note that it won't work with the current 1.0.0 version (there is a >> > problem >> > in one of the unit test class used in the server), and this is the >> reason >> > you had to rewrote it. >> > >> > I just expect to be able to reproduce your problem now that I have >> > setup a >> > correct env to reproduce it :) >> > >> > Here is the link to the turorial : >> > http://directory.apache.org/apacheds/1.0/embedding.html >> > >> > Hope it helps. >> > >> > >> > On 2/2/07, Emmanuel Lecharny wrote: >> >> >> >> Ok, I think I have to start again and build a sample that simply >> works. >> >> >> >> What I suggest is taht I will try to setup a real sample and add all >> the >> >> necessary steps to use ADS as an embeded server for unit tests >> >> purpose into >> >> a wiki pages, so that everybody will be able to play with it. >> >> >> >> It will take a little bit time (let say it can be done by the end of >> >> this >> >> week), but I really think it's needed. >> >> >> >> It won't be #1 on my priority list, but not far... >> >> >> >> I'll get you informed ! >> >> >> >> Thanks ! >> >> >> >> Emmanuel >> >> >> >> On 2/1/07, Pierre-Alain RIVIERE wrote: >> >> > >> >> > Emmanuel Lecharny wrote: >> >> > > >> >> > > Well, I was wrong. What I wanted to say is that the filter is >> >> looking >> >> > > for : >> >> > > member=cn=Pierre-Alain >> >> > > RIVIERE,ou=Peoples,ou=Paris,ou=Offices,dc=ippon,dc=fr >> >> > > and there is no entry with this value, hence the exception. >> >> > The result is the same even if you process a search over an >> existing >> >> > entry. >> >> > >> >> > "(&(member=cn=Bad Eékŕ,ou=Paris,ou=Offices,dc=ippon,dc=fr)" + >> >> > "(objectClass=ipponGroup))"; >> >> > >> >> > "(&(member=cn=Good One,ou=Paris,ou=Offices,dc=ippon,dc=fr)" + >> >> > "(objectClass=ipponGroup))"; >> >> > >> >> > And even if "member=cn=Pierre-Alain >> >> > RIVIERE,ou=Peoples,ou=Paris,ou=Offices,dc=ippon,dc=fr" does not >> exist >> >> > ApacheDS should not throw NPE. >> >> > > >> >> > > I have the same pb... Looking... >> >> > > >> >> > > Sorry, I did the test while fixing many differnet other things, >> >> so the >> >> > >> >> > > bumpy >> >> > > feeling you may have... >> >> > >> >> > No problem, you seem to be a busy guy ;) >> >> > >> >> >> >> >> >> >> >> -- >> >> Cordialement, >> >> Emmanuel Lécharny >> >> www.iktek.com >> >> >> > >> > >> > >> >> >> > >