routeContext features

2014-01-19 Thread Sven Nold
Hi, I really like the feature of , but I think some features are missing. Maybe someone could point me to the right direction. - routeContext must not be empty I would like to give users (other developers) the possibility to extend/add their own routes. But currently the routeContext must be fil

AW: routeContext features

2014-01-20 Thread Sven Nold
etreff: Re: routeContext features Hi Good ideas. There is a JIRA ticket about improving in a future Camel release. You are welcome to put your ideas on that ticket, so we take these into consideration. On Mon, Jan 20, 2014 at 8:22 AM, Sven Nold wrote: > Hi, > > I really like the featu

camel 2.13.2 zipdataformat

2014-09-01 Thread Sven Nold
Hi Guys, I am trying to read Zipentries and process them separately. But using the file component it seems the file is not correctly closed. I can see the file for a few seconds in the .done and source directory. But then it disappears in the .done folder and is back in the source directory :

AW: camel 2.13.2 zipdataformat

2014-09-02 Thread Sven Nold
date:now:HHmmss}&antInclude=*.ZIP > > I get a random number of retrievals (about 4-20) and therefore the > same number of files in the „archive“ directory. The timestamps are 6 > seconds apart. > > Cheers, Thomas. > > Am 02.09.2014 um 08:44 schrieb Sven Nold : > >

AW: camel 2.13.2 zipdataformat

2014-09-02 Thread Sven Nold
";> true Works fine. Best regards, -Ursprüngliche Nachricht----- Von: S

AW: camel 2.13.2 zipdataformat

2014-09-02 Thread Sven Nold
-7577 On Tue, Sep 2, 2014 at 1:49 PM, Sven Nold wrote: > Hi, > > interesting is also that if I only have on zipEntry and define the > zipDataFormat as useIterator=false it works fine. So my guess is that > ZipIterator somehow holds a lock on the file:

AW: camel 2.13.2 zipdataformat

2014-09-02 Thread Sven Nold
zipdataformat You need to build the code to make sure the snapshot is using recent code. On Tue, Sep 2, 2014 at 2:22 PM, Sven Nold wrote: > Hi Claus, > > I changed to 2.13.3-SNAPSHOT but still the same issue. > > Best regards, > > Sven > > -Ursprüngliche Nachri

RE: camel 2.13.2 zipdataformat

2014-09-02 Thread Sven Nold
apper(zipInputStream)); To answer.setBody(zipInputStream); And give it a test on your Windows system? On Tue, Sep 2, 2014 at 3:13 PM, Sven Nold wrote: > Hi, > > same result, but workaround is to use zipSplitter like this: > > class="org.apache.camel.dataf

RE: Javascript DSL, "response" is not defined

2015-02-17 Thread Sven Nold
Hi, the attributes out/response are only available if exchange has an Out. if (exchange.hasOut()) { Message out = exchange.getOut(); context.setAttribute("out", out , scope); context.setAttribute("response", out, scope); } (ScriptBuilder.java)

RE: sftp -> seda yields GenericFileOperationFailedException during GenericFileOnCompletion move processing

2015-06-18 Thread Sven Nold
Hi, the same issue exists on sftp/file => disruptor It seems something with the BatchConsumer (file). My current "bad solution" to use wiretap to leave that processing. Would be great to hear a better solution. -Original Message- From: GegeFR [mailto:gwenhael.pasqui...@ericsson.com]