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
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
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
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
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
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
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
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
Hi Claus,
Is there a plan to support Camel Loop to support While behavior? Is there a
jira issue for the same?
Regards,
Arpit.