Return-Path: Delivered-To: apmail-activemq-camel-dev-archive@locus.apache.org Received: (qmail 13562 invoked from network); 10 Jul 2008 07:28:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Jul 2008 07:28:21 -0000 Received: (qmail 41599 invoked by uid 500); 10 Jul 2008 07:28:21 -0000 Delivered-To: apmail-activemq-camel-dev-archive@activemq.apache.org Received: (qmail 41531 invoked by uid 500); 10 Jul 2008 07:28:21 -0000 Mailing-List: contact camel-dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: camel-dev@activemq.apache.org Delivered-To: mailing list camel-dev@activemq.apache.org Received: (qmail 41520 invoked by uid 99); 10 Jul 2008 07:28:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Jul 2008 00:28:21 -0700 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; Thu, 10 Jul 2008 07:27:38 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 44AE7234C15D for ; Thu, 10 Jul 2008 00:28:00 -0700 (PDT) Message-ID: <1761812821.1215674880275.JavaMail.jira@brutus> Date: Thu, 10 Jul 2008 00:28:00 -0700 (PDT) From: "Willem Jiang (JIRA)" To: camel-dev@activemq.apache.org Subject: [jira] Created: (CAMEL-691) CxfExchange do not copy the exchange pattern when copying itself. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org CxfExchange do not copy the exchange pattern when copying itself. ------------------------------------------------------------------ Key: CAMEL-691 URL: https://issues.apache.org/activemq/browse/CAMEL-691 Project: Apache Camel Issue Type: Bug Components: camel-cxf Affects Versions: 1.3.0, 1.2.0 Reporter: Willem Jiang Assignee: Willem Jiang Fix For: 1.4.0 When I applied the CAMEL-688 patch , I found the CxfSoapMessageProviderTest failed. After digging into the code , I found CxfExchange do not copy the exchange pattern when the exchange copying itself. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.