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
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