camel-spring-batch

2017-02-02 Thread partha006
d the details for 'constructor-args' concept to read and write. Thanks in advance, kindly suggest me the source or examples to solve my problems. -- View this message in context: http://camel.465427.n5.nabble.com/camel-spring-batch-tp5793384.html Sent from the Camel - Users mailing

Re: doneFileName=${file:name} in Camel 2.12.1 doesn't get replaced correctly with camel-spring-batch

2013-10-19 Thread Claus Ibsen
irectory}}" > /> > > As a separate issue, using the $simple{file:name} in the doneFileName wasnt > working either. Could you please help ? > > Regards, > Q-A > > > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/don

Re: doneFileName=${file:name} in Camel 2.12.1 doesn't get replaced correctly with camel-spring-batch

2013-10-16 Thread Christian Mueller
vance, Christian -- View this message in context: http://camel.465427.n5.nabble.com/doneFileName-file-name-in-Camel-2-12-1-doesn-t-get-replaced-correctly-with-camel-spring-batch-tp5740839p5741654.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: doneFileName=${file:name} in Camel 2.12.1 doesn't get replaced correctly with camel-spring-batch

2013-10-15 Thread nguyen
he doneFileName wasnt working either. Could you please help ? Regards, Q-A -- View this message in context: http://camel.465427.n5.nabble.com/doneFileName-file-name-in-Camel-2-12-1-doesn-t-get-replaced-correctly-with-camel-spring-batch-tp5740839p5741627.html Sent from the Camel - Users maili

Setting the flag non identifying job parameter in Camel route header with camel-spring-batch

2013-10-07 Thread nguyen
Hi all, I'm using camel-spring batch 2.10.3 and integrate with spring batch core 2.2.0. In spring batch 2.2.0, it supports the option of non-identifying job parameters, and I need to modify some of the job parameters to be non-identifying. Currently, all the headers found in the Camel me

Re: doneFileName=${file:name} in Camel 2.12.1 doesn't get replaced correctly with camel-spring-batch

2013-10-05 Thread nguyen
Thank you! -- View this message in context: http://camel.465427.n5.nabble.com/doneFileName-file-name-in-Camel-2-12-1-doesn-t-get-replaced-correctly-with-camel-spring-batch-tp5740839p5740951.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: doneFileName=${file:name} in Camel 2.12.1 doesn't get replaced correctly with camel-spring-batch

2013-10-03 Thread Claus Ibsen
Use doneFileName=$simple{file:name} To not have spring property placeholder replace this value. On Thu, Oct 3, 2013 at 11:39 PM, nguyen wrote: > Hi all, > > I'm using camel-spring-batch and have the following route in the my context > file: > > uri="file:{{b

Re: doneFileName=${file:name} in Camel 2.12.1 doesn't get replaced correctly with camel-spring-batch

2013-10-03 Thread nguyen
e-in-Camel-2-12-1-doesn-t-get-replaced-correctly-with-camel-spring-batch-tp5740839p5740848.html Sent from the Camel - Users mailing list archive at Nabble.com.

doneFileName=${file:name} in Camel 2.12.1 doesn't get replaced correctly with camel-spring-batch

2013-10-03 Thread nguyen
Hi all, I'm using camel-spring-batch and have the following route in the my context file: uri="file:{{batch.process.watch.directory}}?include={{transaction.file.name.pattern}}&delay={{transaction.file.poll.delay}}&doneFileName=${file:name}.sig&move={{batch.process.done.

Re: camel-spring-batch 2.11.1 breaks previous working routes

2013-08-21 Thread Gardella juan
I've attached "CAMEL-6656-testcase.zip" with a test to reproduce the bug in the ticket. If we use camel 2.11.0 the test works fine. -- View this message in context: http://camel.465427.n5.nabble.com/camel-spring-batch-2-11-1-breaks-previous-working-routes-tp5737426p5737694.htm

Re: camel-spring-batch 2.11.1 breaks previous working routes

2013-08-21 Thread Claus Ibsen
juan > wrote: >> Hi all, >> >> I've used camel-spring-batch from a while. I recently upgrade from 2.11.0 to >> 2.11.1 and the route that use camel-spring-batch have failed. I detect that >> the problem is in 2.11.1 after the execution of the job the heade

Re: camel-spring-batch 2.11.1 breaks previous working routes

2013-08-18 Thread David Karlsen
Can you provide a strippped down project or unit test that shows the error? 2013/8/16 Gardella juan > Hi all, > > I've used camel-spring-batch from a while. I recently upgrade from 2.11.0 > to > 2.11.1 and the route that use camel-spring-batch have failed. I detect that

Re: camel-spring-batch 2.11.1 breaks previous working routes

2013-08-17 Thread Claus Ibsen
Hi Yeah sounds like a bug, feel free to log a JIRA, and as usual we love contributions with patches. On Fri, Aug 16, 2013 at 6:45 PM, Gardella juan wrote: > Hi all, > > I've used camel-spring-batch from a while. I recently upgrade from 2.11.0 to > 2.11.1 and the route that

camel-spring-batch 2.11.1 breaks previous working routes

2013-08-16 Thread Gardella juan
Hi all, I've used camel-spring-batch from a while. I recently upgrade from 2.11.0 to 2.11.1 and the route that use camel-spring-batch have failed. I detect that the problem is in 2.11.1 after the execution of the job the headers are cleaned. So I changed my route to log the headers befor