Ampersand in ftp password

2016-03-01 Thread BURN, James
Hi Running ServiceMix 5.1.1, Camel 2.13.2 I'm trying to connect to a client's ftp server. They have given me a password with an ampersand in. ftp://u...@ftp.site.com:21/dir/?password=pass&word&delete=true"/> I tried encoding as %26 and as %2526 but to no avail. Any ideas? Thanks James Ox

Camel access to ROOT log

2015-07-20 Thread BURN, James
Hi I wonder if it is possible to use Camel to access the ServiceMix ROOT log. We're running Camel 2.13.2 under ServiceMix 5.1.1. I've tried: But get loads of "Body is null" errors. I'm ultimately trying to create email alerts based on the ServiceMix ROOT log, and

File2: readLock/ready file alternatives

2015-06-23 Thread BURN, James
Hi I'm using Camel 2.13.2 on a Linux VM to collect/process files on a Windows server. This is done with a Linux filemount onto a folder on the Windows server. The issue we're getting is large (37Mb) files are often collected incomplete. I tried using the readLock, as per: however, this didn'

RE: Questions about doneFileName

2014-10-28 Thread BURN, James
: Questions about doneFileName Hi See http://camel.apache.org/file-language.html You should use: doneFileName=${file:name.noext}.ready On Mon, Oct 20, 2014 at 10:53 AM, BURN, James wrote: > Sorry I should add, this is using ServiceMix 5.3.0 and camel 2.13.2 > > Cheers > J > > ---

RE: Questions about doneFileName

2014-10-20 Thread BURN, James
Sorry I should add, this is using ServiceMix 5.3.0 and camel 2.13.2 Cheers J -Original Message- From: BURN, James [mailto:james.b...@oup.com] Sent: 20 October 2014 09:48 To: users@camel.apache.org Subject: Questions about doneFileName Hi We are using ServiceMix to subscribe to a

Questions about doneFileName

2014-10-20 Thread BURN, James
Hi We are using ServiceMix to subscribe to a service by looking for "done files" (.ready) before downloading a copy of the data (.dat) files. One problem we have is that once we have downloaded a copy of a data file we must remove the .ready file but leave the .dat file Here is my route:

RE: Issue with camel restlet route: response from solr URI isn't passed back to route

2014-09-17 Thread BURN, James
mjiang Weibo: 姜宁willem On September 16, 2014 at 9:58:34 PM, BURN, James (james.b...@oup.com) wrote: > Hi > > We are migrating our Camel routes to run through ServiceMix 5.1.1 > which uses Camel 2.13.2 > > We have noticed an issue with this version which doesn't appear

Issue with camel restlet route: response from solr URI isn't passed back to route

2014-09-16 Thread BURN, James
Hi We are migrating our Camel routes to run through ServiceMix 5.1.1 which uses Camel 2.13.2 We have noticed an issue with this version which doesn't appear in our older versions (ServiceMix 4.5.3: Camel 2.10.7) Here's an example restlet route: http://www.osgi.org/xmlns/blueprint/v1.0.0";