Return-Path: Delivered-To: apmail-jackrabbit-users-archive@minotaur.apache.org Received: (qmail 9159 invoked from network); 9 Apr 2009 14:15:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 9 Apr 2009 14:15:43 -0000 Received: (qmail 28253 invoked by uid 500); 9 Apr 2009 14:15:42 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 28223 invoked by uid 500); 9 Apr 2009 14:15:42 -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 28212 invoked by uid 99); 9 Apr 2009 14:15:42 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Apr 2009 14:15:42 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of stefan.guggisberg@gmail.com designates 209.85.128.186 as permitted sender) Received: from [209.85.128.186] (HELO fk-out-0910.google.com) (209.85.128.186) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Apr 2009 14:15:35 +0000 Received: by fk-out-0910.google.com with SMTP id b27so300220fka.11 for ; Thu, 09 Apr 2009 07:15:13 -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:message-id:subject:from:to:content-type :content-transfer-encoding; bh=z2EZwP9Ir2EiD/l0UjBKXfbDKgBNrfqhrLIJ7lnF7C8=; b=FtQc9mVcr9Ie1XhXnZWQoKoL+QPRUn4P7fmx8wcxG7T7JM745HqiRqMfAaSH74AL8y LeYZogqOzbzdkEE1gQ13dSYhnVwgx35uwbgW1w3O9RVO4mIbeql0zzgscVG/npzVPth1 3TgSFFv9+m0kSzKSfbmsK/Ig3WT7818PVtbtM= 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=plCnkr3ymR0Dwc2pbhIDcshTOLjgZeVK5gVyTxKpDzbyzCCy8+CQxozOoOp35WDpOg M+7CRZpesL1evRuMA7wmcLTBilNNwpqntuBLP+Uz+6ijIwiCCiWYydcIAp5KxvUIBT5g PkKCT77vVpWZDCIKFAOZVAToCKlPjpqS0Mhao= MIME-Version: 1.0 Received: by 10.223.123.210 with SMTP id q18mr772287far.63.1239286513610; Thu, 09 Apr 2009 07:15:13 -0700 (PDT) In-Reply-To: <22970799.post@talk.nabble.com> References: <22870428.post@talk.nabble.com> <22871016.post@talk.nabble.com> <90a8d1c00904060720j5bcbadfbw875e1cc3c4bdaad9@mail.gmail.com> <22910237.post@talk.nabble.com> <90a8d1c00904080803r781d42d1kb07fffa2cf48d29f@mail.gmail.com> <22970799.post@talk.nabble.com> Date: Thu, 9 Apr 2009 16:15:13 +0200 Message-ID: <90a8d1c00904090715p2a060f7ci648df3149802549a@mail.gmail.com> Subject: Re: NullPointer in JackRabbit InternalValue class From: Stefan Guggisberg To: users@jackrabbit.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org On Thu, Apr 9, 2009 at 3:18 PM, Kooper wrote: > > > > Stefan Guggisberg wrote: >> >> i quickly tried to reproduce the issue using your instructions. >> everything worked as expected, i.e. i was unable to reproduce it. >> please feel free to post a jira issue and attach a simple test case >> including a custom node type def. >> >> cheers >> stefan >> >>> >>> Thanks for reply. >>> -- >>> View this message in context: >>> http://www.nabble.com/NullPointer-in-JackRabbit-InternalValue-class-tp22870428p22910237.html >>> Sent from the Jackrabbit - Users mailing list archive at Nabble.com. >>> >>> >> >> > Hi, > I've posted improvement to jira. I've got into more details and found out > that there is possibility to set null into propertyDefinition and this leads > to null pointer inside JackRabbit. I understand that setting null is against > JCR spec, but my thought is if there exists slight possobility of null > pointer it should be checked. thanks for posting the issue [1]. i think it's a bug. it might be specific to jcr-rmi since i wasn't able to reproduce it with a local jackrabbit instance. cheers stefan [1] http://issues.apache.org/jira/browse/JCR-2068 > > Thanks for your reply. > -- > View this message in context: http://www.nabble.com/NullPointer-in-JackRabbit-InternalValue-class-tp22870428p22970799.html > Sent from the Jackrabbit - Users mailing list archive at Nabble.com. > >