Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 96596 invoked from network); 25 May 2007 17:48:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 May 2007 17:48:20 -0000 Received: (qmail 42861 invoked by uid 500); 25 May 2007 17:48:23 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 42829 invoked by uid 500); 25 May 2007 17:48:23 -0000 Mailing-List: contact dev-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 dev@jackrabbit.apache.org Received: (qmail 42820 invoked by uid 99); 25 May 2007 17:48:23 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 May 2007 10:48:23 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of mreutegg@gmail.com designates 66.249.92.175 as permitted sender) Received: from [66.249.92.175] (HELO ug-out-1314.google.com) (66.249.92.175) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 May 2007 10:48:17 -0700 Received: by ug-out-1314.google.com with SMTP id u2so374856uge for ; Fri, 25 May 2007 10:47:55 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding:sender; b=XCp5ee4xlj1QLsAWDcVZYAl2EtFHJQzVsYPsyu619gULaiypOfgEeowO06COOF7x26hG8eWYDwoDoLs7w/r7JG6Lf7grOXOKramaRSMkJkzwdyIioPW2wsxS04ZvoLI81OV1qELp5EHLfdRl6FJiCjlOcFyoMWipO77inK6fqjw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding:sender; b=IyRRGv9pz2IPOOuTSbA7L4pg2ltQry0kwKCwF+7rvL0Gu8QEVVGHrLrPk0CzS3pMYY7+SI/NEmpKvzhpSCpnvxlQDUICGypgfgh0jDZVoywuzXwPsCF/BzMR5gUlHjTDDD6arjCNL6dkzruOQUn+x7poA6PtAySLPzIViKz0oKs= Received: by 10.66.218.15 with SMTP id q15mr3081947ugg.1180115271346; Fri, 25 May 2007 10:47:51 -0700 (PDT) Received: from ?10.0.1.200? ( [89.217.136.90]) by mx.google.com with ESMTP id b33sm6443169ika.2007.05.25.10.47.50; Fri, 25 May 2007 10:47:50 -0700 (PDT) Message-ID: <46572145.8000308@day.com> Date: Fri, 25 May 2007 19:47:49 +0200 From: Marcel Reutegger User-Agent: Thunderbird 1.5.0.10 (Windows/20070221) MIME-Version: 1.0 To: dev@jackrabbit.apache.org Subject: Re: jackrabbit-core maven build failure References: <4654457C.9080809@gmx.net> <46545FAE.2050306@gmx.de> In-Reply-To: <46545FAE.2050306@gmx.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: Marcel Reutegger X-Virus-Checked: Checked by ClamAV on apache.org Julian Reschke wrote: > Marcel Reutegger wrote: >> no, you don't. this is a somewhat expected result. one of the tests >> tries to parse malformed XML and checks if an exception is thrown. one >> side effect using java 1.5 is the fatal error that is logged to system >> out by the parser itself. jackrabbit cannot control this. > > Hm. Sounds like we need to raise a bug report with Sun, right? I just checked the test case again and found out that the XMLReader does not have an error handler set. setting a default handler seems to solve the issue. See: http://issues.apache.org/jira/browse/JCR-947 regards marcel