Re: Using an Expression for the delayer in the Scala DSL

2013-09-11 Thread Claus Ibsen
Hi Yeah whatever works for you. Please log a JIRA and work on a patch, so we can have this improved in a release. On Thu, Sep 5, 2013 at 10:37 AM, cflockhart wrote: > I'm using Camel 2.11.1. > I'd looked at the 2.11 branch and it didn't look too hard to add it so I'll > have a go at a patch. How

Re: Using an Expression for the delayer in the Scala DSL

2013-09-05 Thread cflockhart
I'm using Camel 2.11.1. I'd looked at the 2.11 branch and it didn't look too hard to add it so I'll have a go at a patch. However, if we want to use a released version of Camel, is the approach of overriding onJavaBuilder() the way to go? thanks! -- View this message in context: http://camel

Re: Using an Expression for the delayer in the Scala DSL

2013-09-05 Thread Claus Ibsen
Hi What version of Camel do you use? There may be room for improvement in the Scala DSL. As we love contributions you are welcome to dive into the code base of camel-scala and provide patches to add such functionality. http://camel.apache.org/contributing.html Also you are welcome to log a JIRA