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

Hadrian Zbarcea resolved CAMEL-1442.
------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0-M1

Patch applied with thanks.  Good work Charles.

I had to make a few changes because of some test issues.  For some Marshall 
tests he expected string did not end with "\r\n" but the crlf style was 
'windows' so actuals differed from expected.  For some Unmarshall tests the 
exchange was ending up in the dlc because of an NPE in the Object.toString().  
Modifying the code to String.valueOf(Object) fixes that.  There's a bit more 
that could be cleaned up for consistency, but these were the minimum changes to 
get the tests to pass.

> unmarshaling of data always send the last occurence of the stream
> -----------------------------------------------------------------
>
>                 Key: CAMEL-1442
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1442
>             Project: Apache Camel
>          Issue Type: Bug
>          Components: camel-bindy
>    Affects Versions: 2.0-M1
>            Reporter: Charles Moulliard
>            Assignee: Hadrian Zbarcea
>             Fix For: 2.0-M1
>
>         Attachments: crlf_noModelReset.patch
>
>
> The unmarshaling method of BindyDataFormat (CSV or Key Value Pair) does not 
> create a new model object for each new line of the stream readed

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

Reply via email to