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/02/06 10:56:09 UTC

[jira] [Commented] (CAMEL-7157) Marshalling list of POJOs to a fixed length format

    [ https://issues.apache.org/jira/browse/CAMEL-7157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13893222#comment-13893222 ] 

Claus Ibsen commented on CAMEL-7157:
------------------------------------

You should use the mailing list / user forums to get help with your Camel projects.

Read all of this page
http://camel.apache.org/support

> Marshalling list of POJOs to a fixed length format
> --------------------------------------------------
>
>                 Key: CAMEL-7157
>                 URL: https://issues.apache.org/jira/browse/CAMEL-7157
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-bindy
>    Affects Versions: 2.12.2
>            Reporter: Mikhail Pryakhin
>         Attachments: bindy.7z
>
>
> Hello guys!
> I faced an issue while trying to marshal a list of annotated POJOs to an OutPutStream using org.apache.camel.dataformat.bindy.fixed.BindyFixedLengthDataFormat .
> The cause of the issue is that if the processing body is of type java.util.List, then 
> the BindyFixedLengthDataFormat expects the elements of the list to be of type Map<String, Object> but 
> they are really not and as a result java.lang.ClassCastException exception is thrown.
> Please see attached junit tests.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)