Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 6394 invoked from network); 17 May 2007 11:35:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 May 2007 11:35:39 -0000 Received: (qmail 51181 invoked by uid 500); 17 May 2007 11:35:45 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 51037 invoked by uid 500); 17 May 2007 11:35:45 -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 51022 invoked by uid 99); 17 May 2007 11:35:45 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 May 2007 04:35:45 -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, 17 May 2007 04:35:37 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 6E715714072 for ; Thu, 17 May 2007 04:35:17 -0700 (PDT) Message-ID: <19483300.1179401717445.JavaMail.jira@brutus> Date: Thu, 17 May 2007 04:35:17 -0700 (PDT) From: "Julius Stroffek (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Commented: (DERBY-2551) Global Xid value garbled in syscs_diag.transaction_table. In-Reply-To: <7839979.1176714375504.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-2551?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12496539 ] Julius Stroffek commented on DERBY-2551: ---------------------------------------- Thanks, Knut. I did not know that something like your j2me patch is necessary. Thaks again. > Global Xid value garbled in syscs_diag.transaction_table. > --------------------------------------------------------- > > Key: DERBY-2551 > URL: https://issues.apache.org/jira/browse/DERBY-2551 > Project: Derby > Issue Type: Bug > Components: Services > Affects Versions: 10.3.0.0 > Reporter: Julius Stroffek > Assigned To: Julius Stroffek > Fix For: 10.2.2.1, 10.3.0.0 > > Attachments: d2551-round2-try2.diff, d2551-round2-try2.stat, d2551-round2.diff, d2551-round2.stat, d2551.diff, j2me.diff > > > The value of global xid is dumped without leading zeros on GlobalTransactionId and BranchQualifier byte arrays. Thus, it is impossible to reconstruct the xid value from the transaction_table. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.