[jira] Created: (CAMEL-3240) Graceful shutdown - Add support for give up if timeout triggered

2010-10-16 Thread Claus Ibsen (JIRA)
Graceful shutdown - Add support for give up if timeout triggered Key: CAMEL-3240 URL: https://issues.apache.org/activemq/browse/CAMEL-3240 Project: Apache Camel Issue Type:

[jira] Created: (CAMEL-3241) Make it easier to debug routes from the Camel Test Kit

2010-10-16 Thread Claus Ibsen (JIRA)
Make it easier to debug routes from the Camel Test Kit -- Key: CAMEL-3241 URL: https://issues.apache.org/activemq/browse/CAMEL-3241 Project: Apache Camel Issue Type: New Feature

[jira] Created: (CAMEL-3242) RetryWhile is missing on the errorHandler DSL

2010-10-16 Thread Claus Ibsen (JIRA)
RetryWhile is missing on the errorHandler DSL - Key: CAMEL-3242 URL: https://issues.apache.org/activemq/browse/CAMEL-3242 Project: Apache Camel Issue Type: Improvement Affects Versions: 2.4.0

[DISCUSS] - Easier Camel route debugging from Camel Test Kit

2010-10-16 Thread Claus Ibsen
Hi At first read this blog post http://davsclaus.blogspot.com/2010/10/paris-and-easier-camel-route-debugging.html Then this example with full source code. Notice how we use the debug method with the breakpoint to have Camel invoke the beforeProcess at each step in the route. This allows you

[jira] Commented: (CAMEL-3237) XmppEndPoint - setting login to false when creating an account results in no action

2010-10-16 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-3237?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=62626#action_62626 ] Claus Ibsen commented on CAMEL-3237: What is it you suggest to be changed in the code?

[jira] Updated: (CAMEL-3237) XmppEndPoint - setting login to false when creating an account results in no action

2010-10-16 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-3237?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen updated CAMEL-3237: --- Description: {code} XmppEndPoint myXmppEndPoint = new XmppEndPoint(); (...)

[jira] Commented: (CAMEL-1823) doCatch(Predicate)

2010-10-16 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1823?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=62628#action_62628 ] Claus Ibsen commented on CAMEL-1823: I think its a bit too wacky idea. doTry and

[jira] Commented: (CAMEL-3242) RetryWhile is missing on the errorHandler DSL

2010-10-16 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-3242?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=62629#action_62629 ] Claus Ibsen commented on CAMEL-3242: We should expose an option to set a retryWhileRef in

Re: [DISCUSS] - Easier Camel route debugging from Camel Test Kit

2010-10-16 Thread Jean-Baptiste Onofré
Hi Claus, I'm playing with CamelTestSupport in new components. Overriding beforeProcess() method is very helpful to reduce the verbosity. +1 to override it in the CamelTestSupport. Regards JB On 10/16/2010 03:26 PM, Claus Ibsen wrote: Hi At first read this blog post

Re: [jira] Commented: (CAMEL-1823) doCatch(Predicate)

2010-10-16 Thread Johan Edstrom
I really don't have any opinion - I agree it is a little wacky :) I saw the Jira and thought, oh - that looks fun. It is just a few lines of code. /je On Oct 16, 2010, at 7:32 AM, Claus Ibsen (JIRA) wrote: [

[jira] Commented: (CAMEL-1823) doCatch(Predicate)

2010-10-16 Thread Hadrian Zbarcea (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1823?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=62630#action_62630 ] Hadrian Zbarcea commented on CAMEL-1823: Not sure if it's that wacky, yet I don't

[jira] Commented: (CAMEL-1823) doCatch(Predicate)

2010-10-16 Thread Johan Edstrom (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1823?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=62631#action_62631 ] Johan Edstrom commented on CAMEL-1823: -- I'm completely unbiased. - I just thought it

Syslog.

2010-10-16 Thread Johan Edstrom
Gents! Syslog, anyone have comments on this? I am writing a simple parser for Mina/Camel that I want to re-use in opennms. (A GPL Project) But I wanted to put the parsing parts here so it is ASF license. (I think it is stupid that all the parsers are GPL). In an input if you look at the RFC

Re: Syslog.

2010-10-16 Thread Willem Jiang
Hi Johan, I guess you didn't past the link of you parser code :) On 10/17/10 10:31 AM, Johan Edstrom wrote: Gents! Syslog, anyone have comments on this? I am writing a simple parser for Mina/Camel that I want to re-use in opennms. (A GPL Project) But I wanted to put the parsing parts here

Re: Syslog.

2010-10-16 Thread Johan Edstrom
Oh, That is coming tomorrow :) Sorry! On Oct 16, 2010, at 8:55 PM, Willem Jiang wrote: Hi Johan, I guess you didn't past the link of you parser code :) On 10/17/10 10:31 AM, Johan Edstrom wrote: Gents! Syslog, anyone have comments on this? I am writing a simple parser for