Re: Fail to read file form FTP to local directory apply xsl and save it

2011-09-30 Thread kmute79
I Clauss, I follow your advice and I worked. Thanks for the reply Best Regards Matteo -- View this message in context: http://camel.465427.n5.nabble.com/Fail-to-read-file-form-FTP-to-local-directory-apply-xsl-and-save-it-tp4832751p4857675.html Sent from the Camel - Users mailing list arc

Re: Fail to read file form FTP to local directory apply xsl and save it

2011-09-28 Thread kmute79
I Claus, Thanks for the reply. I upgraded camel library to 2.8 version. I have no more error message, but this route download file from ftp to the file:///routeRepository/foldername folder but it does not apply the xsl trasfom. Should I try to create distinct route, one for download from ftp, one t

Fail to read file form FTP to local directory apply xsl and save it

2011-09-23 Thread kmute79
Good Morning everybody, I'm a newbie to Camel. I'd like to create a route that: 1) read xml files from a FTP server 2) save them to a local folder 3) apply an xsl trasform 4) save to a local folder 5) covert file to String 6) send to a queue Here is the code: The Ftp download works grate, bu

Re: Splitter file name automatic generation

2011-09-02 Thread kmute79
Hi Claus, thanks for reply it was grate. I solved my problem with you help, I'm an Apache Camel newbie. Thanks again, Best Regards Matteo -- View this message in context: http://camel.465427.n5.nabble.com/Splitter-file-name-automatic-generation-tp4754576p4761533.html Sent from the Camel - Us

Splitter file name automatic generation

2011-08-31 Thread kmute79
Hi to all, I'd like to have a splitter that splits an xml file using xpath and save all the files named, one for every istance in the xpath expression. For example: my input xml is something like that .. .. .. my camel split route is: