Re: XML routes config problem

2020-03-25 Thread Zoran Regvart
ssage- > From: Alisson Gomes > Sent: Monday, March 23, 2020 2:54 PM > To: users@camel.apache.org > Subject: Re: XML routes config problem > > Change & for & > > >uri="ftp://{{host-name}}/{{source-dir}}?fileExist=Ignore&disconnect=true";

RE: XML routes config problem

2020-03-23 Thread Gagnon, Joseph - 0553 - MITLL
Oh, that's ugly. But, it works. Thanks. -Original Message- From: Alisson Gomes Sent: Monday, March 23, 2020 2:54 PM To: users@camel.apache.org Subject: Re: XML routes config problem Change & for & ftp://{{host-name}}/{{source-dir}}?fileExist=Ignore&am

Re: XML routes config problem

2020-03-23 Thread Alisson Gomes
Change & for & ftp://{{host-name}}/{{source-dir}}?fileExist=Ignore&disconnect=true"; /> On Mon, Mar 23, 2020 at 3:49 PM Gagnon, Joseph - 0553 - MITLL < joseph.gag...@ll.mit.edu> wrote: > Hello, > > I’m very new with Camel and still trying to figure it out. I have a simple

XML routes config problem

2020-03-23 Thread Gagnon, Joseph - 0553 - MITLL
Hello, I’m very new with Camel and still trying to figure it out. I have a simple application that configures routing via XML and I’m getting a strange error (from eclipse) when I attempt to do the following: ftp://{{host-name}}/{{source-dir}}?fileExist=Ignore&disconnect=true"; />