Return-Path: X-Original-To: apmail-jackrabbit-oak-commits-archive@minotaur.apache.org Delivered-To: apmail-jackrabbit-oak-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 13ED69F04 for ; Wed, 6 Jun 2012 11:32:30 +0000 (UTC) Received: (qmail 37638 invoked by uid 500); 6 Jun 2012 11:32:30 -0000 Delivered-To: apmail-jackrabbit-oak-commits-archive@jackrabbit.apache.org Received: (qmail 37604 invoked by uid 500); 6 Jun 2012 11:32:29 -0000 Mailing-List: contact oak-commits-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: oak-commits@jackrabbit.apache.org Delivered-To: mailing list oak-commits@jackrabbit.apache.org Received: (qmail 37576 invoked by uid 99); 6 Jun 2012 11:32:29 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Jun 2012 11:32:29 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of julian.reschke@gmx.de designates 213.165.64.22 as permitted sender) Received: from [213.165.64.22] (HELO mailout-de.gmx.net) (213.165.64.22) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 06 Jun 2012 11:32:20 +0000 Received: (qmail invoked by alias); 06 Jun 2012 11:31:59 -0000 Received: from mail.greenbytes.de (EHLO [192.168.1.140]) [217.91.35.233] by mail.gmx.net (mp034) with SMTP; 06 Jun 2012 13:31:59 +0200 X-Authenticated: #1915285 X-Provags-ID: V01U2FsdGVkX1/Dq/sPmrLD31YVOSQFRP2C6CQbQmNyN3CAAaA+cN 9T2dUDtzs6vZnc Message-ID: <4FCF3FAF.7070104@gmx.de> Date: Wed, 06 Jun 2012 13:31:59 +0200 From: Julian Reschke User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:13.0) Gecko/20120604 Thunderbird/13.0 MIME-Version: 1.0 To: oak-commits@jackrabbit.apache.org CC: angela@apache.org Subject: Re: svn commit: r1346781 - /jackrabbit/oak/trunk/oak-jcr/src/main/java/org/apache/jackrabbit/oak/jcr/NodeImpl.java References: <20120606084301.64C512388980@eris.apache.org> In-Reply-To: <20120606084301.64C512388980@eris.apache.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 On 2012-06-06 10:43, angela@apache.org wrote: > ... > @@ -671,7 +668,7 @@ public class NodeImpl extends ItemImpl i > String primaryNtName; > primaryNtName = hasProperty(Property.JCR_PRIMARY_TYPE) > ? getProperty(Property.JCR_PRIMARY_TYPE).getString() > - : "nt:unstructured"; > + : NodeType.NT_UNSTRUCTURED; > > return ntMgr.getNodeType(primaryNtName); > } > ... I believe this one broke the JCR integration tests. Best regards, Julian