CSV Bindy and parent class

2013-09-27 Thread BobbySixKiller
Hi everyone, I've got issues using CSV Bindy and class hierarchy, for example: @CsvRecord(separator=",") public class A extends class B{ @DataField(pos = 1) private String item1; } @CsvRecord(separator=",") public class B{ @DataField(pos =2) private String item2; } In my generated csv fil

Parsing XML Performance

2013-02-20 Thread BobbySixKiller
Hi, I have a simple question about parsing xml and performance. Actually my route is like this : from("endpointIn") .convertBodyTo(String.class)// .unmarshal().jaxb("com.groupemb.entite.search.compario.in")// .process(...) where com.groupemb.entite.search.compario.in refers to a jaxb.index