Return-Path: Delivered-To: apmail-jackrabbit-users-archive@minotaur.apache.org Received: (qmail 49082 invoked from network); 20 Apr 2010 21:12:49 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 20 Apr 2010 21:12:49 -0000 Received: (qmail 36391 invoked by uid 500); 20 Apr 2010 21:12:49 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 36323 invoked by uid 500); 20 Apr 2010 21:12:48 -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 36314 invoked by uid 99); 20 Apr 2010 21:12:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Apr 2010 21:12:48 +0000 X-ASF-Spam-Status: No, hits=-1.3 required=10.0 tests=AWL,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of fmandelbaum@gmail.com designates 209.85.221.188 as permitted sender) Received: from [209.85.221.188] (HELO mail-qy0-f188.google.com) (209.85.221.188) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Apr 2010 21:12:43 +0000 Received: by qyk26 with SMTP id 26so7226844qyk.19 for ; Tue, 20 Apr 2010 14:12:22 -0700 (PDT) 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:received:message-id:subject:from:to:content-type :content-transfer-encoding; bh=DFsdxX+GYE0XjkEzM0wtGd20V1SSfklBWJC1b4itSeI=; b=S6+uvMAvXLuor9lW7Hxqa8Nu35Ki9Q+k9HpnFPCr39ciXzABEMh+Xk4m3ag/xLzUQI 4ODd53EBnm+A9CQPhwWmhSJC+gqho5v3jnb6BbTV1BuUCtek+X2kMiuOVjOn5V/GLw0D UbiTAhmb7b90UHMpBf7WloC4evrj/7AwbYxlk= 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=Oj3RgDzx58xCpzkOpegGKP6h6rgx/+TSIg9m/q2ajAwILsf6X4kSVU1SNi+uwlVJQB z2jgSsasO7+3bo6i1CAaihqlkvgLYJSHo4M0ShQuxc/csl5cLLPNpo5b1oZU72Wh7AFy zamu7NDJj/Gr+Z02RXRnPQFSuD6rCx04iGCZ4= MIME-Version: 1.0 Received: by 10.229.31.3 with HTTP; Tue, 20 Apr 2010 14:12:21 -0700 (PDT) In-Reply-To: <25FC43F9-7A52-4C01-A982-E7D60735E217@sptci.com> References: <25FC43F9-7A52-4C01-A982-E7D60735E217@sptci.com> Date: Tue, 20 Apr 2010 18:12:21 -0300 Received: by 10.229.242.3 with SMTP id lg3mr5789382qcb.102.1271797941756; Tue, 20 Apr 2010 14:12:21 -0700 (PDT) Message-ID: Subject: Re: Difenciate system from application nodeTypes From: =?ISO-8859-1?Q?Fabi=E1n_Mandelbaum?= To: users@jackrabbit.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Without using Namespaces, you can always differentiate them by their location in the JCR repository... /jcr:system -> JCR reserved nodes /MyApplication -> My Application nodes Now, under /MyApplication there can be nt:file, nt:folder, nt:unstructured, etc., that is regular JCR nodes. If you don't want that (dunno why you wouldn't want that, but maybe you don't...) I think the only solution is indeed to create your own nodetypes under your own namespace. On Mon, Apr 19, 2010 at 9:16 PM, Rakesh Vidyadharan wrot= e: > > On 19 Apr 2010, at 06:48, wildes miranda oliveira wrote: > >> Hi list, how you are differentiating system nodetypes from application >> nodetypes ? > > The nt namespace is reserved for the standard ones provided by JCR. =A0It= is always a good idea to use your own namespace for application created no= de types or other definitions. > > Rakesh > > > > --=20 Fabi=E1n Mandelbaum IS Engineer