Return-Path: Delivered-To: apmail-activemq-camel-dev-archive@locus.apache.org Received: (qmail 99076 invoked from network); 12 Nov 2008 05:28:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Nov 2008 05:28:26 -0000 Received: (qmail 37383 invoked by uid 500); 12 Nov 2008 05:28:33 -0000 Delivered-To: apmail-activemq-camel-dev-archive@activemq.apache.org Received: (qmail 37368 invoked by uid 500); 12 Nov 2008 05:28:33 -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 37357 invoked by uid 99); 12 Nov 2008 05:28:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Nov 2008 21:28:33 -0800 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; Wed, 12 Nov 2008 05:27:22 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 5ED9A234C283 for ; Tue, 11 Nov 2008 21:28:05 -0800 (PST) Message-ID: <1701614401.1226467685386.JavaMail.jira@brutus> Date: Tue, 11 Nov 2008 21:28:05 -0800 (PST) From: "William Tam (JIRA)" To: camel-dev@activemq.apache.org Subject: [jira] Updated: (CAMEL-1079) CxfProducer could drop MessageDataFormatFeature and PayLoadDataFormatFeature In-Reply-To: <760043486.1226444525474.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/activemq/browse/CAMEL-1079?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] William Tam updated CAMEL-1079: ------------------------------- Attachment: CAMEL-1079.patch > CxfProducer could drop MessageDataFormatFeature and PayLoadDataFormatFeature > ----------------------------------------------------------------------------- > > Key: CAMEL-1079 > URL: https://issues.apache.org/activemq/browse/CAMEL-1079 > Project: Apache Camel > Issue Type: Bug > Components: camel-cxf > Reporter: William Tam > Fix For: 1.5.1, 2.0.0 > > Attachments: CAMEL-1079.patch > > > If mycamel-cxf (non-pojo mode) endpoint is configured by Spring to inject CXF other features, CxfProducer drops MessageDataFormatFeature or PayLoadDataFormatFeature that it has added when endpoint.configure(cfb) is invoked. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.