[hazelcast] Instance Consumer...

2013-10-08 Thread James Carman
While mocking the HazelcastInstance objects in the test cases, I ran into an interesting problem. The HazelcastInstanceConsumerTest was @Ignored, stating that it messed up subsequent tests. Now that I'm not using "live" HazelcastInstances, there is no reason to @Ignore them anymore. However, whe

$PROJECT_NAME - Build # $BUILD_NUMBER - $BUILD_STATUS

2013-10-08 Thread Apache Jenkins Server
The Apache Jenkins build system has built $PROJECT_NAME (build #$BUILD_NUMBER) Status: $BUILD_STATUS Check console output at $BUILD_URL to view the results.

Re: [1/2] git commit: CAMEL-6833: Atomic Number Producer Uses Wrong Cache Name

2013-10-08 Thread James Carman
Thank you and thanks for the tip! My git fu needs some work. :) On Tuesday, October 8, 2013, Willem jiang wrote: > Yeah, it's an import moment and welcome on board James. > > BTW, Please use the "git pull --rebase" before you push the change. > That could keep the commit log much better :) > >

Re: [1/2] git commit: CAMEL-6833: Atomic Number Producer Uses Wrong Cache Name

2013-10-08 Thread Willem jiang
Yeah, it's an import moment and welcome on board James. BTW, Please use the "git pull --rebase" before you push the change. That could keep the commit log much better :) -- Willem Jiang Red Hat, Inc. Web: http://www.redhat.com Blog: http://willemjiang.blogspot.com (http://willemjiang.blogspot

Re: Inconsistent Synchronization...

2013-10-08 Thread James Carman
Sonar is pretty good at detecting this stuff. I'd be surprised if it's a false positive. On Tuesday, October 8, 2013, Willem jiang wrote: > It looks Sonar found some issues in the code. > I just have a quick look at some of the Inconsistent Synchronization > issues, I don't think it's the code p

Re: Inconsistent Synchronization...

2013-10-08 Thread Willem jiang
It looks Sonar found some issues in the code. I just have a quick look at some of the Inconsistent Synchronization issues, I don't think it's the code problem. -- Willem Jiang Red Hat, Inc. Web: http://www.redhat.com Blog: http://willemjiang.blogspot.com (http://willemjiang.blogspot.com/)

Re: Inconsistent Synchronization...

2013-10-08 Thread Christian Müller
+1 Best, Christian - Software Integration Specialist Apache Camel committer: https://camel.apache.org/team V.P. Apache Camel: https://www.apache.org/foundation/ Apache Member: https://www.apache.org/foundation/members.html https://www.linkedin.com/pub/christian-mueller/11/551/64

Inconsistent Synchronization...

2013-10-08 Thread James Carman
Team, I was looking at Sonar and one particular rule violation stands out (at least to me): https://analysis.apache.org/drilldown/issues/37401?&rule=findbugs%3AIS2_INCONSISTENT_SYNC&rule_sev=CRITICAL&severity=CRITICAL There are quite a few places within Camel where we inconsistently access varia

Re: [1/2] git commit: CAMEL-6833: Atomic Number Producer Uses Wrong Cache Name

2013-10-08 Thread Christian Müller
Congrats to your first commit! Best, Christian Am 08.10.2013 19:41 schrieb : > Updated Branches: > refs/heads/master 530242283 -> c2f84f02d > > > CAMEL-6833: Atomic Number Producer Uses Wrong Cache Name > > > Project: http://git-wip-us.apache.org/repos/asf/camel/repo > Commit: http://git-wip-us

camel pull request: Camel 6809 - rabbitmq.EXCHANGE_NAME header used in pref...

2013-10-08 Thread FergusNelson
GitHub user FergusNelson opened a pull request: https://github.com/apache/camel/pull/47 Camel 6809 - rabbitmq.EXCHANGE_NAME header used in preference to uri exchange name Pull request relating to Jira feature https://issues.apache.org/jira/browse/CAMEL-6809 You can merge

Re: Request for HttpComponents Client release v4.3.1 from Apache Camel

2013-10-08 Thread Oleg Kalnichevski
On Tue, 2013-10-08 at 01:00 +0100, Raul Kripalani wrote: > Ok, never mind! It looks like a eerie case of Apache community "telepathy" > :-), because the VOTE succeeded a few hours ago and I was able to find the > artifacts for 4.3.1 in Maven Central already. > > Upgrade performed on our side, and

Re: ICLA signed, please add me to the list of wiki page editors

2013-10-08 Thread Claus Ibsen
Hi I granted you karma. Thanks for helping with the docs. On Tue, Oct 8, 2013 at 10:22 AM, Franz Paul Forsthofer wrote: > Hi, > my account user name is 'forsthofer' > Regards Franz > > On Tue, Oct 8, 2013 at 8:41 AM, Claus Ibsen wrote: >> Hi >> >> You need to create an account on wiki first. An

Re: Getting route info problems.

2013-10-08 Thread Claus Ibsen
You can easily output the routes as XML as we do in the Karaf commands. http://camel.apache.org/karaf.html Though mind this questions belongs to the user mailing list / user forum. So please move there. On Tue, Oct 8, 2013 at 10:20 AM, matriv wrote: > Hello, > > It's not so easy to get the "to"

Re: Getting route info problems.

2013-10-08 Thread Claus Ibsen
Hi Please use the @user mailing list / user forum for these kind of questions. You will have more people to help you there. See http://camel.apache.org/mailing-lists.html http://camel.apache.org/discussion-forums.html On Mon, Oct 7, 2013 at 6:23 PM, l.muscari wrote: > hi, > i'am a young develop

Re: ICLA signed, please add me to the list of wiki page editors

2013-10-08 Thread Franz Paul Forsthofer
Hi, my account user name is 'forsthofer' Regards Franz On Tue, Oct 8, 2013 at 8:41 AM, Claus Ibsen wrote: > Hi > > You need to create an account on wiki first. And let us know the > account username, then we can grant you karma. > > > > On Tue, Oct 8, 2013 at 8:03 AM, Franz Paul Forsthofer > wro

Re: Getting route info problems.

2013-10-08 Thread matriv
Hello, It's not so easy to get the "to" as it is to get the "from" for a camel route. I have a similar webapp that you use to manage some specific camel routes and here is an example of a code that reads the existing routes from camel context and show them in a nice data grid interface: // Fetch