Problem with camel-aws S3 when multiPartUpload is set to true

2018-01-04 Thread kretin
I created a simple camel route to poll for files in a local directory and upload them to a Ceph (S3) server at my University. I am using apache camel 2.20.0 with the camel-aws S3 component, when I set multiPartUpload=false (the default) in the uri, everything works fine, but if I change to

Re: File idempotent store problem

2018-01-04 Thread Onder SEZGIN
There are points i agree/disagree. This can stay as the limitation imho. Because using cache as fifo sounds a bit advance care of idempotent repository feature and it would require taking all the burdens of such implementation for a single minor feature by diving into caffeine. This would be too

Re: Error sending email from Camel application

2018-01-04 Thread Charles Berger
Anyone able to help with this please? On Thu, Dec 21, 2017 at 6:03 PM, Charles Berger wrote: > Hi, > > I have the following route in my application which sends an email > based on a template filled out with data from the SingleImageModel > class: > >