Re: camel-zipfile

2017-03-15 Thread onders
Hi, As per my observations, unless zipdataformat does not get the filename of such empty directory from the file consumer. that's there is no need any such change in ZipAggregationStrategy. However, with a bit of hacking on file consumer in camel-core as well and i could have passed empty folder

Re: camel-zipfile

2017-03-14 Thread onders
i think i missed that. i'll try to look and will do another PR. -- View this message in context: http://camel.465427.n5.nabble.com/camel-zipfile-tp5793495p5795492.html Sent from the Camel Development mailing list archive at Nabble.com.

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 Willem Jiang
Hi zhurlik, It could save us some time to help you if you can upload a simple test case to show the issue. I also want to know about why you need to deal with the empty file directory in the Zip file. It could help us to polish the options (maybe we need to support empty directory by default.)

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.

Re: camel-zipfile

2017-02-05 Thread Willem Jiang
We could add an option in the ZipFileDataFormat to let the iterator support the empty directory. Please feel free to log a JIRA[1] for it. [1]https://issues.apache.org/jira/browse/CAMEL Willem Jiang Blog: http://willemjiang.blogspot.com (English) http://jnn.iteye.com (Chinese) Twitte