Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 90238 invoked from network); 2 May 2007 17:42:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 May 2007 17:42:37 -0000 Received: (qmail 42406 invoked by uid 500); 2 May 2007 17:42:43 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 42381 invoked by uid 500); 2 May 2007 17:42:43 -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 42372 invoked by uid 99); 2 May 2007 17:42:43 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 May 2007 10:42:43 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 May 2007 10:42:36 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 5E3F3714049 for ; Wed, 2 May 2007 10:42:16 -0700 (PDT) Message-ID: <28515089.1178127736383.JavaMail.jira@brutus> Date: Wed, 2 May 2007 10:42:16 -0700 (PDT) From: "Daniel John Debrunner (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Commented: (DERBY-2508) Implement the XA transaction timeout support for embedded driver. In-Reply-To: <8306642.1175523512260.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/DERBY-2508?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12493153 ] Daniel John Debrunner commented on DERBY-2508: ---------------------------------------------- Is there an overview of how this functionality behaves? I couldn't see anything in this issue and JDBC/JTA specs don't seem to specifiy how the timeout is used. > Implement the XA transaction timeout support for embedded driver. > ----------------------------------------------------------------- > > Key: DERBY-2508 > URL: https://issues.apache.org/jira/browse/DERBY-2508 > Project: Derby > Issue Type: Sub-task > Affects Versions: 10.2.2.0 > Reporter: Julius Stroffek > Assigned To: Julius Stroffek > Fix For: 10.3.0.0 > > Attachments: d2432_beta1.diff, d2432_beta1.stat, d2508.diff, d2508.stat > > > Implement the XA transaction support for embedded driver in EmbedXAResource. > Implement functions XAResource.setTransactionTimeout and XAResource.getTransactionTimeout and add the code to cancel the transaction after the specified period of time. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.