Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 56152 invoked from network); 24 Aug 2007 20:38:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Aug 2007 20:38:56 -0000 Received: (qmail 66205 invoked by uid 500); 24 Aug 2007 20:38:53 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 65837 invoked by uid 500); 24 Aug 2007 20:38:52 -0000 Mailing-List: contact dev-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list dev@jackrabbit.apache.org Received: (qmail 65828 invoked by uid 99); 24 Aug 2007 20:38:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Aug 2007 13:38:52 -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 jukka.zitting@gmail.com designates 209.85.198.184 as permitted sender) Received: from [209.85.198.184] (HELO rv-out-0910.google.com) (209.85.198.184) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Aug 2007 20:38:47 +0000 Received: by rv-out-0910.google.com with SMTP id k20so799452rvb for ; Fri, 24 Aug 2007 13:38:26 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Je3z0MAVLkxplw5WWCzH34sP5uFKujsnR9sfHQ/uljSEhhkDTRq4TCjmUn8rBV9v3ql2RHKqFXg1Js/Oyzm8qBrg0IGptmZHk1Ko4upc5qiB2YKGq/5Z4pkg245I2cSVokXo4d0nXGiNASa1J9oQL4Rkzkgp9mIGhGbVWbBMdiM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=PhbcUBxikfVJNRDBR4wNKGNugMy4cKyW6R59xoM0vNunaf9PV/O3A77Ka9lKZmlhIGLOoj6SjJadUZjK2K9duC/ZLPVjjzgQ7Z/fYB+u8M5f5/cryCcXH5SRdh3rZIVl3nc9v6b3UzeA94XcmlOhTiis45oqt2A7vLVV1HoI3Yo= Received: by 10.141.107.13 with SMTP id j13mr661030rvm.1187987906596; Fri, 24 Aug 2007 13:38:26 -0700 (PDT) Received: by 10.141.33.14 with HTTP; Fri, 24 Aug 2007 13:38:26 -0700 (PDT) Message-ID: <510143ac0708241338q36f1f329g6e1d279ec6f20b3a@mail.gmail.com> Date: Fri, 24 Aug 2007 23:38:26 +0300 From: "Jukka Zitting" To: dev@jackrabbit.apache.org Subject: Re: Database connections & queries In-Reply-To: <34B0CDC6176518459F3A96E8C09196B8062DB767@darth-vader.nijmegen.gx.nl> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <34B0CDC6176518459F3A96E8C09196B8062DB767@darth-vader.nijmegen.gx.nl> X-Virus-Checked: Checked by ClamAV on apache.org Hi, On 8/22/07, Martijn Hendriks wrote: > The current implementation of the LazyScoreNodeIterator is such to > ignore all RepositoryExceptions that might be thrown while loading the > nodes in the result set, as required by the javax.jcr.NodeIterator spec. I think the correct behaviour would be for the node iterator to throw an exception (unfortunately I guess only a RuntimeException would work here) instead of ignoring such internal errors. BR, Jukka Zitting