[3/3] git commit: Fixed CS

2013-08-29 Thread davsclaus
Fixed CS Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/3ea01dfa Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/3ea01dfa Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/3ea01dfa Branch:

[1/3] git commit: CAMEL-6674: Add allowNull option to @Converter for use-cases where a converter may return null as valid response. This fixes some converters for NodeList to Node which didnt work cor

2013-08-29 Thread davsclaus
Updated Branches: refs/heads/camel-2.11.x abdbd612f - 3ea01dfa7 refs/heads/master f2b697b10 - 36f362aa0 CAMEL-6674: Add allowNull option to @Converter for use-cases where a converter may return null as valid response. This fixes some converters for NodeList to Node which didnt work

[2/3] git commit: Fixed CS

2013-08-29 Thread davsclaus
Fixed CS Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/36f362aa Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/36f362aa Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/36f362aa Branch: refs/heads/master

[CONF] Apache Camel User Stories

2013-08-29 Thread Claus Ibsen (Confluence)
User Stories Page edited by Claus Ibsen Changes (1) ... | [CamelWatch|http://sksamuel.github.com/camelwatch/] | A web app for monitoring Camel

svn commit: r876580 - in /websites/production/camel/content: articles.html cache/main.pageCache user-stories.html

2013-08-29 Thread buildbot
Author: buildbot Date: Thu Aug 29 08:18:54 2013 New Revision: 876580 Log: Production update by buildbot for camel Modified: websites/production/camel/content/articles.html websites/production/camel/content/cache/main.pageCache websites/production/camel/content/user-stories.html

[CONF] Apache Camel Camel 2.13.0 Release

2013-08-29 Thread Claus Ibsen (Confluence)
Camel 2.13.0 Release Page added by Claus Ibsen Camel 2.13.0 release (currently in progress) New and Noteworthy Welcome to the 2.13.0 release which approx XXX issues resolved (new features, improvements and bug fixes such as...)

buildbot failure in ASF Buildbot on camel-site-production

2013-08-29 Thread buildbot
The Buildbot has detected a new failure on builder camel-site-production while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/camel-site-production/builds/12696 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-cms-slave Build Reason: The

[1/2] git commit: CAMEL-6680: Simple langage should be singleton to improve performance on reuse/loop where its used such as bean OGNL expressions.

2013-08-29 Thread davsclaus
Updated Branches: refs/heads/camel-2.11.x 3ea01dfa7 - 1fd52ef1b refs/heads/master 36f362aa0 - 48c7fc8ec CAMEL-6680: Simple langage should be singleton to improve performance on reuse/loop where its used such as bean OGNL expressions. Project:

[2/2] git commit: CAMEL-6680: Simple langage should be singleton to improve performance on reuse/loop where its used such as bean OGNL expressions.

2013-08-29 Thread davsclaus
CAMEL-6680: Simple langage should be singleton to improve performance on reuse/loop where its used such as bean OGNL expressions. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/1fd52ef1 Tree:

[1/2] git commit: CAMEL-6680: mvel compiles expression setting TCCL to classloader from mvel to improve OSGi compatability.

2013-08-29 Thread davsclaus
Updated Branches: refs/heads/camel-2.11.x 1fd52ef1b - b8c850025 refs/heads/master 48c7fc8ec - 82bb28403 CAMEL-6680: mvel compiles expression setting TCCL to classloader from mvel to improve OSGi compatability. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit:

[2/2] git commit: CAMEL-6680: mvel compiles expression setting TCCL to classloader from mvel to improve OSGi compatability.

2013-08-29 Thread davsclaus
CAMEL-6680: mvel compiles expression setting TCCL to classloader from mvel to improve OSGi compatability. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/b8c85002 Tree:

[CONF] Apache Camel JPA

2013-08-29 Thread Claus Ibsen (Confluence)
JPA Page edited by Claus Ibsen Changes (1) ... | {{consumer.resultClass}} | | *Camel 2.7: JPA consumer only:* Defines the type of the returned

[1/2] git commit: CAMEL-6681: Allow to configure lock mode on jpa consumer. Thanks to Bart De Neuter for the patch.

2013-08-29 Thread davsclaus
Updated Branches: refs/heads/camel-2.11.x b8c850025 - fc199ac74 refs/heads/master 82bb28403 - c1a520dbe CAMEL-6681: Allow to configure lock mode on jpa consumer. Thanks to Bart De Neuter for the patch. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit:

[2/2] git commit: CAMEL-6681: Allow to configure lock mode on jpa consumer. Thanks to Bart De Neuter for the patch.

2013-08-29 Thread davsclaus
CAMEL-6681: Allow to configure lock mode on jpa consumer. Thanks to Bart De Neuter for the patch. Conflicts: components/camel-jpa/src/main/java/org/apache/camel/component/jpa/JpaConsumer.java Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit:

buildbot success in ASF Buildbot on camel-site-production

2013-08-29 Thread buildbot
The Buildbot has detected a restored build on builder camel-site-production while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/camel-site-production/builds/12697 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-cms-slave Build Reason:

git commit: CAMEL-6598: Dont add existing bean mapper if we already have it.

2013-08-29 Thread davsclaus
Updated Branches: refs/heads/master c1a520dbe - 3e0153a01 CAMEL-6598: Dont add existing bean mapper if we already have it. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/3e0153a0 Tree:

Git Push Summary

2013-08-29 Thread ningjiang
Updated Branches: refs/heads/camel-2.12.x [created] 96261c18f

[3/3] git commit: Added new added component into release kit

2013-08-29 Thread ningjiang
Added new added component into release kit Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/b7de5fdc Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/b7de5fdc Diff:

git commit: Added new added component into release kit

2013-08-29 Thread ningjiang
Updated Branches: refs/heads/camel-2.12.x 96261c18f - d901fba9a Added new added component into release kit Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/d901fba9 Tree:

git commit: CAMEL-6684 fixed the issue of camel-cxf RAW message data format doesn't support MTOM

2013-08-29 Thread ningjiang
Updated Branches: refs/heads/master b7de5fdc2 - 973ba6533 CAMEL-6684 fixed the issue of camel-cxf RAW message data format doesn't support MTOM Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/973ba653 Tree:

[2/3] git commit: CAMEL-6684 fixed the issue of camel-cxf RAW message data format doesn't support MTOM

2013-08-29 Thread ningjiang
CAMEL-6684 fixed the issue of camel-cxf RAW message data format doesn't support MTOM Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/8845baf9 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/8845baf9 Diff:

[1/3] git commit: CAMEL-6684 fixed the issue of camel-cxf RAW message data format doesn't support MTOM

2013-08-29 Thread ningjiang
Updated Branches: refs/heads/camel-2.10.x 9f34fa65a - a14bdbf04 refs/heads/camel-2.11.x fc199ac74 - 8845baf9a refs/heads/camel-2.12.x b119575e5 - 1769ca1dd CAMEL-6684 fixed the issue of camel-cxf RAW message data format doesn't support MTOM Project:

[3/3] git commit: CAMEL-6684 fixed the issue of camel-cxf RAW message data format doesn't support MTOM

2013-08-29 Thread ningjiang
CAMEL-6684 fixed the issue of camel-cxf RAW message data format doesn't support MTOM Conflicts: components/camel-cxf/src/main/java/org/apache/camel/component/cxf/DefaultCxfBinding.java Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: