Re: Reading more files from aws-S3 than expected

2013-11-26 Thread Jesper Olsen
Yes, I have specified the prefix. However I have found a workaround to the problem. Since we also developed the application that writes to S3, we changed it to write directly to a bucket, without a prefix. That solves the problem when reading and deleting the files. Kind Regards Jesper Olsen

Reading more files from aws-S3 than expected

2013-11-22 Thread Jesper Olsen
from S3. Does anybody know a way to avoid reading '//drbucket/CamelPickupTest' as I would like it to remain on S3 after I have read all the files it contains? The camel version is 2.11.1 Kind regards Jesper Olsen Danmarks Radio -- View this message in context: http://camel.465427.n

Re: Using % sign in spring route sql select fails

2012-06-11 Thread Jesper Olsen
We are using camel version 2.7.1 -- View this message in context: http://camel.465427.n5.nabble.com/Using-sign-in-spring-route-sql-select-fails-tp5714171p5714275.html Sent from the Camel - Users mailing list archive at Nabble.com.

Using % sign in spring route sql select fails

2012-06-08 Thread Jesper Olsen
I have a route with a select containing %-signs like this: I get this error: Malformed escape pair at index 106: sql:select%20telno,%20misc3%20from%20main%20where%20misc3%20IS%20NOT%20NULL%20and%20misc3%20NOT%20LIKE%20'%*%'?dataSourceRef=netwiseXADataSource I tr