From jdo-dev-return-7619-apmail-db-jdo-dev-archive=www.apache.org@db.apache.org Fri Sep 12 00:14:34 2008 Return-Path: Delivered-To: apmail-db-jdo-dev-archive@www.apache.org Received: (qmail 45477 invoked from network); 12 Sep 2008 00:14:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Sep 2008 00:14:34 -0000 Received: (qmail 89768 invoked by uid 500); 12 Sep 2008 00:14:31 -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 89757 invoked by uid 99); 12 Sep 2008 00:14:31 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Sep 2008 17:14:31 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Sep 2008 00:13:42 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 4900B234C1DC for ; Thu, 11 Sep 2008 17:13:44 -0700 (PDT) Message-ID: <87853561.1221178424298.JavaMail.jira@brutus> Date: Thu, 11 Sep 2008 17:13:44 -0700 (PDT) From: "Richard Schilling (JIRA)" To: jdo-dev@db.apache.org Subject: [jira] Updated: (JDO-582) Test case needed for JDOFatalUserException nested exception argument needs cast to Throwable[] In-Reply-To: <1650272885.1205584224271.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-582?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard Schilling updated JDO-582: ---------------------------------- Attachment: Negative09.zip Adding a file that can be unzipped in your working copy of the JDO project. Unzip the file in the directory above the trunk. File contents: Archive: Negative09.zip Length Date Time Name -------- ---- ---- ---- 691 09-11-08 12:43 trunk/api2/test/schema/jdoconfig/Negative09/META-INF/jdoconfig.xml -------- ------- 691 1 file > Test case needed for JDOFatalUserException nested exception argument needs cast to Throwable[] > ---------------------------------------------------------------------------------------------- > > Key: JDO-582 > URL: https://issues.apache.org/jira/browse/JDO-582 > Project: JDO > Issue Type: Bug > Components: api2, api2-legacy > Reporter: Erik Bengtson > Assignee: Richard Schilling > Fix For: JDO 2 maintenance release 2 > > Attachments: 20080710-jdo-582.diff, 20080710-jdo-582.diff, 20080911-jdo-582-JDOHelper.patch, 20080911-jdo-582-JDOHelperConfigTest.patch, 20080911-jdo-582-Negative09.patch, 20080911-jdo-582.patch, 20080911-jdo-582.patch, estedExceptionJDOHelper.patch, Negative09.zip > > > After collecting exceptions from invoking getPersistenceManagerFactory on all implementations, if no implementation has succeeded in returning a PersistenceManagerFactory, an exception is thrown, and the argument should be a Throwable[]. Otherwise, it's treated as a failed object instead of nested exceptions. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.