Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 1210 invoked from network); 15 Sep 2009 14:30:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 15 Sep 2009 14:30:25 -0000 Received: (qmail 8567 invoked by uid 500); 15 Sep 2009 14:30:24 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 8486 invoked by uid 500); 15 Sep 2009 14:30:24 -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 8478 invoked by uid 99); 15 Sep 2009 14:30:24 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Sep 2009 14:30:24 +0000 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; Tue, 15 Sep 2009 14:30:18 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id B9221234C48D for ; Tue, 15 Sep 2009 07:29:57 -0700 (PDT) Message-ID: <631313125.1253024997757.JavaMail.jira@brutus> Date: Tue, 15 Sep 2009 07:29:57 -0700 (PDT) From: "Lin Sun (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Closed: (GERONIMO-4683) Transaction.commit method signature isn't entirely correctly In-Reply-To: <540113108.1244642167606.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/GERONIMO-4683?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lin Sun closed GERONIMO-4683. ----------------------------- Resolution: Invalid Assignee: Lin Sun > Transaction.commit method signature isn't entirely correctly > ------------------------------------------------------------ > > Key: GERONIMO-4683 > URL: https://issues.apache.org/jira/browse/GERONIMO-4683 > Project: Geronimo > Issue Type: Bug > Security Level: public(Regular issues) > Components: specs > Affects Versions: 2.1.4 > Reporter: Lin Sun > Assignee: Lin Sun > > I found out the Transaction.commit method signature isn't entirely correct. > Per JTA 1.1 for the Transaction interface: > commit > public void commit() throws RollbackException, > HeuristicMixedException, HeuristicRollbackException, > IllegalStateException, SecurityException, SystemException > geronimo-jta_1.1_spec has: > void commit() throws HeuristicMixedException, HeuristicRollbackException, RollbackException, SecurityException, SystemException; > which is missing the IllegalStateException. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.