You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/05/22 19:02:12 UTC

[jira] [Commented] (CAMEL-9982) Marshalling fixed length record with links fails

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

ASF GitHub Bot commented on CAMEL-9982:
---------------------------------------

GitHub user anoordover opened a pull request:

    https://github.com/apache/camel/pull/992

    CAMEL-9982

    Patch for CAMEL-9982. Added unittest and added fields with "Link"  annotation to model for Fixed Length.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/anoordover/camel CAMEL-9982

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/camel/pull/992.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #992
    
----
commit 739a750c0b37a5244d459e601903d0491feace3c
Author: Arno Noordover <ar...@noordover.net>
Date:   2016-05-22T18:59:10Z

    CAMEL-9982

----


> Marshalling fixed length record with links fails
> ------------------------------------------------
>
>                 Key: CAMEL-9982
>                 URL: https://issues.apache.org/jira/browse/CAMEL-9982
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-bindy
>    Affects Versions: 2.17.1
>            Reporter: Arno Noordover
>
> When a fixed length record contains a "Link" marshalling doesn't take this field into account while with unmarshalling it is unmarshalled.
> Issue comes from a difference in building the model in BindyCsvDataFormat and BindyFixedLengthDataFormat. In the csv-format all field are taken into account that have the "Link"  annotation.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)