Return-Path: X-Original-To: apmail-camel-issues-archive@minotaur.apache.org Delivered-To: apmail-camel-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5F5369E8F for ; Sat, 2 Jun 2012 12:53:24 +0000 (UTC) Received: (qmail 45792 invoked by uid 500); 2 Jun 2012 12:53:23 -0000 Delivered-To: apmail-camel-issues-archive@camel.apache.org Received: (qmail 45770 invoked by uid 500); 2 Jun 2012 12:53:23 -0000 Mailing-List: contact issues-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 issues@camel.apache.org Received: (qmail 45762 invoked by uid 99); 2 Jun 2012 12:53:23 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 02 Jun 2012 12:53:23 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id F1C351402B8 for ; Sat, 2 Jun 2012 12:53:22 +0000 (UTC) Date: Sat, 2 Jun 2012 12:53:22 +0000 (UTC) From: "Claus Ibsen (JIRA)" To: issues@camel.apache.org Message-ID: <1797210773.30273.1338641602992.JavaMail.jiratomcat@issues-vm> In-Reply-To: <1895238963.27364.1334544316329.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Resolved] (CAMEL-5176) CxfProducer should not always leverage toList type converter to find out the parameters for invocation MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CAMEL-5176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen resolved CAMEL-5176. -------------------------------- Resolution: Fixed Fix Version/s: 2.9.3 2.8.6 > CxfProducer should not always leverage toList type converter to find out the parameters for invocation > ------------------------------------------------------------------------------------------------------ > > Key: CAMEL-5176 > URL: https://issues.apache.org/jira/browse/CAMEL-5176 > Project: Camel > Issue Type: Improvement > Components: camel-cxf > Reporter: Willem Jiang > Assignee: Willem Jiang > Fix For: 2.8.6, 2.9.3, 2.10.0 > > > CAMEL-5173 removed the two type converters which could always to load the classes and it broke the itest of CxfToJmsInOutTest. > After digging the code for a while I found the CxfProducer always looks up the parameter by turning the message body into a List. With the change of CAMEL-5173, Camel will turn the message body into a List of ActiveQueue (as the String --> List converter are wildly used). > To fix this issue, we should let the CxfProducer pick up the parameter carefully. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira