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 97B36174E7 for ; Thu, 15 Oct 2015 10:09:05 +0000 (UTC) Received: (qmail 31137 invoked by uid 500); 15 Oct 2015 10:09:05 -0000 Delivered-To: apmail-camel-issues-archive@camel.apache.org Received: (qmail 31082 invoked by uid 500); 15 Oct 2015 10:09:05 -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 31070 invoked by uid 99); 15 Oct 2015 10:09:05 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Oct 2015 10:09:05 +0000 Date: Thu, 15 Oct 2015 10:09:05 +0000 (UTC) From: "Thomas Diesler (JIRA)" To: issues@camel.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CAMEL-9227) No type converter available to convert from Bean to List MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CAMEL-9227?page=3Dcom.atlassia= n.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Diesler updated CAMEL-9227: ---------------------------------- Component/s: camel-dozer > No type converter available to convert from Bean to List > -------------------------------------------------------- > > Key: CAMEL-9227 > URL: https://issues.apache.org/jira/browse/CAMEL-9227 > Project: Camel > Issue Type: Bug > Components: camel-dozer > Affects Versions: 2.16.1 > Reporter: Thomas Diesler > Fix For: 2.16.1 > > > {code} > Tests in error:=20 > CSVIntegrationTest.testMarshalViaDozer:101 =C2=BB CamelExecution Except= ion occurred... > Tests run: 3, Failures: 0, Errors: 1, Skipped: 0 > Caused by: org.apache.camel.NoTypeConversionAvailableException: No type c= onverter available to convert from type: org.wildfly.camel.test.common.type= s.Customer to the required type: java.util.List with value org.wildfly.came= l.test.common.types.Customer@42776551 > =09at org.apache.camel.impl.converter.BaseTypeConverterRegistry.mandatory= ConvertTo(BaseTypeConverterRegistry.java:185) > =09at org.apache.camel.util.ExchangeHelper.convertToMandatoryType(Exchang= eHelper.java:187) > =09at org.apache.camel.dataformat.csv.CsvMarshaller.getRecordValues(CsvMa= rshaller.java:95) > =09at org.apache.camel.dataformat.csv.CsvMarshaller.marshal(CsvMarshaller= .java:82) > =09at org.apache.camel.dataformat.csv.CsvDataFormat.marshal(CsvDataFormat= .java:82) > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)