Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 2460 invoked from network); 18 Sep 2009 19:34:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 18 Sep 2009 19:34:11 -0000 Received: (qmail 47613 invoked by uid 500); 18 Sep 2009 19:34:10 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 47513 invoked by uid 500); 18 Sep 2009 19:34:10 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 47505 invoked by uid 99); 18 Sep 2009 19:34:10 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Sep 2009 19:34:10 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of kevan.miller@gmail.com designates 209.85.210.186 as permitted sender) Received: from [209.85.210.186] (HELO mail-yx0-f186.google.com) (209.85.210.186) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Sep 2009 19:34:01 +0000 Received: by yxe16 with SMTP id 16so1726127yxe.27 for ; Fri, 18 Sep 2009 12:33:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:content-type:mime-version :subject:from:in-reply-to:date:content-transfer-encoding:message-id :references:to:x-mailer; bh=LC6O5OU7mXmmUlYzCztPzEFWt89wF4FfRNEu9lNUqbs=; b=NlNNk2MawgjRRe4LE9Wtzg1nj3VbJ4yH5EfodarcGpfLPO/dxX7Fjl1ps/k3//pLNq yCAhqRc3W4B2+uA25XeDAtGuEv09fqDEtpJ5AOioLHYORPZ0At2VsTCq9b4d56Olm89I 5kRf3fyKKKaowNJS7gCfLc9R4iv0etSan+jDM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to:x-mailer; b=hig2yOea1A/DSoPwxcDwEpehgD9fiNThKqZnx1tOyeskEKuCiOj2v+fNsgQAzYTSB9 q0W3pephiQNwdBg1bBRDx0nI45JEtfgFfu6c9JnZgjyhYTHi8TIfOnrjCeAntfUj+7wI VBduun/11TJg1Rr05ZBHn2F46Hd/BL86B7Gvk= Received: by 10.90.8.11 with SMTP id 11mr1316741agh.7.1253302420665; Fri, 18 Sep 2009 12:33:40 -0700 (PDT) Received: from ?10.0.1.194? (cpe-076-182-095-055.nc.res.rr.com [76.182.95.55]) by mx.google.com with ESMTPS id 10sm3699768agb.10.2009.09.18.12.33.39 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 18 Sep 2009 12:33:39 -0700 (PDT) Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes Mime-Version: 1.0 (Apple Message framework v1076) Subject: Re: [discuss] update Transaction.commit method signature in jta spec jar From: Kevan Miller In-Reply-To: Date: Fri, 18 Sep 2009 15:33:38 -0400 Content-Transfer-Encoding: 7bit Message-Id: References: To: dev@geronimo.apache.org X-Mailer: Apple Mail (2.1076) X-Virus-Checked: Checked by ClamAV on apache.org On Sep 17, 2009, at 4:13 PM, Lin Sun wrote: > > What do you think of adding the missing unchecked exception > "IllegalStateException" back to our JTA spec and release a newer > version of the JTA spec jar just to be the same as what is in the Java > doc? I think it is good for us to be consistent with what is in the > JTA spec and we should be consistent in declaring the unchecked > exceptions (we currently declares the SecurityException but not the > IllegalStateException). Been trying to find some motivation one way or another... We can debate whether or not declaration of unchecked exceptions serve a useful purpose in this case. However, not sure if that really matters. In this instance, best to be accurate, IMO. So would support the update to our JTA spec. --kevan