Re: CamelContext restart issues CAMEL-2991

2010-07-26 Thread William Tam
On 07/26/2010 01:15 AM, Claus Ibsen wrote: On Mon, Jul 26, 2010 at 1:27 AM, William Tam wrote: On 07/25/2010 01:56 PM, Claus Ibsen wrote: On Sun, Jul 25, 2010 at 6:18 PM, William Tamwrote: Hi Claus, Thanks for your response. * A ProcessorEndpoint is a hybrid betwee

Re: CamelContext restart issues CAMEL-2991

2010-07-25 Thread Claus Ibsen
On Mon, Jul 26, 2010 at 1:27 AM, William Tam wrote: > > > On 07/25/2010 01:56 PM, Claus Ibsen wrote: >> >> On Sun, Jul 25, 2010 at 6:18 PM, William Tam  wrote: >> >>> >>> Hi Claus, >>> >>> Thanks for your response. >>> >>> * A ProcessorEndpoint is a hybrid between a Processor and a Endpoint. >>>  

Re: CamelContext restart issues CAMEL-2991

2010-07-25 Thread William Tam
Claus, thanks for your experiment. On 07/25/2010 02:01 PM, Claus Ibsen wrote: On Sun, Jul 25, 2010 at 6:18 PM, William Tam wrote: Hi Claus, Thanks for your response. * A ProcessorEndpoint is a hybrid between a Processor and a Endpoint. Therefore, SendProcessor does have a child if the

Re: CamelContext restart issues CAMEL-2991

2010-07-25 Thread William Tam
On 07/25/2010 01:56 PM, Claus Ibsen wrote: On Sun, Jul 25, 2010 at 6:18 PM, William Tam wrote: Hi Claus, Thanks for your response. * A ProcessorEndpoint is a hybrid between a Processor and a Endpoint. Therefore, SendProcessor does have a child if the destination is a ProcessorEndpoint

Re: CamelContext restart issues CAMEL-2991

2010-07-25 Thread Claus Ibsen
On Sun, Jul 25, 2010 at 6:18 PM, William Tam wrote: > Hi Claus, > > Thanks for your response. > > * A ProcessorEndpoint is a hybrid between a Processor and a Endpoint. >  Therefore, SendProcessor does have a child if the destination is a > ProcessorEndpoint.  Please take a look at RouteService.doG

Re: CamelContext restart issues CAMEL-2991

2010-07-25 Thread Claus Ibsen
On Sun, Jul 25, 2010 at 6:18 PM, William Tam wrote: > Hi Claus, > > Thanks for your response. > > * A ProcessorEndpoint is a hybrid between a Processor and a Endpoint. >  Therefore, SendProcessor does have a child if the destination is a > ProcessorEndpoint.  Please take a look at RouteService.doG

Re: CamelContext restart issues CAMEL-2991

2010-07-25 Thread William Tam
Hi Claus, Thanks for your response. * A ProcessorEndpoint is a hybrid between a Processor and a Endpoint. Therefore, SendProcessor does have a child if the destination is a ProcessorEndpoint. Please take a look at RouteService.doGetChildServices(). You will see why Navigate can allow ser

Re: CamelContext restart issues CAMEL-2991

2010-07-24 Thread Claus Ibsen
On Sun, Jul 25, 2010 at 5:55 AM, William Tam wrote: > I observed some issue regarding restarting Camel Context that I want to > discuss.  The detail is in the CAMEL-2991. > > * First off, any objection if SendProcessor implements Navigate?  It allows > services associated with the destination endp