Return-Path: Delivered-To: apmail-jackrabbit-users-archive@minotaur.apache.org Received: (qmail 1016 invoked from network); 9 Sep 2009 16:37:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 9 Sep 2009 16:37:23 -0000 Received: (qmail 8156 invoked by uid 500); 9 Sep 2009 16:37:22 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 8112 invoked by uid 500); 9 Sep 2009 16:37:22 -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 8099 invoked by uid 99); 9 Sep 2009 16:37:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Sep 2009 16:37:22 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Sep 2009 16:37:11 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1MlQA6-0004nd-96 for users@jackrabbit.apache.org; Wed, 09 Sep 2009 09:36:50 -0700 Message-ID: <25368765.post@talk.nabble.com> Date: Wed, 9 Sep 2009 09:36:50 -0700 (PDT) From: Gary Long To: users@jackrabbit.apache.org Subject: Re: question about nt:folder In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: gary.long@gmx.fr References: <25368186.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org > I guess you mean nt:file instead of nt:folder. An nt:folder is > supposed to contain nt:files - it is only allowed to have child nodes > of type nt:hierarchyNode, ie. nt:folder and nt:file [2]. To add more > unstructured data to a folder, you can add a mixin that introduces > other properties and/or child nodes. > Thank you :) This mixin type feature is interesting but i don't understand how it works : ( How could I add a mixin type to my nt:folder node and then add other nodes with different nodetypes? -- View this message in context: http://www.nabble.com/question-about-nt%3Afolder-tp25368186p25368765.html Sent from the Jackrabbit - Users mailing list archive at Nabble.com.