Re: camel-zipfile

2017-03-14 Thread zhurlik
Hi, Looks like you have fixed https://issues.apache.org/jira/browse/CAMEL-10791 What about second part of issue related with ZipAggregationStrategy. Thanks a lot -- View this message in context: http://camel.465427.n5.nabble.com/camel-zipfile-tp5793495p5795488.html Sent from the Camel Develo

Re: camel-zipfile

2017-02-13 Thread zhurlik
Hi, Sure, let me try to explain the issue. So I am working on LibreOffice files: *.odt/*.ott, they are zip archives that contain xml files and empty folder (I don't know the reason of having empty folders, but in any case I think that a potential zip file can have a structure with empty folders).

Re: camel-zipfile

2017-02-11 Thread zhurlik
Hi, Looks like the same issue with ZipAggregationStrategy there is no way to add empty folder (ZipEnty is a directory entry when name end

Re: camel-zipfile

2017-02-06 Thread zhurlik
Hi, Thanks, I have raised https://issues.apache.org/jira/browse/CAMEL-10791 -- View this message in context: http://camel.465427.n5.nabble.com/camel-zipfile-tp5793495p5793504.html Sent from the Camel Development mailing list archive at Nabble.com.

camel-zipfile

2017-02-05 Thread zhurlik
Hi, I am dealing with *.odt/*.ott file as a zip file using *camel-zipfile* component and faced with an issue. I am looking at ZipFileDataFormat.java th