Re: JCIFS component and overwriting

2015-11-09 Thread fliot33
Hi, Great thanks, Indeed, using "fileExist=Override" did the trick. I was thinking it was globally the default, but clearly not for the smb component. Thanks for your support. Regards. -- View this message in context: http://camel.465427.n5.nabble.com/JCIFS-component-and-overwriting-tp577345

JCIFS component and overwriting

2015-11-06 Thread fliot33
Hi, I'm using : wireTap to smb:/// And when trying to overwrite, I get org.apache.camel.component.file.GenericFileOperationFailedException: Cannot store file smb:/// at org.apacheextras.camel.component.jcifs.SmbOperations.stor

Re: Quartz trigger problem

2015-10-06 Thread fliot33
Hi, I suggest you to simply use this : Regards. -- View this message in context: http://camel.465427.n5.nabble.com/Quartz-trigger-problem-tp5772349p5772364.html Sent from the Camel - Users mailing list archive at Nabble.com.

concurrent consummers and threads

2015-06-30 Thread fliot33
Hi, I'm trying to read on multithread way, new files in a folder, I'm playing this : I have the feeling it is not really synchronious multi-threading execution, Is it suppose to work such way ? Thanks in advance, Francois -- View this message in context: http://camel.46

HeaderFilterStrategy example

2015-06-08 Thread fliot33
Hi, I globbaly would like to do this : ${body} GET text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8 fr,en-US;q=0.8,en;q=0.6,es;q=0.4 http://some-nice-remote-api/proc?HeaderFilterStrategy=z.mystrategy.myclass"/> ${header.SecretInform

Re: Enrich/poolEnrich how to work with for file component ?

2015-02-11 Thread fliot33
Thanks Claus. -- View this message in context: http://camel.465427.n5.nabble.com/Enrich-poolEnrich-how-to-work-with-for-file-component-tp5762573p5762605.html Sent from the Camel - Users mailing list archive at Nabble.com.

Enrich/poolEnrich how to work with for file component ?

2015-02-10 Thread fliot33
This kind or routes don't work as expected : some-known-file.xml (XmlAggregtorStrategy bean is working pretty fine, working as a charm with http2 component for example) Firing some message into activemq:in It modify me the content of /tmp/some/place/some-known-file.xml Instead o

Camel InOut time out

2015-01-05 Thread fliot33
Hi, I would like to extend InOut timeout (to pass from 20 seconds to 40, and avoiding org.apache.camel.ExchangeTimedOutException). A way to do it easily in Spring ? Thanks in advance, Regards. -- View this message in context: http://camel.465427.n5.nabble.com/Camel-InOut-time-out-tp576132

Re: Dynamic URI too short documentation

2014-10-31 Thread fliot33
I propose you put a complete example, classpath:camel.properties /root/myVar file:/somePath/${properties:myProperty}/${header.myVar}/someSubDir -- View this message in context: htt

Dynamic URI too short documentation

2014-10-31 Thread fliot33
Hi, I spent hours to build dynamic URI with multiple parameters, header variables, and properties, both mixed. I believe it worth to extend little bit this document: http://camel.apache.org/how-do-i-use-dynamic-uri-in-to.html typically using "{{myProperty}}" would not work, mixed with "${header.m

Logger on route level

2014-08-26 Thread fliot33
Hi, I run a project with multiple routes. For debug purpose, I would like to know if it's possible to "globally" change logging option to a route (not to one of componenent but to the route itself. Something like And everything inside this route, will by default, inherit of the predefine

Aggregator, beyond the simple string example

2013-12-18 Thread fliot33
Hi, I really enjoy the pattern It's straight forward and really very reusable, really great. Btw, beyond the StringInAggregatingStrategy documented example, does anybody have a real life XML Aggregating Strategy example ? Indeed, since, depending your endpoints, you do not control obviously the

Re: xmljson in DSL without custom format ?

2013-11-27 Thread fliot33
May serve to all, Find the answer to myself below : ... ... Regards. fliot33 wrote > Hi, > > I'm trying to use have some XML of this string > > {"info1

xmljson in DSL without custom format ?

2013-11-26 Thread fliot33
Hi, I'm trying to use have some XML of this string {"info1":886,"infor2": "azesdqsd"} ... ...

Message router, multiple values

2013-11-26 Thread fliot33
Hi, As per http://camel.apache.org/message-router.html How could I do something like that : $foo1 = 'bar' $foo2 = 'bar' $foo3 = 'bar'