From jdo-dev-return-7347-apmail-db-jdo-dev-archive=www.apache.org@db.apache.org Fri Jun 06 16:26:09 2008 Return-Path: Delivered-To: apmail-db-jdo-dev-archive@www.apache.org Received: (qmail 36860 invoked from network); 6 Jun 2008 16:26:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Jun 2008 16:26:08 -0000 Received: (qmail 81670 invoked by uid 500); 6 Jun 2008 16:26:11 -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 81659 invoked by uid 99); 6 Jun 2008 16:26:11 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Jun 2008 09:26:11 -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, 06 Jun 2008 16:25:23 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 61C26234C139 for ; Fri, 6 Jun 2008 09:25:45 -0700 (PDT) Message-ID: <1350877569.1212769545399.JavaMail.jira@brutus> Date: Fri, 6 Jun 2008 09:25:45 -0700 (PDT) From: "Craig Russell (JIRA)" To: jdo-dev@db.apache.org Subject: [jira] Commented: (JDO-552) JDOFatalDataStoreException, JDOObjectNotFoundException and JDOOptimisticVerificationException dont allow nested exceptions and failed objects together In-Reply-To: <13440077.1195299463030.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-552?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12603090#action_12603090 ] Craig Russell commented on JDO-552: ----------------------------------- We should probably add tck tests to verify that users can call the new constructors. > JDOFatalDataStoreException, JDOObjectNotFoundException and JDOOptimisticVerificationException dont allow nested exceptions and failed objects together > ------------------------------------------------------------------------------------------------------------------------------------------------------ > > Key: JDO-552 > URL: https://issues.apache.org/jira/browse/JDO-552 > Project: JDO > Issue Type: Improvement > Components: api2 > Reporter: Erik Bengtson > Assignee: Craig Russell > Priority: Trivial > Fix For: JDO 2 maintenance release 2 > > Attachments: JDO-552.patch > > > These 3 exceptions have constructors (String msg, Throwable[] ex) and (String msg, Object failedObject), but dont have a (String msg, Throwable[], Object failedObject) > JDOFatalDataStoreException > JDOObjectNotFoundException > JDOOptimisticVerificationException -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.