Return-Path: Delivered-To: apmail-jackrabbit-commits-archive@www.apache.org Received: (qmail 30554 invoked from network); 1 Feb 2008 14:20:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Feb 2008 14:20:07 -0000 Received: (qmail 32893 invoked by uid 500); 1 Feb 2008 14:19:58 -0000 Delivered-To: apmail-jackrabbit-commits-archive@jackrabbit.apache.org Received: (qmail 32810 invoked by uid 500); 1 Feb 2008 14:19:58 -0000 Mailing-List: contact commits-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list commits@jackrabbit.apache.org Received: (qmail 32801 invoked by uid 99); 1 Feb 2008 14:19:58 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Feb 2008 06:19:58 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Feb 2008 14:19:51 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 144411A9832; Fri, 1 Feb 2008 06:19:44 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r617504 - /jackrabbit/trunk/jackrabbit-site/src/site/xdoc/doc/nodetype/index.xml Date: Fri, 01 Feb 2008 14:19:41 -0000 To: commits@jackrabbit.apache.org From: stefan@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080201141944.144411A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: stefan Date: Fri Feb 1 06:19:39 2008 New Revision: 617504 URL: http://svn.apache.org/viewvc?rev=617504&view=rev Log: JCR-1356: Document inheritance of node type attributes such as orderable Modified: jackrabbit/trunk/jackrabbit-site/src/site/xdoc/doc/nodetype/index.xml Modified: jackrabbit/trunk/jackrabbit-site/src/site/xdoc/doc/nodetype/index.xml URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-site/src/site/xdoc/doc/nodetype/index.xml?rev=617504&r1=617503&r2=617504&view=diff ============================================================================== --- jackrabbit/trunk/jackrabbit-site/src/site/xdoc/doc/nodetype/index.xml (original) +++ jackrabbit/trunk/jackrabbit-site/src/site/xdoc/doc/nodetype/index.xml Fri Feb 1 06:19:39 2008 @@ -62,6 +62,13 @@

Mixin node types do not have to have supertypes.

+

+ The JSR 170 spec and the current public-review-draft of the JSR 283 spec (4.7.7) leave it up to the + implementation whether e.g. the orderable child nodes setting is inherited from supertypes. + Inheritance semantics, especially with multiple inheritance, are non-trivial at best and up to a + certain degree arbitrary. Jackrabbit therefore, in compliance with the spec, doesn't support + inheritance of node type attributes such as orderable. +