I have been using Bindy FixedLengthRecord. I do not think OneToMany is implemented for FixedLength (somone can correct if wrong) . OneToMany works well for Csv and KvP formats.
May I ask why would you need OneToMany on a fixedlength record? isn't each field supposed to have unique 'position' in a record. Eg: @DataField(pos = (151), length = 2). I use @Link on FixedLength with no issues. peace, surya -- View this message in context: http://camel.465427.n5.nabble.com/FixedLengthRecord-and-OneToMany-tp5571433p5572022.html Sent from the Camel - Users mailing list archive at Nabble.com.
