Return-Path: Delivered-To: apmail-jackrabbit-users-archive@locus.apache.org Received: (qmail 5031 invoked from network); 18 Dec 2006 08:24:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Dec 2006 08:24:30 -0000 Received: (qmail 17193 invoked by uid 500); 18 Dec 2006 08:24:37 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 16937 invoked by uid 500); 18 Dec 2006 08:24:36 -0000 Mailing-List: contact users-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@jackrabbit.apache.org Delivered-To: mailing list users@jackrabbit.apache.org Received: (qmail 16928 invoked by uid 99); 18 Dec 2006 08:24:36 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Dec 2006 00:24:36 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of jukka.zitting@gmail.com designates 66.249.82.234 as permitted sender) Received: from [66.249.82.234] (HELO wx-out-0506.google.com) (66.249.82.234) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Dec 2006 00:24:26 -0800 Received: by wx-out-0506.google.com with SMTP id i28so1346282wxd for ; Mon, 18 Dec 2006 00:24:06 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=OwqnNTgMX+n5L2pRJ+QuiXrHYwKXlKrSsXHTe5+cFIdqt+sDRH4SBOF87A/dNnZpk8pi58NrwgMf8HM5DWZLD1wiPpcQRqf4xxCAU9NrriwSu2uocB1uzytPzWeR4rZ9XcvJA90Htd2aQtZ8KGjb5wZziTbZ/csqzLDLf2Tgv7w= Received: by 10.90.78.9 with SMTP id a9mr3353997agb.1166430245924; Mon, 18 Dec 2006 00:24:05 -0800 (PST) Received: by 10.90.102.20 with HTTP; Mon, 18 Dec 2006 00:24:05 -0800 (PST) Message-ID: <510143ac0612180024oaddc5d3ueceb65306db59875@mail.gmail.com> Date: Mon, 18 Dec 2006 10:24:05 +0200 From: "Jukka Zitting" To: users@jackrabbit.apache.org Subject: Re: exception after calling webdav search command In-Reply-To: <45864DD6.5050507@gmx.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <510143ac0612160758g22e55b9fub4bc135341b6a328@mail.gmail.com> <45864DD6.5050507@gmx.net> X-Virus-Checked: Checked by ClamAV on apache.org Hi, On 12/18/06, Marcel Reutegger wrote: > Jukka Zitting wrote: > > The problem is that for some reason the getValues() method of the > > underlying Row returns an array with one or more null values. > > Please note that this may happen anytime. If the select list contains a property > which is not set on a result node the corresponding row value is null. Oh, that explains... So it's a problem in JCR-RMI, I'll file a bug report for that. BR, Jukka Zitting