Re: SFTP Endpoint privateKeyFile and privateKeyFilePassPhrase

2012-08-05 Thread Lance Walton
://www.casualmiracles.com http://www.twitter.com/lancewalton +44 (0)7779 026533 On 5 Aug 2012, at 22:48, Lance Walton wrote: Hi all. I'm trying to use the SFTP endpoint but I'm having some trouble. The environment I'm in is locked down in a way that's preventing me from understanding what's going on so I

Re: Scheduled FTP download

2012-08-01 Thread Lance Walton
phone On Aug 1, 2012 12:34 AM, Lance Walton lancewal...@mac.com wrote: Hi. I've given this a try, and with a bit of fiddling, it seems to work. Thank you. Now the next challenge... I sometimes need to remove the route from the camel context and re-add it with different properties. When

Scheduled FTP download

2012-07-31 Thread Lance Walton
Hi. I'm trying to put together a scheduled download from an FTP site. I thought I could do this by using a route composed of a quartz endpoint to an FTP endpoint to a file endpoint. However it looks like the FTP endpoint is trying to write something rather than read it, which kind of makes

Re: Scheduled FTP download

2012-07-31 Thread Lance Walton
Hi. I've given this a try, and with a bit of fiddling, it seems to work. Thank you. Now the next challenge... I sometimes need to remove the route from the camel context and re-add it with different properties. When I try to re-add it, I get an ObjectAlreadyExistsException because a job

Scala DSL - How do I give a route an id?

2012-07-30 Thread Lance Walton
Hi. I'm using the Scala DSL to add routes to the CamelContext. However, I also want to be able to remove some of these routes from the CamelContext later. I can see how to do this if I have a route id, but I can't see how to assign an id to a route in the DSL. Can anyone point me at the right

Scala DSL - How do I give a route an id

2012-07-30 Thread Lance Walton
Hi. I'm using the Scala DSL to add routes to the CamelContext. However, I also want to be able to remove some of these routes from the CamelContext later. I can see how to do this if I have a route id, but I can't see how to assign an id to a route in the DSL. Can anyone point me at the right

Re: Scala DSL - How do I give a route an id

2012-07-30 Thread Lance Walton
Apologies for the double post. _ http://www.stateofflow.com http://www.casualmiracles.com http://www.twitter.com/lancewalton +44 (0)7779 026533 On 30 Jul 2012, at 17:25, Lance Walton wrote: Hi. I'm using the Scala DSL to add routes to the CamelContext. However, I also want

Re: Scala DSL - How do I give a route an id?

2012-07-30 Thread Lance Walton
at 1:59 PM, Lance Walton lancewal...@mac.com wrote: Hi. I'm using the Scala DSL to add routes to the CamelContext. However, I also want to be able to remove some of these routes from the CamelContext later. I can see how to do this if I have a route id, but I can't see how to assign an id

Re: Scala DSL - How do I give a route an id?

2012-07-30 Thread Lance Walton
, Jul 30, 2012 at 2:25 PM, Lance Walton lancewal...@mac.com wrote: Hi. Thanks for the reply. That looks Java DSL like. That's what I want to do but with the Scala DSL. Regards, Lance On 30 Jul 2012, at 17:46, Jon Anstey jans...@gmail.com wrote: Did you try using routeId