Re: [DISCUSS] Refactoring of Registry/Injector interface

2012-11-22 Thread Claus Ibsen
On Thu, Nov 22, 2012 at 9:51 PM, Christian Müller wrote: > +1 > I'm fine with this changes. I'm only wondering what is the intention for > "lookupByNameAndType"? Throwing an exception if the type is different? Or > returning null? Or ...? > I also suggest cutting down on the number of methods. Cu

Re: [DISCUSS] determining our Camel release dates in JIRA in advance

2012-11-22 Thread Claus Ibsen
On Thu, Nov 22, 2012 at 10:24 PM, Christian Müller wrote: > I suppose we have a silence consensus here to announce the releases in > advance. So far so good... > Not really. I think people expressed that their favored more what we do now. I am not really sure we have consensus. Though I may have

Re: [DISCUSS] Refactoring of Registry/Injector interface

2012-11-22 Thread David Karlsen
I suggest looking at the spring api for some sensible behaviours. Den 22. nov. 2012 21:52 skrev "Christian Müller" < christian.muel...@gmail.com> følgende: > > +1 > I'm fine with this changes. I'm only wondering what is the intention for > "lookupByNameAndType"? Throwing an exception if the type is

Re: [DISCUSS] determining our Camel release dates in JIRA in advance

2012-11-22 Thread Christian Müller
I suppose we have a silence consensus here to announce the releases in advance. So far so good... The advantage for me to have a new minor release every 3 - 4 month is: - the earlier availability of changes which are not backwards compatible. But to be honest, I don't think we have much of them.

Re: [DISCUSS] Refactoring of Registry/Injector interface

2012-11-22 Thread Christian Müller
+1 I'm fine with this changes. I'm only wondering what is the intention for "lookupByNameAndType"? Throwing an exception if the type is different? Or returning null? Or ...? Best, Christian On Tue, Nov 20, 2012 at 6:16 PM, Łukasz Dywicki wrote: > Dear all, > During my work on camel-cdi componen

Re: [DISCUSS] - Release Camel 2.10 and 2.9 patch releases

2012-11-22 Thread Babak Vahdat
Am 22.11.12 12:23 schrieb "Claus Ibsen" unter : >Hi > >Based on this discussion [1] I just wanted to create a discussion >focused on near term releases of patch releases for Camel 2.10 and >2.9. > >Its about 5-6 weeks since the last release, and I think its time we >cut new releases. >Next month

Re: Transfer files from ftp to local directory

2012-11-22 Thread Christian Müller
Which version of Camel do you use? If you use Maven, you can check the dependency tree by yourself (this is for the actual Camel TRUNK): christian-muellers-macbook-pro:camel-ftp cmueller$ mvn dependency:tree [INFO] Scanning for projects... [INFO] [INFO] ---

Re: [DISCUSS] - Release Camel 2.10 and 2.9 patch releases

2012-11-22 Thread Christian Müller
Our Jenkins builds are looking also much better than a few weeks ago. Thanks for everybody who worked on this. I'm +1 for cutting new releases on our maintenance branches. Best, Christian On Thu, Nov 22, 2012 at 12:23 PM, Claus Ibsen wrote: > Hi > > Based on this discussion [1] I just wanted to

Re: Transfer files from ftp to local directory

2012-11-22 Thread James Carman
You'll need to include camel-ftp in your classpath. On Thu, Nov 22, 2012 at 9:03 AM, tamil13 wrote: > Hi. I need to make one project which include transfer file from ftp to local > directory . I tried following code > > public static void main(String[] args) throws Exception{ >

Re: Transfer files from ftp to local directory

2012-11-22 Thread Claus Ibsen
Hi You are almost the correct place. You should in the future use the @user mailing list as we say http://camel.apache.org/support Your error tells you that it cannot create the FTP component, and the reason is that the camel-ftp JAR is not on your classpath. And mind that camel-ftp JAR has child

Transfer files from ftp to local directory

2012-11-22 Thread tamil13
Hi. I need to make one project which include transfer file from ftp to local directory . I tried following code public static void main(String[] args) throws Exception{ CamelContext context = new DefaultCamelContext(); context.addRoutes(new RouteBuilder()

[DISCUSS] - Release Camel 2.10 and 2.9 patch releases

2012-11-22 Thread Claus Ibsen
Hi Based on this discussion [1] I just wanted to create a discussion focused on near term releases of patch releases for Camel 2.10 and 2.9. Its about 5-6 weeks since the last release, and I think its time we cut new releases. Next month is the x-mas month and we won't have as much time to focus