Return-Path: Delivered-To: apmail-activemq-camel-dev-archive@locus.apache.org Received: (qmail 58780 invoked from network); 2 Jul 2008 13:20:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Jul 2008 13:20:21 -0000 Received: (qmail 28862 invoked by uid 500); 2 Jul 2008 13:20:22 -0000 Delivered-To: apmail-activemq-camel-dev-archive@activemq.apache.org Received: (qmail 28830 invoked by uid 500); 2 Jul 2008 13:20:22 -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 28815 invoked by uid 99); 2 Jul 2008 13:20:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Jul 2008 06:20:22 -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; Wed, 02 Jul 2008 13:19:39 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 45521234C148 for ; Wed, 2 Jul 2008 06:20:00 -0700 (PDT) Message-ID: <460556781.1215004800275.JavaMail.jira@brutus> Date: Wed, 2 Jul 2008 06:20:00 -0700 (PDT) From: "Bart Frackiewicz (JIRA)" To: camel-dev@activemq.apache.org Subject: [jira] Created: (CAMEL-657) CsvDataFormat.marshal never uses custom CSVConfig MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org CsvDataFormat.marshal never uses custom CSVConfig ------------------------------------------------- Key: CAMEL-657 URL: https://issues.apache.org/activemq/browse/CAMEL-657 Project: Apache Camel Issue Type: Bug Affects Versions: 1.3.0 Environment: not relevant Reporter: Bart Frackiewicz Priority: Minor Affected class: org.apache.camel.dataformat.csv.CsvDataFormat Method "marshal" has a strange behaviour. The CSVConfig for the CSVWriter can not be set via setConfig, because "marshal" has this line: {code} CSVConfig conf = createConfig(); {code} Therefore you can not use your own CSVConfig to adjust marshalling. Fix proposal: - remove method createConfig - see unmarshaling with corresponding getter/setter -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.