Camel.2.12.x.notest - Build # 139 - Failure

2014-08-21 Thread Apache Jenkins Server
The Apache Jenkins build system has built Camel.2.12.x.notest (build #139) Status: Failure Check console output at https://builds.apache.org/job/Camel.2.12.x.notest/139/ to view the results.

[GitHub] camel pull request: CAMEL-7734: Replace custom pool implementation...

2014-08-21 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/camel/pull/251 --- 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

[GitHub] camel pull request: Improvement Camel-7724 camel-bindy - Add suppo...

2014-08-21 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/camel/pull/250 --- 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

[GitHub] camel pull request: CAMEL-7730

2014-08-21 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/camel/pull/248 --- 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

[GitHub] camel pull request: CAMEL-7731: fix typo

2014-08-21 Thread davidkarlsen
Github user davidkarlsen closed the pull request at: https://github.com/apache/camel/pull/249 --- 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

Camel.trunk.notest.jdk7 - Build # 85 - Still Failing

2014-08-21 Thread Apache Jenkins Server
The Apache Jenkins build system has built Camel.trunk.notest.jdk7 (build #85) Status: Still Failing Check console output at https://builds.apache.org/job/Camel.trunk.notest.jdk7/85/ to view the results.

[GitHub] camel pull request: CAMEL-7734: Replace custom pool implementation...

2014-08-21 Thread cristianonicolai
GitHub user cristianonicolai opened a pull request: https://github.com/apache/camel/pull/251 CAMEL-7734: Replace custom pool implementation by commons-pool You can merge this pull request into a Git repository by running: $ git pull https://github.com/cristianonicolai/camel ca

Camel.2.12.x.notest - Build # 138 - Fixed

2014-08-21 Thread Apache Jenkins Server
The Apache Jenkins build system has built Camel.2.12.x.notest (build #138) Status: Fixed Check console output at https://builds.apache.org/job/Camel.2.12.x.notest/138/ to view the results.

[GitHub] camel pull request: Improvement Camel-7724 camel-bindy - Add suppo...

2014-08-21 Thread oscerd
GitHub user oscerd opened a pull request: https://github.com/apache/camel/pull/250 Improvement Camel-7724 camel-bindy - Add support for boolean data type formatter Hi, This PR is related to the improvement: https://issues.apache.org/jira/browse/CAMEL-7724 Bye,

Camel.trunk.notest - Build # 2139 - Still Failing

2014-08-21 Thread Apache Jenkins Server
The Apache Jenkins build system has built Camel.trunk.notest (build #2139) Status: Still Failing Check console output at https://builds.apache.org/job/Camel.trunk.notest/2139/ to view the results.

[GitHub] camel pull request: CAMEL-7731: fix typo

2014-08-21 Thread davidkarlsen
GitHub user davidkarlsen opened a pull request: https://github.com/apache/camel/pull/249 CAMEL-7731: fix typo You can merge this pull request into a Git repository by running: $ git pull https://github.com/davidkarlsen/camel CAMEL-7731 Alternatively you can review and apply t

[GitHub] camel pull request: CAMEL-7730

2014-08-21 Thread romanjakubco
GitHub user romanjakubco opened a pull request: https://github.com/apache/camel/pull/248 CAMEL-7730 You can merge this pull request into a Git repository by running: $ git pull https://github.com/romanjakubco/camel CAMEL-7730 Alternatively you can review and apply these chan

Re: Default route EventNotifier

2014-08-21 Thread Charles Moulliard
Hi Alexey, The EventNotifier is used internally by Camel to send notifications / events and exists since many Camel releases - http://grepcode.com/file/repo1.maven.org/maven2/org.apache.camel/camel-core/2.12.1/org/apache/camel/spi/EventNotifier.java#EventNotifier Regards, On Thu, Aug 21, 2014

Default route EventNotifier

2014-08-21 Thread Alexey Markevich
Hello, Using Camel 2.13.2 I've found that my route already contains EventNotifier but with Camel 2.12.1 there was nothing. I checked change history but can't find regarding changes. Can anybody point me to this? -- Regards, Alexey.

[GitHub] camel pull request: Fix for CAMEL-7726 added property for camel-te...

2014-08-21 Thread kevinearls
GitHub user kevinearls opened a pull request: https://github.com/apache/camel/pull/247 Fix for CAMEL-7726 added property for camel-test-spring artifactId to Fi... ...x the test failures of spring4 profile You can merge this pull request into a Git repository by running: $ git p

Camel jdbc component not support sub query

2014-08-21 Thread packiaraj
Hi, I am using below query to get records SELECT distinct TOP 1 MOBILE,FAX,ADDRESS_EMAIL, (case when((select count(*) from urole where r_id = 3 and U_ID = ID)>0) then 1 else 0 end as ROLE, case when((select count(*) from urole where r_id = 4 and u_id = ID) > 0) then 1 else 0 end as ADMIN, cas