Re: camel-s3 Timeout waiting for connection from pool

2017-01-03 Thread sc
Hi, I am getting similar exceptions. Did you happen to resolve this issue? If so, how? Thanks -- View this message in context: http://camel.465427.n5.nabble.com/camel-s3-Timeout-waiting-for-connection-from-pool-tp5784483p5792121.html Sent from the Camel - Users mailing list archive at Nabble

AWS S3 Timeout Exception

2016-12-29 Thread sc
Hi, Did anyone happen to resolve S3 timeout exception? It throws an exception when all files have been processed and starts polling for new files. ${header.camelawss3key} ${header.camelawss3contentlength} camelawss3key Ex

AWS S3 idempotent properties

2016-11-18 Thread sc
How do I set idempotent properties for AWS S3? It gives an following error when I set it in the s3 URL Caused by: org.apache.camel.ResolveEndpointFailedException: Failed to resolve endpoint: aws-s3 Unknown parameters=[{idempotent=true, idempotentKey=${file:onlyname}, idempotentRepository=#XXXRepo

Re: file2 include regex not reading files from ftpserver

2016-09-28 Thread sc
Used GenericFileFilter and it worked just fine. Just adding it here incase anyone wants to refer public class AFilter implements GenericFileFilter { private String patternFormat; private Pattern pattern; private Matcher matcher; public AFilter(String patternForma

file2 include regex not reading files from ftpserver

2016-09-27 Thread sc
I have from defined as ftp://?password=&fastExistsCheck=true&initialDelay=1000&delay=500&download=true&noop=true &idempotent=true&idempotentKey=${file:onlyname}&idempotentRepository=# &localWorkDirectory=/Users/**/temp/&include=aaa_bbb_\d+_\d{10}\.zip" /> I have files on ftp server n

Poll to Google cloud storage (gs://)

2016-05-09 Thread sc
In my use case, one of the step is to poll for any files dropped in Google Cloud Storage location (gs:/) I didn't see any documentation for that. Is there an support for "gs://" protocol in Apache Camel or can I run command line utility to achieve the same? Any documentation or sample examp

Any plans to support Google Cloud Platform Component?

2016-04-26 Thread sc
I have posted similar message before, but got no response. So sorry for reposting again. But do you have plans to support Google Cloud Platform Component? If so, when is it expected? Thanks Much. -- View this message in context: http://camel.465427.n5.nabble.com/Any-plans-to-support-Google-Cl

Re: Example of JDBC idempotentRepository in Spring XML?

2016-04-25 Thread sc
Never mind, I found it here https://access.redhat.com/documentation/en-US/Red_Hat_JBoss_Fuse/6.0/html/EIP_Component_Reference/files/_IDU_SQLComponent.html Anymore examples I will gladly accept. Thanks -- View this message in context: http://camel.465427.n5.nabble.com/Example-of-JDBC-idempoten

Example of JDBC idempotentRepository in Spring XML?

2016-04-25 Thread sc
I would like to track which files has been processed from FTP server in a MySQL Table. Thanks, -- View this message in context: http://camel.465427.n5.nabble.com/Example-of-JDBC-idempotentRepository-in-Spring-XML-tp5781683.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Loop through the files from FTP server and process

2016-04-20 Thread sc
Got it. Thanks Much for your help. -- View this message in context: http://camel.465427.n5.nabble.com/Loop-through-the-files-from-FTP-server-and-process-tp5781297p5781443.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Loop through the files from FTP server and process

2016-04-19 Thread sc
Thanks for responding. Use case is get list of filenames from FTP folder and for each file, process the data in BigQuery(Which is done in Java class) and output is copied from Google Storage to FTP server. With the XML above I don't have an understanding that, does it process for each file in l

Loop through the files from FTP server and process

2016-04-18 Thread sc
I am very new to Apache Camel. My use case is to process all files on FTP server on a date folder, one file at a time. Could someone give some pointers using Spring XML? ftp://"; />

Any Camel components for Google Cloud Platform?

2016-04-05 Thread sc
Our use case to transfer files from ftp to Google Storage, process it in Google Big Query and copy it back to ftp. Thanks, -- View this message in context: http://camel.465427.n5.nabble.com/Any-Camel-components-for-Google-Cloud-Platform-tp5780534.html Sent from the Camel - Users mailing list