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.