Re: Extend Camel Loop to support While Behavior

2013-09-30 Thread Dale King
return copy; > } > > public void setCopy(Boolean copy) { > this.copy = copy; > } > > public boolean isCopy() { > // do not copy by default to be backwards compatible > return copy != null ? copy

RE: Extend Camel Loop to support While Behavior

2013-09-30 Thread Goyal, Arpit
true); return new WhileProcessor(output, getExpression().createExpression(routeContext), isCopy()); } } -Original Message- From: Dale King [mailto:dalewk...@gmail.com] Sent: Monday, September 30, 2013 10:01 PM To: users@camel.apache.org Subject: Re: Extend Camel

Re: Extend Camel Loop to support While Behavior

2013-09-30 Thread Dale King
nt (loopTo)? > > Regards, > Arpit. > > -Original Message- > From: Dale King [mailto:d...@jadabeauty.com] > Sent: Monday, September 30, 2013 7:24 PM > To: users@camel.apache.org > Subject: Re: Extend Camel Loop to support While Behavior > > There is a JIRA

Re: Extend Camel Loop to support While Behavior

2013-09-30 Thread Dale King
g/jira/browse/CAMEL-4564?jql=text%20~%20%22Loop%20EIP%22 > This propose to create new DSL element (loopTo)? > > Regards, > Arpit. > > -Original Message- > From: Dale King [mailto:d...@jadabeauty.com] > Sent: Monday, September 30, 2013 7:24 PM > To: users@camel

RE: Extend Camel Loop to support While Behavior

2013-09-30 Thread Goyal, Arpit
sues.apache.org/jira/browse/CAMEL-4564?jql=text%20~%20%22Loop%20EIP%22 This propose to create new DSL element (loopTo)? Regards, Arpit. -Original Message- From: Dale King [mailto:d...@jadabeauty.com] Sent: Monday, September 30, 2013 7:24 PM To: users@camel.apache.org Subject: Re: E

Re: Extend Camel Loop to support While Behavior

2013-09-30 Thread James Carman
Patches (with unit tests) are always welcome. On Mon, Sep 30, 2013 at 9:53 AM, Dale King wrote: > There is a JIRA from a year or 2 ago that has no progress. This would be > trivial to add. > > The work around is to use distribution list on a header and when you want to > exit set that header to

Re: Extend Camel Loop to support While Behavior

2013-09-30 Thread Dale King
There is a JIRA from a year or 2 ago that has no progress. This would be trivial to add. The work around is to use distribution list on a header and when you want to exit set that header to null. On Sep 30, 2013, at 2:28 AM, Claus Ibsen wrote: > Hi > > Yeah we have talked about this in the p

Re: Extend Camel Loop to support While Behavior

2013-09-29 Thread Claus Ibsen
Hi Yeah we have talked about this in the past. Not sure if there is a JIRA. You are welcome to look and if you cant find a JIRA then log a new JIRA for this. On Mon, Sep 30, 2013 at 6:01 AM, Goyal, Arpit wrote: > Hi Claus, > > Is there a plan to support Camel Loop to support While behavior? Is

Extend Camel Loop to support While Behavior

2013-09-29 Thread Goyal, Arpit
Hi Claus, Is there a plan to support Camel Loop to support While behavior? Is there a jira issue for the same? Regards, Arpit.