Inspect marshalled Pojo with a Processor with Camel and Bindy

2015-07-27 Thread Mechkov
I have a flat file, in which each line needs to be captured and unmarshalled into a `POJO`. I am using `Camel` and `Bindy` and utilizing the `Splitter EIP`. For some reason i am not able to inspect the `POJO` (using a `Processor`) after the unmarshalling completed. Any suggestions? I am trying to

Re: File read issue in Camel

2015-07-27 Thread Mechkov
One of the first thing i have learned about Camel and file manipulations (AFTER reading the Camel in Action by Claus Ibsen and Jonathan Antsey) is that always, always start your file manipulation route from a folder that files are ready and available, as opposed to files that are currently being wr