From derby-dev-return-21439-apmail-db-derby-dev-archive=db.apache.org@db.apache.org Fri Jun 02 01:32:23 2006 Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 18653 invoked from network); 2 Jun 2006 01:32:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 2 Jun 2006 01:32:23 -0000 Received: (qmail 57188 invoked by uid 500); 2 Jun 2006 01:32:23 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 56969 invoked by uid 500); 2 Jun 2006 01:32:22 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 56951 invoked by uid 99); 2 Jun 2006 01:32:22 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Jun 2006 18:32:22 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [192.18.42.249] (HELO nwkea-pix-1.sun.com) (192.18.42.249) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Jun 2006 18:32:20 -0700 Received: from d1-sfbay-09.sun.com ([192.18.39.119]) by nwkea-pix-1.sun.com (8.13.6+Sun/8.12.9) with ESMTP id k521VxdY024407 for ; Thu, 1 Jun 2006 18:31:59 -0700 (PDT) Received: from conversion-daemon.d1-sfbay-09.sun.com by d1-sfbay-09.sun.com (Sun Java System Messaging Server 6.2-4.02 (built Sep 9 2005)) id <0J0700N01LJ02K00@d1-sfbay-09.sun.com> (original mail from David.Vancouvering@Sun.COM) for derby-dev@db.apache.org; Thu, 01 Jun 2006 18:31:59 -0700 (PDT) Received: from [192.168.1.100] ([64.142.91.3]) by d1-sfbay-09.sun.com (Sun Java System Messaging Server 6.2-4.02 (built Sep 9 2005)) with ESMTPSA id <0J0700MYDLLB1Q30@d1-sfbay-09.sun.com> for derby-dev@db.apache.org; Thu, 01 Jun 2006 18:31:59 -0700 (PDT) Date: Thu, 01 Jun 2006 18:31:59 -0700 From: David Van Couvering Subject: Re: [jira] Commented: (DERBY-1069) Client should unwrap exceptions thrown in privilege blocks rather than throwing the java.security.PrivilegedActionException In-reply-to: <26978077.1149210691094.JavaMail.jira@brutus> Sender: David.Vancouvering@Sun.COM To: derby-dev@db.apache.org Message-id: <447F950F.1080401@sun.com> MIME-version: 1.0 Content-type: text/plain; format=flowed; charset=UTF-8 Content-transfer-encoding: 7BIT References: <26978077.1149210691094.JavaMail.jira@brutus> User-Agent: Thunderbird 1.5.0.2 (X11/20060427) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N OK. I don't like that the number is formatted with a "1,527" instead of "1527". Also, when I look at the trace log, the stack trace does not show the trace of the underlying cause. So a little more work to do... David Daniel John Debrunner (JIRA) wrote: > [ http://issues.apache.org/jira/browse/DERBY-1069?page=comments#action_12414335 ] > > Daniel John Debrunner commented on DERBY-1069: > ---------------------------------------------- > > Looks good, directs people to the actual problem, rather than confusing them. > >> Client should unwrap exceptions thrown in privilege blocks rather than throwing the java.security.PrivilegedActionException >> --------------------------------------------------------------------------------------------------------------------------- >> >> Key: DERBY-1069 >> URL: http://issues.apache.org/jira/browse/DERBY-1069 >> Project: Derby >> Type: Bug > >> Components: Network Client >> Reporter: Daniel John Debrunner >> Assignee: David Van Couvering > >> Can lead to misunderstanding the root cause of the problem. >