Return-Path: Delivered-To: apmail-db-jdo-dev-archive@www.apache.org Received: (qmail 27111 invoked from network); 9 Jun 2005 01:12:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 9 Jun 2005 01:12:47 -0000 Received: (qmail 33107 invoked by uid 500); 9 Jun 2005 01:12:47 -0000 Mailing-List: contact jdo-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jdo-dev@db.apache.org Delivered-To: mailing list jdo-dev@db.apache.org Received: (qmail 33063 invoked by uid 99); 9 Jun 2005 01:12:46 -0000 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=HTML_30_40,HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from brmea-mail-4.Sun.COM (HELO brmea-mail-4.sun.com) (192.18.98.36) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 08 Jun 2005 18:12:45 -0700 Received: from fe3.sun.com (fe3.Sun.COM [192.18.108.80] (may be forged)) by brmea-mail-4.sun.com (8.12.10/8.12.9) with ESMTP id j591CT1F014643 for ; Wed, 8 Jun 2005 19:12:29 -0600 (MDT) Received: from conversion-daemon.fe3.sun.com by fe3.sun.com (Sun Java System Messaging Server 6.1 HotFix 0.02 (built Aug 25 2004)) id <0IHS00C01L7MB500@fe3.sun.com> (original mail from Craig.Russell@Sun.COM) for jdo-dev@db.apache.org; Wed, 08 Jun 2005 19:12:29 -0600 (MDT) Received: from [192.168.0.10] ([24.6.172.77]) by fe3.sun.com (Sun Java System Messaging Server 6.1 HotFix 0.02 (built Aug 25 2004)) with ESMTPSA id <0IHS005DHM0SXXQ1@fe3.sun.com> for jdo-dev@db.apache.org; Wed, 08 Jun 2005 19:12:29 -0600 (MDT) Date: Wed, 08 Jun 2005 18:12:29 -0700 From: Craig Russell Subject: Multithreaded query test fails To: jdo-dev@db.apache.org Message-id: MIME-version: 1.0 X-Mailer: Apple Mail (2.730) Content-type: multipart/alternative; boundary="Boundary_(ID_ap7eAFaSN9AiKAZy467lvg)" X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N --Boundary_(ID_ap7eAFaSN9AiKAZy467lvg) Content-type: text/plain; format=flowed; delsp=yes; charset=US-ASCII Content-transfer-encoding: 7BIT Hi Michael, Could you take a look at this test failure? There is nothing obvious in the test. It's a tricky test and I couldn't tell you if it is valid. Thanks, Craig 11) test (org.apache.jdo.tck.query.ExecutingMultipleQueriesSimultaneouslyIsThread Safe)junit.framework.AssertionFailedError: Assertion A14.3-2 (ExecutingMultipleQueriesSimultaneouslyIsThreadSafe) failed: [java] Thread Thread[ThreadID-3,5,]: uncaught exception org.jpox.exceptions.TransactionNotActiveException: Transaction is not active. You either need to define a transaction around this, or run your PersistenceManagerFactory with 'NontransactionalRead' set to 'true' [java] at org.apache.jdo.tck.JDO_Test.fail(JDO_Test.java:510) [java] at org.apache.jdo.tck.query.ExecutingMultipleQueriesSimultaneouslyIsThreadS afe.executeMultipleQueries (ExecutingMultipleQueriesSimultaneouslyIsThreadSafe.java:123) [java] at org.apache.jdo.tck.query.ExecutingMultipleQueriesSimultaneouslyIsThreadS afe.test(ExecutingMultipleQueriesSimultaneouslyIsThreadSafe.java:70) [java] at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) [java] at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:39) [java] at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:25) [java] at org.apache.jdo.tck.JDO_Test.runBare(JDO_Test.java: 181) [java] at org.apache.jdo.tck.util.BatchTestRunner.start (BatchTestRunner.java:112) [java] at org.apache.jdo.tck.util.BatchTestRunner.main (BatchTestRunner.java:90) Craig Russell Architect, Sun Java Enterprise System http://java.sun.com/products/jdo 408 276-5638 mailto:Craig.Russell@sun.com P.S. A good JDO? O, Gasp! --Boundary_(ID_ap7eAFaSN9AiKAZy467lvg)--