GenericFileExist - Resume?

2013-06-30 Thread Jorge Davison
ra network transfer, specially for large files. Currently, I am working on extending the ftp component, but I wonder if you can discuss a general approach for all file components. Thanks! -- Jorge Davison

Google Drive Component

2013-04-10 Thread Jorge Davison
cess token passed. Maybe this component can help somebody. In the next days i will start the development of the consumer. If any one want to fork or improve the code, please be my guest. https://github.com/jdavisonc/camel-gdrive Jorge Davison @jdavisonc

Blocking Processor Issue

2012-08-31 Thread Jorge Davison
7;t get it work. public void process(Exchange exchange) throws Exception { semaphore.acquire(); } protected void doStop() throws Exception { if (semaphore.hasQueuedThreads()) { int queueLength = semaphore.getQueueLength(); semaphore.release(queueLength); } } Any suggestions? -- Jorge Davison