Closed GoogleCodeExporter closed 8 years ago
And the unit test that fails is from this source code
https://svn.apache.org/repos/asf/camel/trunk/components/camel-beanio/src/test/ja
va/org/apache/camel/dataformat/beanio/BeanIODataFormatComplexTest.java
Its the testMarshall method, that uses the createTestData method to build a
List of POJOs to be marshalled, eg will use the BeanWriter. In the
createTestData method you can see the order of the POJO classes, which would
match to what the expected output would be.
Original comment by claus.ib...@gmail.com
on 13 Mar 2013 at 7:29
Thanks for the detailed test code. I'll look into this as soon as I can (later
today).
Thanks,
Kevin
Original comment by kevin.s...@gmail.com
on 13 Mar 2013 at 3:23
Fixed for immediate release in 2.0.5. The issue was introduced in 2.0.4 and
affects the marshalling of fixed length formatted streams. Immediate upgrade
recommended for anyone using 2.0.4.
Thanks again for bringing this to my attention.
Original comment by kevin.s...@gmail.com
on 14 Mar 2013 at 2:10
Thanks for the speedy fix and release. Much appreciated.
Original comment by claus.ib...@gmail.com
on 14 Mar 2013 at 7:09
Original issue reported on code.google.com by
claus.ib...@gmail.com
on 13 Mar 2013 at 7:23