Return-Path: Delivered-To: apmail-db-jdo-dev-archive@www.apache.org Received: (qmail 96128 invoked from network); 6 Apr 2007 18:42:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Apr 2007 18:42:58 -0000 Received: (qmail 12829 invoked by uid 500); 6 Apr 2007 18:43:00 -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 12725 invoked by uid 99); 6 Apr 2007 18:43:00 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Apr 2007 11:43:00 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Apr 2007 11:42:53 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id D906A714071 for ; Fri, 6 Apr 2007 11:42:32 -0700 (PDT) Message-ID: <12612419.1175884952877.JavaMail.jira@brutus> Date: Fri, 6 Apr 2007 11:42:32 -0700 (PDT) From: "Matthew T. Adams (JIRA)" To: jdo-dev@db.apache.org Subject: [jira] Updated: (JDO-477) JDOHelperConfigTest fails on non-JDK 1.4 JVMs In-Reply-To: <31395498.1175878652734.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/JDO-477?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthew T. Adams updated JDO-477: --------------------------------- Attachment: JDO-477.2007-04-06.patch This patch addresses positive test cases failing on JDK 1.6 (and 1.4, incidentally). I also ran on JDK 1.5 with no unit test errors. This is might be caused by maven classpath issues -- I noticed that the jdoconfig.xml files that are being read are all coming from the source tree instead of the target tree, and the same resource was showing up twice, resulting in the duplicate persistence unit name error messages. I don't expect this to fix the LinkageErrors, although I'm not getting any when I clean & run on JDKs 1.4, 1.5, and 1.6. > JDOHelperConfigTest fails on non-JDK 1.4 JVMs > --------------------------------------------- > > Key: JDO-477 > URL: https://issues.apache.org/jira/browse/JDO-477 > Project: JDO > Issue Type: Bug > Components: api2 > Affects Versions: JDO 2 maintenance release 1 > Environment: JDK 1.5 & 1.6 > Reporter: Matthew T. Adams > Assigned To: Michael Bouschen > Attachments: JDO-477.2007-04-06.patch > > > On JDK 1.5, java.lang.LinkageErrors are thrown attempting to load org.w3c.dom.Node.class. > On JDK 1.6, positive test cases fail unexpectedly. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.