Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 61963 invoked from network); 7 Jun 2007 13:31:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Jun 2007 13:31:58 -0000 Received: (qmail 84575 invoked by uid 500); 7 Jun 2007 13:31:57 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 84472 invoked by uid 500); 7 Jun 2007 13:31:56 -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 84432 invoked by uid 99); 7 Jun 2007 13:31:56 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Jun 2007 06:31:56 -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; Thu, 07 Jun 2007 06:31:51 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 024307141DC for ; Thu, 7 Jun 2007 06:31:31 -0700 (PDT) Message-ID: <179099.1181223091007.JavaMail.jira@brutus> Date: Thu, 7 Jun 2007 06:31:31 -0700 (PDT) From: "Julius Stroffek (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Updated: (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:all-tabpanel ] Julius Stroffek updated DERBY-2508: ----------------------------------- Derby Info: [Patch Available] The patch is available at the parent task. > 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 > Components: JDBC > Affects Versions: 10.2.2.0 > Reporter: Julius Stroffek > Assignee: Julius Stroffek > Fix For: 10.3.0.0 > > Attachments: d2432_beta1.diff, d2432_beta1.stat, d2508.diff, d2508.stat, d2508_try2.diff, d2508_try2.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.