Re: camel bindy - @FixedLengthRecord: crlf attribute causes null pointer

2014-04-14 Thread alfmateos
class which you do > > from("direct:bindySegTraMarshalling").marshal().bindy(BindyType.Fixed, > SegmentoTra.class); > > But there is still some logic in bindy that relies on the package > scanning. > > > > > On Fri, Apr 11, 2014 at 1:59 PM, alf

camel bindy - @FixedLengthRecord: crlf attribute causes null pointer

2014-04-11 Thread alfmateos
I use camel 2.11.0 with JBoss 6.1 EAP, and I use this route: from("direct:bindySegTraMarshalling").marshal().bindy(BindyType.Fixed, SegmentoTra.class); The SegmentoTra.class is annotated like this: @FixedLengthRecord(length = 70, paddingChar = ' ', crlf="WINDOWS") public class