Re: Camel process evaluates XPath to a DTMNodeList object

2015-04-07 Thread yogu13
I think the default mode uses XALAN, Not that i have tried this but do check @ http://camel.apache.org/xpath.html for configuring SAXON The section "Setting a custom XPathFactory using System Property" looks to be an interesting option Regards, -Yogesh -- View this message in context: http:/

Re: Camel process the same file again when idempotent = true

2014-03-07 Thread Claus Ibsen
There was a bug in that idempotentKey in some Camel releases, upgrade your Camel version On Fri, Mar 7, 2014 at 5:57 PM, spanchag wrote: > Thanks for your response. > This is still not working. Any other suggestions? > > Thanks, > Ram > > > > -- > View this message in context: > http://camel.46

Re: Camel process the same file again when idempotent = true

2014-03-07 Thread spanchag
Thanks for your response. This is still not working. Any other suggestions? Thanks, Ram -- View this message in context: http://camel.465427.n5.nabble.com/Camel-process-the-same-file-again-when-idempotent-true-tp5748373p5748467.html Sent from the Camel - Users mailing list archive at Nabble.c

Re: Camel process the same file again when idempotent = true

2014-03-07 Thread Stephan Burkard
Since Camel 2.11 this is at least possible for the file component with the option "idempotentKey". I am not sure if this also works for SFTP but you can give it a try. Here is an example from a unit-test: "...?idempotent=true&idempotentKey=${file:onlyname}-${file:size}" For the available key opti

Re: Camel process the same file again when idempotent = true

2014-03-06 Thread spanchag
Hi Claus: Yes. That is exactly what I need Camel to do. Thanks, Ram -- View this message in context: http://camel.465427.n5.nabble.com/Camel-process-the-same-file-again-when-idempotent-true-tp5748373p5748392.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel process the same file again when idempotent = true

2014-03-05 Thread Claus Ibsen
Hi What do you mean by putting the same file in the folder? So if you have a file named foo.dat you have downloaded before. And you then override foo.dat with new content and want to pickup that file? For that see the idempotentKey option http://camel.apache.org/file2 On Thu, Mar 6, 2014 at 5:35

RE: Camel-process

2013-06-03 Thread Diether
examples first and try them out. So you start to understand what camel is and how it should be used. Van: milan777 [via Camel] [ml-node+s465427n5733688...@n5.nabble.com] Verzonden: maandag 3 juni 2013 13:24 Aan: Wuyts Diether Onderwerp: Re: Camel-process ft

Re: Camel-process

2013-06-03 Thread milan777
ftp_context.addRoutes(new RouteBuilder() { public void configure() { Processor ftpProcessor = new Processor() { public void process(Exchange e) { Message i

Re: Camel-process

2013-06-03 Thread Christian Müller
Please take some more time to ask questions and study [1]. [1] http://camel.apache.org/support.html Best, Christian Müller - Software Integration Specialist Apache Camel committer: https://camel.apache.org/team V.P. Apache Camel: https://www.apache.org/foundation/ Apache Member