Return-Path: Delivered-To: apmail-jackrabbit-users-archive@minotaur.apache.org Received: (qmail 92009 invoked from network); 30 Jan 2009 14:11:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 Jan 2009 14:11:53 -0000 Received: (qmail 94393 invoked by uid 500); 30 Jan 2009 14:11:51 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 94375 invoked by uid 500); 30 Jan 2009 14:11:51 -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 94364 invoked by uid 99); 30 Jan 2009 14:11:51 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Jan 2009 06:11:51 -0800 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: 212.27.42.5 is neither permitted nor denied by domain of herve.agnoux@diaam-informatique.com) Received: from [212.27.42.5] (HELO smtp5-g21.free.fr) (212.27.42.5) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Jan 2009 14:11:42 +0000 Received: from smtp5-g21.free.fr (localhost [127.0.0.1]) by smtp5-g21.free.fr (Postfix) with ESMTP id E2FBED481CD for ; Fri, 30 Jan 2009 15:11:17 +0100 (CET) Received: from localhost.localnet (met42-1-82-237-232-112.fbx.proxad.net [82.237.232.112]) by smtp5-g21.free.fr (Postfix) with ESMTP id 00A37D48147 for ; Fri, 30 Jan 2009 15:11:14 +0100 (CET) From: =?iso-8859-1?q?Herv=E9_Agnoux?= To: users@jackrabbit.apache.org Subject: Re: A Property exists, but no it's value ? Date: Fri, 30 Jan 2009 13:52:12 +0100 User-Agent: KMail/1.10.3 (Linux/2.6.27.7-desktop-1mnb; KDE/4.1.3; i686; ; ) References: <200901292341.25571.herve.agnoux@diaam-informatique.com> <90a8d1c00901300343i437de46di7ceabad63012157d@mail.gmail.com> In-Reply-To: <90a8d1c00901300343i437de46di7ceabad63012157d@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit Content-Disposition: inline Message-Id: <200901301352.13027.herve.agnoux@diaam-informatique.com> X-Virus-Checked: Checked by ClamAV on apache.org Le vendredi 30 janvier 2009, Stefan Guggisberg a �crit : > > did you perhaps modify the node type definitions? the name of the property > 'valeurs' suggests a multi-value property, but apparently it's declared as > being single-valued. multi-value properties are allowed to have an empty > value array. > I think it's a bad multi-threads gestion. My fault. Yes, ti's a single-value property. I look at my "synchronized" stuff. Thank you for your help.