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
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
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 :
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 :
>
>
";>
true
Works fine.
Best regards,
-Ursprüngliche Nachricht-----
Von: S
-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:
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
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
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)
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]
10 matches
Mail list logo