Hi
I found room for improvement and trying to address this
https://issues.apache.org/jira/browse/CAMEL-9905
You can build from the source with this fix and test it on your system.
On Fri, Apr 22, 2016 at 8:40 PM, Claus Ibsen wrote:
> Make a shorter and simpler example and see what happens.
>
>
Make a shorter and simpler example and see what happens.
Also are you running on windows? Then mind that it has such file
problems with not able to delete/move files if not all streams has
been carefully closed, even if they are from the same process that
created it. All that works nicely on linux
I'm using camel ver 2.17 and I added route code.
thk
from(src_uri).convertBodyTo(String.class)
.setHeader("REAL_AGGREGATION_ID",
constant("REAL_AGGREGATION"))
.log("Aggregation ${file:onlyname} ")
.aggre
What version of Camel do you use, and can you show the route code you
have with that TAR strategy.
On Tue, Apr 19, 2016 at 8:27 AM, sungkwon.eom wrote:
> Hello,
>
> I'm using TarAggregationStrategy for create tar.gz file.
>
> BUT, I found TarAggregationStrategy don't delete /tmp directory files