You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2014/05/15 08:09:55 UTC

[jira] [Updated] (CAMEL-7440) Camel Bindy compoent does not log the correct property when quoting is enabled

     [ https://issues.apache.org/jira/browse/CAMEL-7440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen updated CAMEL-7440:
-------------------------------

    Priority: Minor  (was: Major)

> Camel Bindy compoent does not log the correct property when quoting is enabled
> ------------------------------------------------------------------------------
>
>                 Key: CAMEL-7440
>                 URL: https://issues.apache.org/jira/browse/CAMEL-7440
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-bindy
>    Affects Versions: 2.13.0
>            Reporter: Jason Sherman
>            Priority: Minor
>             Fix For: 2.12.4, 2.13.2, 2.14.0
>
>
> The property quoting is not logging the correct value in ./org/apache/camel/dataformat/bindy/BindyCsvFactory.java:
> {code}
> ...
> quoting = record.quoting();
> LOG.debug("CSV will be quoted: {}", messageOrdered);
> ...
> {code}
> The value for messageOrdered is being logged instead.



--
This message was sent by Atlassian JIRA
(v6.2#6252)