svn commit: r1056914 - /camel/trunk/camel-core/src/test/java/org/apache/camel/MainExample.java

2011-01-09 Thread davsclaus
Author: davsclaus Date: Sun Jan 9 11:23:34 2011 New Revision: 1056914 URL: http://svn.apache.org/viewvc?rev=1056914view=rev Log: CAMEL-3339: Added Main class to camel-core. Thanks to Ben for patch. Modified: camel/trunk/camel-core/src/test/java/org/apache/camel/MainExample.java Modified:

[CONF] Apache Camel Camel 2.6.0 Release

2011-01-09 Thread confluence
Camel 2.6.0 Release Page edited by Claus Ibsen Changes (2) ... * [Quartz] now enforces trigger name/group to be unique within the given component. Will

[CONF] Apache Camel JDBC-AggregationRepository

2011-01-09 Thread confluence
JDBC-AggregationRepository Page added by Claus Ibsen JDBC-AggregationRepository Available as of Camel 2.6 The camel-jdbc-aggregator component allows together with Camel to provide persistent support for the Aggregator. Using

[CONF] Apache Camel Camel 2.6.0 Release

2011-01-09 Thread confluence
Camel 2.6.0 Release Page edited by Claus Ibsen Changes (2) ... * [Bean] now has a type option which you can use if you use method overloading in your Bean

[CONF] Apache Camel Camel 2.6.0 Release

2011-01-09 Thread confluence
Camel 2.6.0 Release Page edited by Richard Kettelerij Comment: Added routebox component since it's part of 2.6 Changes (1) ...

[CONF] Apache Camel Quartz

2011-01-09 Thread confluence
Quartz Page edited by Tracy Snell Changes (1) ... If you use Quartz in clustered mode, e.g. the {{JobStore}} is clustered. Then from Camel 2.4 onwards the

svn commit: r1057077 - in /camel/trunk/camel-core/src: main/java/org/apache/camel/impl/CamelPostProcessorHelper.java test/java/org/apache/camel/MainTest.java

2011-01-09 Thread ningjiang
Author: ningjiang Date: Mon Jan 10 02:48:55 2011 New Revision: 1057077 URL: http://svn.apache.org/viewvc?rev=1057077view=rev Log: Fixed the build error of MainTest Modified: camel/trunk/camel-core/src/main/java/org/apache/camel/impl/CamelPostProcessorHelper.java

svn commit: r1057086 - in /camel/trunk: camel-core/src/main/java/org/apache/camel/model/ camel-core/src/main/java/org/apache/camel/processor/ camel-core/src/test/java/org/apache/camel/processor/ compo

2011-01-09 Thread ningjiang
Author: ningjiang Date: Mon Jan 10 05:24:23 2011 New Revision: 1057086 URL: http://svn.apache.org/viewvc?rev=1057086view=rev Log: CAMEL-3514 allow sampling throttler to sample based on message frequency Modified: