Re: Context Component issue

2016-04-28 Thread Aaron Birkland
https://issues.apache.org/jira/browse/CAMEL-9200 Thanks, -Aaron On Thu, Oct 8, 2015 at 4:07 AM, Antonin Stefanutti wrote: > Hi Aaron, > > Great. I’ll test your patch and comment on the JIRA ticket then. > > Antonin > > > On 08 Oct 2015, at 07:13, Aaron Birkland wrote: > > > &g

Context Component issue

2015-08-25 Thread Aaron Birkland
Hello, I'm having a strange problem with the camel context component and think it may be a bug. I've created a unit test that currently fails: https://gist.github.com/birkland/1b12261521dd5d5c79ef Basically, I'm trying create a 'parent' camel context that routes a message through two 'black bo

Re: Context Component issue

2015-10-06 Thread Aaron Birkland
patch which fixes the issue, including tests. Should I create a Jira ticket, and submit a pull request? -Aaron On Tue, Aug 25, 2015 at 2:45 PM, Aaron Birkland wrote: > Hello, > > I'm having a strange problem with the camel context component and think it > may be a bug. I&

Re: Context Component issue

2015-10-07 Thread Aaron Birkland
Hi Antonin, Thank you very much. Part of the patch involves having the Context component mint 'exported' Endpoints that have noops for several operations that looked dangerous to me (like setCamelContext). I'll create an issue this evening, and place the fixes in a cloned repository in github.

Re: Context Component issue

2015-10-07 Thread Aaron Birkland
I've opened up an issue and attached a pach to it: https://issues.apache.org/jira/browse/CAMEL-9200 I'm not entirely familiar with the Camel code, but this patch addresses everything that seemed obviously problematic to me. Thanks, Aaron On Wed, Oct 7, 2015 at 12:48 PM, astefanutti wrote: >