Return-Path: Delivered-To: apmail-jackrabbit-users-archive@minotaur.apache.org Received: (qmail 20546 invoked from network); 14 Nov 2009 10:35:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 14 Nov 2009 10:35:46 -0000 Received: (qmail 80634 invoked by uid 500); 14 Nov 2009 10:35:45 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 80599 invoked by uid 500); 14 Nov 2009 10:35:44 -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 80588 invoked by uid 99); 14 Nov 2009 10:35:44 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 14 Nov 2009 10:35:44 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of mrduguo@gmail.com designates 209.85.220.224 as permitted sender) Received: from [209.85.220.224] (HELO mail-fx0-f224.google.com) (209.85.220.224) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 14 Nov 2009 10:35:36 +0000 Received: by fxm24 with SMTP id 24so4310632fxm.11 for ; Sat, 14 Nov 2009 02:35:16 -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 :content-transfer-encoding; bh=hn9GuZYHrYu6NdbaRZ7o8MBbd3DJcxQnCwb2wmaq/mc=; b=fu7PLBHDVe2JovD2CqZZPPr2lP9xB2pBMFU7mZ0qNRO5YuQegWhCPlPs+gOUNVCpfO c59OdVvMiQRUPMy3YsOiH9+LymI2rNI1X6ltvJo8wJ+VwT2RgJJgzfcm7Y5Z+/0sCOku yYhrBDTmahVTHrla1IKrW8LKCWOOT3YAVDNVw= 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:content-transfer-encoding; b=FcUZ7X54I8DkKniN/L2BTL3f6So0aYu84/hWOQU7vwF9/twDxDbkBVFrV0tvTrj9Lz wpbV39ZInuGpPf7RWF2Ld9H3C9B4e04gh3m+rfJRnarRFI+pBupv/u1sjP/ejOTD6FIg Ry+oz0AaSpH91gzqHr9PU20TDDJCnGzv1cL7o= MIME-Version: 1.0 Received: by 10.102.226.17 with SMTP id y17mr2493841mug.67.1258194915870; Sat, 14 Nov 2009 02:35:15 -0800 (PST) In-Reply-To: <14DC517E-115E-41D3-AC12-5D6AB1069CFB@maya-systems.com> References: <14DC517E-115E-41D3-AC12-5D6AB1069CFB@maya-systems.com> Date: Sat, 14 Nov 2009 10:35:15 +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 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org 2009/11/14 Fran=E7ois Cassistat : > I was looking for something like changing the default behavior of > nt:structured, but I think it may cause problems since /jcr:system & frie= nds > use SNS. The build in node types such as nt:unstructured are protected at runtime, so you cannot delete or update them. But didn't try to update builtin_nodtypes.cnd before repository start. It's not recommend anyway. Just another notes on my previous sample, the childNodeDefinition onParentVersion=3D"IGNORE" is different from nt:unstructured. Good luck! --Guo