Return-Path: Delivered-To: apmail-camel-dev-archive@www.apache.org Received: (qmail 10111 invoked from network); 8 May 2009 07:12:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 8 May 2009 07:12:51 -0000 Received: (qmail 50590 invoked by uid 500); 8 May 2009 07:12:51 -0000 Delivered-To: apmail-camel-dev-archive@camel.apache.org Received: (qmail 50548 invoked by uid 500); 8 May 2009 07:12:51 -0000 Mailing-List: contact dev-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list dev@camel.apache.org Received: (qmail 50538 invoked by uid 500); 8 May 2009 07:12:51 -0000 Delivered-To: apmail-activemq-camel-dev@activemq.apache.org Received: (qmail 50535 invoked by uid 99); 8 May 2009 07:12:51 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 May 2009 07:12:51 +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; Fri, 08 May 2009 07:12:41 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 92933234C041 for ; Fri, 8 May 2009 00:12:20 -0700 (PDT) Message-ID: <1053905682.1241766740572.JavaMail.jira@brutus> Date: Fri, 8 May 2009 00:12:20 -0700 (PDT) From: "Claus Ibsen (JIRA)" To: camel-dev@activemq.apache.org Subject: [jira] Created: (CAMEL-1591) Remove ExchangeProperty as it can cause unforseen side effect with double registering from class initializers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: ae95407df07c98740808b2ef9da0087c X-Virus-Checked: Checked by ClamAV on apache.org Remove ExchangeProperty as it can cause unforseen side effect with double registering from class initializers ------------------------------------------------------------------------------------------------------------- Key: CAMEL-1591 URL: https://issues.apache.org/activemq/browse/CAMEL-1591 Project: Apache Camel Issue Type: Task Components: camel-core Affects Versions: 2.0-M1 Reporter: Claus Ibsen Assignee: Claus Ibsen Fix For: 2.0.0 The ExchangeProperty is not used much in Camel, and as it causes the side effect (see nabble) in Camel 1.6.0 I want to remove it to avoid it causing other problems in the future. See nabble: http://www.nabble.com/Transaction-Exception-td23434439s22882.html The bug isnt in Camel 2.0 as TransactedErrorHandler does not use ExchangeProperty and thus avoids the double registering attempt. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.