Re: file moveFailed not working for me.

2019-05-01 Thread Trilok Agarwal
I think you should set fault to true when there is an exception. On Wed, May 1, 2019, 7:12 PM Hart, James W. wrote: > I have a camel route that polls for files, and processes the files, and > have set "move" and "moveFailed" so that on success or failure the files > should move to their respecti

Re: [DISCUSS] - Apache Camel 3 - A new tagline

2019-02-19 Thread Trilok Agarwal
Could be anything which express its best feature, like, "Apache Camel 3 - Simplify Integration" -- Trilok On Tue, Feb 19, 2019, 11:14 PM Antonin Stefanutti wrote: > > > > On 19 Feb 2019, at 18:26, Andrea Cosentino > wrote: > > > > I'm fine with that tagline, but maybe we need to maintain somet

Re: Camel lock gets acquired on files but not picked sometime

2018-08-06 Thread Trilok Agarwal
You can make the processes mutually exclusive through setting up a scheduler by giving a cron expression so that your FTP or File component would not read files when they are being written, just in case if processing of your file not real time and copying of file via VB script is also scheduled. O

Re: extracting data from large xml of SOAP services in processor class

2017-05-29 Thread Trilok Agarwal
You can use xquery expression to get the desired element. On May 30, 2017 12:08 AM, "anjanaintergration" <2340pa...@gmail.com> wrote: > > Hi , > > We have a SOAP service that sends huge data 4 gb. We need to route this > response to another SOAP service. However there is an element in SOAP:BODY >

Camel Box component throwing RuntimeException

2017-01-05 Thread Trilok Agarwal
Hi I am using Camel Box version 2.16.3 my bundle get build successfully, but I am deploying it under servicemix 6.1.2 I am getting below excpetion- I created a sample service by using the same code provided as an example to use camel box component. java.lang.IllegalArgumentException: Cannot loca