Re: Camel-CDI in a multi-module project

2017-04-13 Thread Antonin Stefanutti
Hi, > On 12 Apr 2017, at 18:28, Bernard Ligny wrote: > > I am currently refactoring a monolithic webapp using a more > modular/micro-services approach. > I'm busy with splitting the numerous existing Camel RouteBuilders into > separate module. > > The target situation

Re: Apache Camel - ftp component - need to use absolute path

2017-04-13 Thread paul529
Hi Zoran, I have been unable to find any detailed description of why absolute paths cannot be supported in the ftp component. I am trying to use the ftp component to retrieve files from a remote host. I use an idempotent repository with the noop=true setting for the consumer. In this way the

Need Help: Using ServiceCall EIP and camel-ribbon component to discover service from Netflix Eureka Server

2017-04-13 Thread sameekbhau...@yahoo.co.in
Dear All, I am trying to discover a service (localhost:) registered in a Eureka Server running at localhost:8080 using ServiceCall EIP and camel-ribbon component checked out from Github master branch i.e. 2.19.0-SNAPSHOT version. Following is my eureka-service properties used while

Re: Apache Camel - ftp component - need to use absolute path

2017-04-13 Thread paul529
Hi Zoran, I have been unable to find any detailed description of why absolute paths cannot be supported in the ftp component. I am trying to use the ftp component to retrieve files from a remote host. I use an idempotent repository with the noop=true setting for the consumer. In this way the

Re: Apache Camel - ftp component - need to use absolute path

2017-04-13 Thread paul529
Hi Zoran, I have been unable to find any detailed description of why absolute paths cannot be supported in the ftp component. I am trying to use the ftp component to retrieve files from a remote host. I use an idempotent repository with the noop=true setting for the consumer. In this way the

Re: Apache Camel - ftp component - need to use absolute path

2017-04-13 Thread Zoran Regvart
Hi Ceyhan, On Thu, Apr 13, 2017 at 6:00 PM, paul529 wrote: > I have been unable to find any detailed description of why absolute paths > cannot be supported in the ftp component. did you see the issues I've linked to? https://issues.apache.org/jira/browse/CAMEL-8828