Return-Path: Delivered-To: apmail-jackrabbit-users-archive@minotaur.apache.org Received: (qmail 9656 invoked from network); 16 Nov 2009 13:46:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 16 Nov 2009 13:46:05 -0000 Received: (qmail 69545 invoked by uid 500); 16 Nov 2009 13:46:05 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 69493 invoked by uid 500); 16 Nov 2009 13:46:05 -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 69482 invoked by uid 99); 16 Nov 2009 13:46:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Nov 2009 13:46:04 +0000 X-ASF-Spam-Status: No, hits=-2.6 required=5.0 tests=BAYES_00 X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of mrduguo@gmail.com designates 72.14.220.157 as permitted sender) Received: from [72.14.220.157] (HELO fg-out-1718.google.com) (72.14.220.157) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Nov 2009 13:46:02 +0000 Received: by fg-out-1718.google.com with SMTP id d23so1224681fga.1 for ; Mon, 16 Nov 2009 05:45:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=pScAKnwxrXAtQwHqYG0z8adWNuhYfuSwOCHKAdzO17M=; b=WxeW0A0JJgde/Ctu77Lis6WHeiLXgGdiarXu5tqptDuvqV+M4NPLuZ7GHuEXuoKo04 l0oy4nPNZRXuUc1puAYSFi5Epv/HheYgLgyNlkLFegRSHBlbmYr0Vin/kOP70a12y6iC SfCoXKVu4pPZsZMgArLgRDLjhEI00ma24uDjw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=EoG02feijpqXeH5o7WmjKMhFg4ytIcmSzMjRzPND6umtFj7hmhZ4o0i/MkjmnqmzD0 eCUFu8oQawKQJkZQwoYwWegE5OTwZqtJ6HP6dJDC+MZvhrIafRBTm23N2p1B9NFh7VAl 1Ow3jqZLML8A43h9RyKCoP4GmsEOoqjXAu+qc= MIME-Version: 1.0 Received: by 10.102.181.16 with SMTP id d16mr619561muf.120.1258379141635; Mon, 16 Nov 2009 05:45:41 -0800 (PST) In-Reply-To: References: Date: Mon, 16 Nov 2009 13:45:41 +0000 Message-ID: Subject: Re: David's Model question : nt:unstructured and SNS From: Guo Du To: users@jackrabbit.apache.org Content-Type: text/plain; charset=ISO-8859-1 On Mon, Nov 16, 2009 at 12:49 PM, Bertrand Delacretaz wrote: > Although that would be non-standard w.r.t JCR, I think such a "don't > accept same-name siblings" configuration flag might be useful. It is > relatively easy to end up with same-name siblings without really > meaning to. I don't think a system wide flag to disable SNS is possible. As there are some system nodes in jcr:system come with same-name siblings. A custom node definition could solve this problem by design, I couldn't see the problem here. -Guo