Re: JMS Topic End Point does not works with regex type configuration

2014-09-23 Thread Charles Moulliard
This message should be posted on the users mailing of activemq and not dev mailing of camel. On Mon, Sep 22, 2014 at 5:42 PM, gen.antony wrote: > Problem Statement: > > Need to create dynamic topics in Websphere MQ according to the parameter > CustomerName and Date. Thats is

Camel.2.13.x.notest - Build # 67 - Still Failing

2014-09-23 Thread Apache Jenkins Server
The Apache Jenkins build system has built Camel.2.13.x.notest (build #67) Status: Still Failing Check console output at https://builds.apache.org/job/Camel.2.13.x.notest/67/ to view the results.

Re: JRuby 1.7.14 drops OSGI meta data for org.jruby:jruby, org.jruby:jruby-core and org.jruby:jruby-stdlib

2014-09-23 Thread Christian Müller
I would avoid to OSGIfied jruby-core and jruby-stdlib because jruby-complete is already an OSGI bundle. I will update to jruby-complete when 1.7.16 is available. Best, Christian - Software Integration Specialist Apache Member V.P. Apache Camel | Apache Camel PMC Member | Apache C

[GitHub] camel pull request: Fix logger initialization in QuartzHelper to t...

2014-09-23 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/camel/pull/275 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabl

Re: Wiki editing access

2014-09-23 Thread Claus Ibsen
Hi Thanks for helping with the docs. Keep up the work. On Tue, Sep 23, 2014 at 10:41 AM, James Green wrote: > Yeah that works - have updated both Transactional Client and Spring with > notes about TransactionTemplate instead of @Transactional at the test > method level. > > On 22 September 2014

[GitHub] camel pull request: Fix logger initialization in QuartzHelper to t...

2014-09-23 Thread sryll
GitHub user sryll opened a pull request: https://github.com/apache/camel/pull/275 Fix logger initialization in QuartzHelper to the right class In order to avoid misleading logentries, the logger initialization was fixed. Also added some javadoc. You can merge this pull request into

Re: Wiki editing access

2014-09-23 Thread James Green
Yeah that works - have updated both Transactional Client and Spring with notes about TransactionTemplate instead of @Transactional at the test method level. On 22 September 2014 17:42, Claus Ibsen wrote: > Hi > > Thanks. I have just granted your account edit rights. Can you try if that > works?

Re: Best Practice to write Processor

2014-09-23 Thread Subbu
Thanks Christian for your response. But my question was do we have any implication if we write too many processor to a given request. The way we have written our application is we have exposed a webservice and we have number of processor in a route to process the request.. The question is more