Re: Installing Camel examples in Karaf

2013-05-18 Thread Babak Vahdat
Hi Guillaume, I just found your post below as I was playing with the installation of a Camel example (camel-example-osgi on the master branch) into Karaf 2.3.1 and hope you could tell me where I'm going wrong here. Yes dropping features.xml into the deploy folder would work (beforehand one should

Re: [HEADS UP] - Optimzing routing engine to reduce stack frames in use during routing

2013-05-18 Thread Raul Kripalani
Hi Claus, It's great that you're finding time for this. The need to lighten stacktraces was already brought up within the Camel 3.0 context [1]. In fact, there's also an entry in the roadmap page [2] which proposes moving away from the recursive model into an iterative routing engine. It's clear

[HEADS UP] - Optimzing routing engine to reduce stack frames in use during routing

2013-05-18 Thread Claus Ibsen
Hi Just to tell about the work I am currently doing https://issues.apache.org/jira/browse/CAMEL-6377 We have room to optimize the routing engine in Camel to make it more friendlier to end users in terms of - reduced stacktraces - faster and easier to debug the code if you single step through all