Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 42242 invoked from network); 21 Jun 2007 17:31:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Jun 2007 17:31:47 -0000 Received: (qmail 17065 invoked by uid 500); 21 Jun 2007 17:31:50 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 17036 invoked by uid 500); 21 Jun 2007 17:31:50 -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 17026 invoked by uid 99); 21 Jun 2007 17:31:50 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Jun 2007 10:31:50 -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, 21 Jun 2007 10:31:46 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 2E0807141E8 for ; Thu, 21 Jun 2007 10:31:26 -0700 (PDT) Message-ID: <28225089.1182447086185.JavaMail.jira@brutus> Date: Thu, 21 Jun 2007 10:31:26 -0700 (PDT) From: "Myrna van Lunteren (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Commented: (DERBY-2849) Add a documentation for derby.jdbc.xaTransactionTimeout system/database property In-Reply-To: <32691627.1182349645868.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-2849?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12506965 ] Myrna van Lunteren commented on DERBY-2849: ------------------------------------------- It would make it easier for reviewers who don't have the doc tree checked out if you'd also attach the html files that your build produced. > Add a documentation for derby.jdbc.xaTransactionTimeout system/database property > -------------------------------------------------------------------------------- > > Key: DERBY-2849 > URL: https://issues.apache.org/jira/browse/DERBY-2849 > Project: Derby > Issue Type: New Feature > Components: Documentation > Affects Versions: 10.3.1.0, 10.3.1.1, 10.4.0.0, 11.0.0.0 > Reporter: Julius Stroffek > Assignee: Julius Stroffek > Priority: Minor > Fix For: 10.3.1.1 > > Attachments: d2849.diff, d2849.stat > > > The XA transaction timeout feature was added in DERBY-2432. It introduced a new property "derby.jdbc.xaTransactionTimeout" which defines a default value of XA transaction timeout if it was not specfied in a call to XAResource.setTransactionTimeout. The property might be specified also as a database property. > The documentation should be probably added to 'Derby properties' chapter to "Tuning Derby" guide. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.