svn commit: r1057087 - /camel/trunk/components/camel-spring/src/test/java/org/apache/camel/spring/processor/SpringSamplingThrottlerWithDefaultTest.java

2011-01-09 Thread ningjiang
Author: ningjiang Date: Mon Jan 10 05:29:06 2011 New Revision: 1057087 URL: http://svn.apache.org/viewvc?rev=1057087&view=rev Log: Remove the duplicated unit test Removed: camel/trunk/components/camel-spring/src/test/java/org/apache/camel/spring/processor/SpringSamplingThrottlerWithDefaultTe

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=1057086&view=rev Log: CAMEL-3514 allow sampling throttler to sample based on message frequency Modified: camel/trunk/camel-core/src/main/java/org/apache/camel/model/ProcessorDefinitio

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=1057077&view=rev Log: Fixed the build error of MainTest Modified: camel/trunk/camel-core/src/main/java/org/apache/camel/impl/CamelPostProcessorHelper.java camel/trunk/camel-core/s

[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: r1056949 - /camel/trunk/parent/pom.xml

2011-01-09 Thread davsclaus
Author: davsclaus Date: Sun Jan 9 14:54:43 2011 New Revision: 1056949 URL: http://svn.apache.org/viewvc?rev=1056949&view=rev Log: Upgraded to pax-exam 1.2.3 Modified: camel/trunk/parent/pom.xml Modified: camel/trunk/parent/pom.xml URL: http://svn.apache.org/viewvc/camel/trunk/parent/pom.xm

[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 > 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 a

[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 JdbcAggregatio

[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 thro

[CONF] Apache Camel > Running Camel standalone

2011-01-09 Thread confluence
Running Camel standalone Page edited by Claus Ibsen Changes (1) ... [Camel Maven Plugin] And check this [Cookbook] example: [Running Camel sta

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=1056914&view=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: c

[CONF] Apache Camel > Running Camel standalone and have it keep running

2011-01-09 Thread confluence
Running Camel standalone and have it keep running Page edited by Claus Ibsen Changes (2) ... h3. Using {{camel-spring}} JAR example TODO: refe

[CONF] Apache Camel > Running Camel standalone and have it keep running

2011-01-09 Thread confluence
Running Camel standalone and have it keep running Page edited by Claus Ibsen Changes (2) ... The following example shows how you can create your main class,

[CONF] Apache Camel > Running Camel standalone and have it keep running

2011-01-09 Thread confluence
Running Camel standalone and have it keep running Page added by Claus Ibsen Running Camel standalone and have it keep running If you are using Camel as a standalone Java application, then Camel provides a Main class you can reuse to more eas

[CONF] Apache Camel > Load Balancer

2011-01-09 Thread confluence
Load Balancer Page edited by Richard Kettelerij Comment: removed double header Changes (1) ... {code} h4. Using

svn commit: r1056911 - in /camel/trunk: camel-core/src/main/java/org/apache/camel/ camel-core/src/main/java/org/apache/camel/impl/ camel-core/src/test/java/org/apache/camel/ components/camel-spring/sr

2011-01-09 Thread davsclaus
Author: davsclaus Date: Sun Jan 9 10:51:14 2011 New Revision: 1056911 URL: http://svn.apache.org/viewvc?rev=1056911&view=rev Log: CAMEL-3339: Added Main class to camel-core. Thanks to Ben for patch. Added: camel/trunk/camel-core/src/main/java/org/apache/camel/Main.java camel/trunk/camel-

svn commit: r1056903 - in /camel/trunk/camel-core/src/main/java/org/apache/camel: processor/MulticastProcessor.java processor/RecipientList.java util/ServiceHelper.java

2011-01-09 Thread davsclaus
Author: davsclaus Date: Sun Jan 9 10:22:45 2011 New Revision: 1056903 URL: http://svn.apache.org/viewvc?rev=1056903&view=rev Log: CAMEL-3497: Fixed subtle issue with aggregation task blocking. Modified: camel/trunk/camel-core/src/main/java/org/apache/camel/processor/MulticastProcessor.java

[CONF] Apache Camel > Camel 2.6.0 Release

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

[CONF] Apache Camel > Bean

2011-01-09 Thread confluence
Bean Page edited by Christian Mueller Changes (2) ... | {{cache}} | {{boolean}} | {{false}} | If enabled, Camel will cache the result of the first [Registry

svn commit: r1056892 - in /camel/trunk/camel-core/src: main/java/org/apache/camel/component/bean/ main/java/org/apache/camel/converter/ main/java/org/apache/camel/processor/ test/java/org/apache/camel

2011-01-09 Thread davsclaus
Author: davsclaus Date: Sun Jan 9 08:43:35 2011 New Revision: 1056892 URL: http://svn.apache.org/viewvc?rev=1056892&view=rev Log: CAMEL-3311: Polished code Modified: camel/trunk/camel-core/src/main/java/org/apache/camel/component/bean/BeanInfo.java camel/trunk/camel-core/src/main/java/

[CONF] Apache Camel > Bean

2011-01-09 Thread confluence
Bean Page edited by Christian Mueller Changes (1) ... | {{cache}} | {{boolean}} | {{false}} | If enabled, Camel will cache the result of the first [Registry