From open-jpa-dev-return-1018-apmail-incubator-open-jpa-dev-archive=incubator.apache.org@incubator.apache.org Tue Oct 31 00:05:56 2006 Return-Path: Delivered-To: apmail-incubator-open-jpa-dev-archive@locus.apache.org Received: (qmail 29045 invoked from network); 31 Oct 2006 00:05:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 31 Oct 2006 00:05:53 -0000 Received: (qmail 74560 invoked by uid 500); 31 Oct 2006 00:06:05 -0000 Delivered-To: apmail-incubator-open-jpa-dev-archive@incubator.apache.org Received: (qmail 74473 invoked by uid 500); 31 Oct 2006 00:06:04 -0000 Mailing-List: contact open-jpa-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: open-jpa-dev@incubator.apache.org Delivered-To: mailing list open-jpa-dev@incubator.apache.org Received: (qmail 74464 invoked by uid 99); 31 Oct 2006 00:06:04 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Oct 2006 16:06:04 -0800 X-ASF-Spam-Status: No, hits=1.9 required=10.0 tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_POST,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of awhite@bea.com designates 63.96.162.5 as permitted sender) Received: from [63.96.162.5] (HELO ussjmh01.bea.com) (63.96.162.5) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Oct 2006 16:05:52 -0800 Received: from [172.17.31.78] (sj-iz-172-17-31-78.bea.com [172.17.31.78]) by ussjmh01.bea.com (Switch-3.2.2/Switch-3.2.2) with ESMTP id k9V05Wlu003707 for ; Mon, 30 Oct 2006 16:05:32 -0800 Mime-Version: 1.0 (Apple Message framework v752.2) In-Reply-To: <7D856CDFE035FF45A0420ACBD71BDD630252EC6A@repbex02.amer.bea.com> References: <7D856CDFE035FF45A0420ACBD71BDD630252EC6A@repbex02.amer.bea.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <53344A43-86A5-469B-98D2-72C27FDDDA39@bea.com> Content-Transfer-Encoding: 7bit From: Abe White Subject: Re: RollbackException.toString() Date: Mon, 30 Oct 2006 16:05:33 -0800 To: open-jpa-dev@incubator.apache.org X-Mailer: Apple Mail (2.752.2) X-Virus-Checked: Checked by ClamAV on apache.org > What is this 'inner exception' that you speak of? The underlying > exception is set to the cause, but the cause is not being printed. > > IOW, I get all the information I need when I do an e.printStackTrace() OK, that's how it should be then. I don't want to deviate from Java's standard Exception.toString() behavior for all users just because our internal testing harness happens to be braindead about reporting errors.