Return-Path: Delivered-To: apmail-openjpa-dev-archive@www.apache.org Received: (qmail 70986 invoked from network); 21 Aug 2007 01:48:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Aug 2007 01:48:25 -0000 Received: (qmail 57808 invoked by uid 500); 21 Aug 2007 01:48:22 -0000 Delivered-To: apmail-openjpa-dev-archive@openjpa.apache.org Received: (qmail 57772 invoked by uid 500); 21 Aug 2007 01:48:22 -0000 Mailing-List: contact dev-help@openjpa.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openjpa.apache.org Delivered-To: mailing list dev@openjpa.apache.org Received: (qmail 57763 invoked by uid 99); 21 Aug 2007 01:48:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Aug 2007 18:48:22 -0700 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 plinskey@gmail.com designates 64.233.166.180 as permitted sender) Received: from [64.233.166.180] (HELO py-out-1112.google.com) (64.233.166.180) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Aug 2007 01:48:19 +0000 Received: by py-out-1112.google.com with SMTP id f31so2270884pyh for ; Mon, 20 Aug 2007 18:47:57 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=iuXHIKogJjkimkuh9KUIz4nMWsjupf7zK47VCAIvohaA/RzdzuCzxWljQncS81Maa0jak6wQg5qijn6KcctcQy/fhG+EFuCt5vB41oqs6XPFvx/E1+6g32wbrNoIfRGlYfcAXKde7KUBOXmHZ8YBtRpb0M4CmiLhOj9zARcGNFA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=FdrjREE6NvvNM3imBKlhdHL3YYuGo7Ox/XmTvxHAtXnTS3VaOfCrULmqLdpERtszVXwCzvAXvgspaOwtsqQPXaYjKTBvrDwExzQi0Twqi6Zf+ivcduG4pE3n7ZocmfLtMmqQlXgsrROkr7quKfE/Vv8GHCtLljNXkQKiY7qIXj8= Received: by 10.35.64.8 with SMTP id r8mr8147473pyk.1187660877403; Mon, 20 Aug 2007 18:47:57 -0700 (PDT) Received: by 10.35.8.4 with HTTP; Mon, 20 Aug 2007 18:47:57 -0700 (PDT) Message-ID: <7262f25e0708201847s552bf934yb91f77efbbaede69@mail.gmail.com> Date: Mon, 20 Aug 2007 18:47:57 -0700 From: "Patrick Linskey" To: dev@openjpa.apache.org Subject: Re: Test failures In-Reply-To: <89c0c52c0708201834h4d947be9k2d23b07c40f6fa7@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <89c0c52c0708201834h4d947be9k2d23b07c40f6fa7@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org Oops, that was my fault. Should be fixed with r567904. -Patrick On 8/20/07, Kevin Sutter wrote: > Hi, > I'm hitting errors similar to the following when testing openjpa-kernel: > > ------------------------------------------------------- > T E S T S > ------------------------------------------------------- > Running org.apache.openjpa.ee.TestWASManagedRuntime > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 sec > Running org.apache.openjpa.util.TestProxyManager > Tests run: 37, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 0.453 sec > <<< FAILURE! > testCopyBeans(org.apache.openjpa.util.TestProxyManager) Time elapsed: > 0.016sec <<< ERROR! > java.lang.NullPointerException > at org.apache.openjpa.util.TestProxyManager.assertBeansEqual( > TestProxyManager.java:742) > at org.apache.openjpa.util.TestProxyManager.testCopyBeans( > TestProxyManager.java:716) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke( > NativeMethodAccessorImpl.java:64) > at sun.reflect.DelegatingMethodAccessorImpl.invoke( > DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:615) > at junit.framework.TestCase.runTest(TestCase.java:154) > at junit.framework.TestCase.runBare(TestCase.java:127) > at junit.framework.TestResult$1.protect(TestResult.java:106) > at junit.framework.TestResult.runProtected(TestResult.java:124) > at junit.framework.TestResult.run(TestResult.java:109) > at junit.framework.TestCase.run(TestCase.java:118) > at junit.framework.TestSuite.runTest(TestSuite.java:208) > at junit.framework.TestSuite.run(TestSuite.java:203) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke( > NativeMethodAccessorImpl.java:64) > at sun.reflect.DelegatingMethodAccessorImpl.invoke( > DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:615) > at org.apache.maven.surefire.junit.JUnitTestSet.execute( > JUnitTestSet.java:210) > at > org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet( > AbstractDirectoryTestSuite.java:135) > at > org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute( > AbstractDirectoryTestSuite.java:122) > at org.apache.maven.surefire.Surefire.run(Surefire.java:129) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke( > NativeMethodAccessorImpl.java:64) > at sun.reflect.DelegatingMethodAccessorImpl.invoke( > DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:615) > at > org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess( > SurefireBooter.java:225) > at org.apache.maven.surefire.booter.SurefireBooter.main( > SurefireBooter.java:747) > > Do I have to wait until the changes settle down? Or, am I the only one > hitting these problems? > > Kevin > -- Patrick Linskey 202 669 5907