Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 77311 invoked from network); 12 Jul 2006 15:56:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 12 Jul 2006 15:56:08 -0000 Received: (qmail 49892 invoked by uid 500); 12 Jul 2006 15:56:08 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 49672 invoked by uid 500); 12 Jul 2006 15:56:07 -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 49661 invoked by uid 99); 12 Jul 2006 15:56:07 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Jul 2006 08:56:07 -0700 X-ASF-Spam-Status: No, hits=1.9 required=10.0 tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_POST,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of aok123@bellsouth.net designates 205.152.59.70 as permitted sender) Received: from [205.152.59.70] (HELO imf22aec.mail.bellsouth.net) (205.152.59.70) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Jul 2006 08:56:06 -0700 Received: from ibm65aec.bellsouth.net ([65.80.200.112]) by imf22aec.mail.bellsouth.net with ESMTP id <20060712155545.UGIW13979.imf22aec.mail.bellsouth.net@ibm65aec.bellsouth.net> for ; Wed, 12 Jul 2006 11:55:45 -0400 Received: from [172.16.1.7] (really [65.80.200.112]) by ibm65aec.bellsouth.net with ESMTP id <20060712155544.UEKY1215.ibm65aec.bellsouth.net@[172.16.1.7]> for ; Wed, 12 Jul 2006 11:55:44 -0400 Message-ID: <44B51BA7.4060307@bellsouth.net> Date: Wed, 12 Jul 2006 11:56:23 -0400 From: Alex Karasulu User-Agent: Thunderbird 1.5.0.4 (X11/20060615) MIME-Version: 1.0 To: Apache Directory Developers List Subject: Re: ApacheDS trunk: JDK1.4/unit test/normalisation issues References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Norbet, Sorry to catch you on the tail end of this thread. Looks like Emmanuel took good care of you though. Norbet Reilly wrote: > About to sign off as the end of the first mountain stage draws to a close. > > I seem to have all of my old functionality back again, except for the > issue about JXplorer failing when searching for the schema. Can you confirm this problem with the stock/standalone ApacheDS server in the optimization branch. If you still see it there I'll dive in. > I tested out LdifReader on a: > > changetype:modify > replace: attrid > > case and it parsed the entry like a champion (once I moved it into a > separate file from the .ldif doing the initial population). However, > before I could crack open a celebratory beer this code in > LdifFileLoader decided to skip the entry: > > if ( entry.isEntry() == false) > { > // If the entry is a modification, just skip it > continue; > } > > Is the actual submission of the the entry into a modify request on the > drawing board, and if so, what is the rough expected timeframe? Sorry Norbet I'm failing to understand what you're trying to do here or what you're asking. You want to have the LdifFileLoader handle other changetypes? Alex