You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2009/12/14 17:30:52 UTC

[jira] Resolved: (CAMEL-2289) camel-bindy - csv - Make it easier to marshal with POJO out of the box

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

Claus Ibsen resolved CAMEL-2289.
--------------------------------

    Resolution: Fixed

trunk: 890397.

> camel-bindy - csv - Make it easier to marshal with POJO out of the box
> ----------------------------------------------------------------------
>
>                 Key: CAMEL-2289
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2289
>             Project: Apache Camel
>          Issue Type: Bug
>          Components: camel-bindy
>    Affects Versions: 2.1.0
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>            Priority: Minor
>             Fix For: 2.2.0
>
>
> Its to ugly that you must use List<Map<String, Object>> to wrap you POJO to let Bindy be able to marhal my POJO to a CSV record.
> It should be able to detect that its not a List but a plain POJO and construct the List itself and based on defaults.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.