Camel.trunk.notest - Build # 2077 - Failure

2014-06-10 Thread Apache Jenkins Server
The Apache Jenkins build system has built Camel.trunk.notest (build #2077) Status: Failure Check console output at https://builds.apache.org/job/Camel.trunk.notest/2077/ to view the results.

Camel.trunk.notest.jdk7 - Build # 23 - Still Failing

2014-06-10 Thread Apache Jenkins Server
The Apache Jenkins build system has built Camel.trunk.notest.jdk7 (build #23) Status: Still Failing Check console output at https://builds.apache.org/job/Camel.trunk.notest.jdk7/23/ to view the results.

Camel.2.13.x.notest - Build # 9 - Failure

2014-06-10 Thread Apache Jenkins Server
The Apache Jenkins build system has built Camel.2.13.x.notest (build #9) Status: Failure Check console output at https://builds.apache.org/job/Camel.2.13.x.notest/9/ to view the results.

[GitHub] camel pull request: CAMEL-7487 Create an archetype and code genera...

2014-06-10 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/camel/pull/175 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabl

[GitHub] camel pull request: CAMEL-7487 Create an archetype and code genera...

2014-06-10 Thread dhirajsb
GitHub user dhirajsb opened a pull request: https://github.com/apache/camel/pull/175 CAMEL-7487 Create an archetype and code generation plugins to generate Camel Components that wrap some API You can merge this pull request into a Git repository by running: $ git pull https:/

[GitHub] camel pull request: Fix for CAMEL-7486

2014-06-10 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/camel/pull/174 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabl

Re: Poll multiple ftp locations at the same time and perform some action

2014-06-10 Thread Claus Ibsen
Hi Please use the user mailing list / user forum for these kind of questions On Tue, Jun 10, 2014 at 1:46 PM, Sonali Kate wrote: > *Requirement*: Poll multiple ftp locations at the same time and perform some > action. > > My application (Java based) should keep on polling all available ftp’s and

[GitHub] camel pull request: Fix for CAMEL-7486

2014-06-10 Thread kevinearls
GitHub user kevinearls opened a pull request: https://github.com/apache/camel/pull/174 Fix for CAMEL-7486 You can merge this pull request into a Git repository by running: $ git pull https://github.com/kevinearls/camel CAMEL-7482 Alternatively you can review and apply these c

Poll multiple ftp locations at the same time and perform some action

2014-06-10 Thread Sonali Kate
*Requirement*: Poll multiple ftp locations at the same time and perform some action. My application (Java based) should keep on polling all available ftp’s and perform some action. For Example: Say I have, 1. FTP 1 with directory path=D:\userFtp1_dir 2. FTP 2 with directory path=E:\userF