Return-Path: Delivered-To: apmail-jackrabbit-users-archive@locus.apache.org Received: (qmail 12395 invoked from network); 20 Nov 2008 17:10:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Nov 2008 17:10:10 -0000 Received: (qmail 46856 invoked by uid 500); 20 Nov 2008 17:10:17 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 46840 invoked by uid 500); 20 Nov 2008 17:10:17 -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 46829 invoked by uid 99); 20 Nov 2008 17:10:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Nov 2008 09:10:17 -0800 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.224 as permitted sender) Received: from [209.85.198.224] (HELO rv-out-0506.google.com) (209.85.198.224) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Nov 2008 17:08:55 +0000 Received: by rv-out-0506.google.com with SMTP id k40so537129rvb.31 for ; Thu, 20 Nov 2008 09:09:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=wGytHe+mfrkw54J9X3fnI0jTZQ+FXkmuMghrxWqYTNc=; b=WXqfxu91bUFPNB4ptoFiqabp1lTXWULdhSa8D8Ab/k3VXin+n6a58rGJtsnNFfUj54 VtZEjvUkcsC/H4+Ds4S4jw0KaChg7g/S4/e8UpwD60Y1DavweuQvsN1fx/5Slss0NBAT zYz/HRgff8QniVYnvK36piPIAvII9uZumGuYI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=JUwkZqEzdC5COtCeGiMym56fNamjB2ZRMkNULZcDP2t3cBA4i97+mMLfXBi+6S/QSD WtZqNPcQdeEDvkPDwy0T9lnbrVJVoTjhQJAD3K3OyPiq8ZlqACVND2tRekPeG7u6cTXX n34lgKNziTzjdfzHEeoZsdCug5ZPq04L8hwmM= Received: by 10.140.157.5 with SMTP id f5mr1338800rve.122.1227200979748; Thu, 20 Nov 2008 09:09:39 -0800 (PST) Received: by 10.141.53.5 with HTTP; Thu, 20 Nov 2008 09:09:39 -0800 (PST) Message-ID: <510143ac0811200909q70c15276y827f7aaeef0bac32@mail.gmail.com> Date: Thu, 20 Nov 2008 18:09:39 +0100 From: "Jukka Zitting" To: users@jackrabbit.apache.org Subject: Re: System View XML mapping and multivalued properties In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: X-Virus-Checked: Checked by ClamAV on apache.org Hi, On Thu, Nov 20, 2008 at 5:29 PM, Alessandro Bologna wrote: > Maybe I am missing something, but if that's the case that I am not, maybe it > would be worth adding some implementation specific workaround, such as > adding an optional sv:multivalued="true" attribute that then can be used > transparently during import. It should not break anything I believe (unless > there's some strict validation of the SV schema in place). You're right, the spec is incomplete in that case and the only thing we could do for now is to add some implementation-specific multivalue marker. See also https://issues.apache.org/jira/browse/JCR-1464. BR, Jukka Zitting