svn commit: r906835 - /camel/trunk/camel-core/src/test/java/org/apache/camel/processor/onexception/OnExceptionCallSubRouteNoErrorHandlerTest.java

2010-02-04 Thread davsclaus
Author: davsclaus Date: Fri Feb 5 07:48:56 2010 New Revision: 906835 URL: http://svn.apache.org/viewvc?rev=906835&view=rev Log: Added unit test how to use try catch and call sub route with no error handler to let exception propagate back to try catch Added: camel/trunk/camel-core/src/test/

svn commit: r906832 - in /camel/trunk/tests/test-bundles/mock-javamail_1.7: ./ src/main/java/org/jvnet/mock_javamail/ src/main/java/org/jvnet/mock_javamail/provider/

2010-02-04 Thread davsclaus
Author: davsclaus Date: Fri Feb 5 07:38:49 2010 New Revision: 906832 URL: http://svn.apache.org/viewvc?rev=906832&view=rev Log: Reverting commit as report incident example cannot compile otherwise. Added: camel/trunk/tests/test-bundles/mock-javamail_1.7/src/main/java/org/jvnet/mock_javamail

[CONF] Apache Camel > Camel 2.2.0 Release

2010-02-04 Thread confluence
Camel 2.2.0 Release Page edited by willem jiang Camel 2.2.0 release (currently in progress) New and Noteworthy Welcome to the 2.2.0 release which approx XXX issues resolved (new features, improvements and bug fixes such as...)

[CONF] Apache Camel > HDFS

2010-02-04 Thread confluence
HDFS Page moved by Claus Ibsen From: Apache Camel > Component List To: Apache Camel > Components

[CONF] Apache Camel > Quickfix

2010-02-04 Thread confluence
Quickfix Page moved by Claus Ibsen From: Apache Camel > Component To: Apache Camel > Components

[CONF] Apache Camel > Dozer Type Conversion

2010-02-04 Thread confluence
Dozer Type Conversion Page moved by Stephen Gargan From: Apache Camel > Index To: Apache Camel > Architecture

[CONF] Apache Camel > Templating

2010-02-04 Thread confluence
Templating Page edited by Claus Ibsen Templating When you are testing distributed systems its a very common requirement to have to stub out certain external systems with some stub so that you can test other parts of the system until

[CONF] Apache Camel > Scalate

2010-02-04 Thread confluence
Scalate Page edited by Claus Ibsen Scalate Available as of Camel 2.3 The scalate: component allows you to process a message using Scalate template, which supports either SSP or Scaml format templates. This can be ideal when using Te

[CONF] Apache Camel > HTTP

2010-02-04 Thread confluence
HTTP Page edited by Christian Mueller removed 'httpClient.contentCharset=iso-8859-1' for configuring the request content charset, because this has only an impact for the response removed 'httpClient.contentCharset=iso-8859-1' for configuring th

[CONF] Apache Camel > Support

2010-02-04 Thread confluence
Support Page edited by Claus Ibsen Getting Help If you are experiencing problems using Camel then please report your problem to our Issue Tracker. You may also find it useful to discuss your issues with the community on the Discussi

svn commit: r906580 - in /camel/trunk/tests/test-bundles/mock-javamail_1.7: ./ src/main/java/org/jvnet/mock_javamail/ src/main/java/org/jvnet/mock_javamail/provider/

2010-02-04 Thread hadrian
Author: hadrian Date: Thu Feb 4 17:38:49 2010 New Revision: 906580 URL: http://svn.apache.org/viewvc?rev=906580&view=rev Log: Fix warning about mismatch between java package and directory structure Added: camel/trunk/tests/test-bundles/mock-javamail_1.7/src/main/java/org/jvnet/mock_javamail

svn commit: r906578 - /camel/trunk/tests/test-bundles/mock-javamail_1.7/src/main/java/org/jvnet/mock_javamail/provider/

2010-02-04 Thread hadrian
Author: hadrian Date: Thu Feb 4 17:36:27 2010 New Revision: 906578 URL: http://svn.apache.org/viewvc?rev=906578&view=rev Log: Fix warning about mismatch between java package and directory structure Added: camel/trunk/tests/test-bundles/mock-javamail_1.7/src/main/java/org/jvnet/mock_javamail

[CONF] Apache Camel > Support

2010-02-04 Thread confluence
Support Page edited by Claus Ibsen Getting Help If you are experiencing problems using Camel then please report your problem to our Issue Tracker. You may also find it useful to discuss your issues with the community on the Discussi

svn commit: r906562 - in /camel/trunk/camel-core/src/test/java/org/apache/camel/processor: RecipientListFineGrainedErrorHandlingTest.java RecipientListParallelFineGrainedErrorHandlingTest.java

2010-02-04 Thread davsclaus
Author: davsclaus Date: Thu Feb 4 16:51:26 2010 New Revision: 906562 URL: http://svn.apache.org/viewvc?rev=906562&view=rev Log: Fixed test on other boxes Modified: camel/trunk/camel-core/src/test/java/org/apache/camel/processor/RecipientListFineGrainedErrorHandlingTest.java camel/trunk

svn commit: r906534 - /camel/trunk/camel-core/src/test/java/org/apache/camel/processor/aggregator/AggregateLostGroupIssueTest.java

2010-02-04 Thread davsclaus
Author: davsclaus Date: Thu Feb 4 15:57:14 2010 New Revision: 906534 URL: http://svn.apache.org/viewvc?rev=906534&view=rev Log: Fixed test on slower boxes Modified: camel/trunk/camel-core/src/test/java/org/apache/camel/processor/aggregator/AggregateLostGroupIssueTest.java Modified: camel/

svn commit: r906515 - /camel/trunk/apache-camel/src/main/descriptors/common-bin.xml

2010-02-04 Thread hadrian
Author: hadrian Date: Thu Feb 4 15:06:19 2010 New Revision: 906515 URL: http://svn.apache.org/viewvc?rev=906515&view=rev Log: Adding missing components to bundle Modified: camel/trunk/apache-camel/src/main/descriptors/common-bin.xml Modified: camel/trunk/apache-camel/src/main/descriptors/co

svn commit: r906473 - in /camel/trunk/components/camel-spring-osgi/src/main/resources/META-INF/services: ./ org/ org/apache/ org/apache/camel/ org/apache/camel/component/

2010-02-04 Thread ningjiang
Author: ningjiang Date: Thu Feb 4 12:47:03 2010 New Revision: 906473 URL: http://svn.apache.org/viewvc?rev=906473&view=rev Log: CAMEL-2450 Included the META-INF/services files of camel-spring in camel-spring-osgi bundle Added: camel/trunk/components/camel-spring-osgi/src/main/resources/MET

svn commit: r906472 - /camel/trunk/components/camel-bam/pom.xml

2010-02-04 Thread ningjiang
Author: ningjiang Date: Thu Feb 4 12:45:30 2010 New Revision: 906472 URL: http://svn.apache.org/viewvc?rev=906472&view=rev Log: Committed the latest camel-bam pom.xml Modified: camel/trunk/components/camel-bam/pom.xml Modified: camel/trunk/components/camel-bam/pom.xml URL: http://svn.apach

[CONF] Apache Camel > Camel 2.2.0 Release

2010-02-04 Thread confluence
Camel 2.2.0 Release Page edited by Claus Ibsen Camel 2.2.0 release (currently in progress) New and Noteworthy Welcome to the 2.2.0 release which approx XXX issues resolved (new features, improvements and bug fixes such as...)

svn commit: r906417 - in /camel/trunk/camel-core/src: main/java/org/apache/camel/processor/ test/java/org/apache/camel/processor/ test/java/org/apache/camel/processor/aggregator/

2010-02-04 Thread davsclaus
Author: davsclaus Date: Thu Feb 4 09:37:06 2010 New Revision: 906417 URL: http://svn.apache.org/viewvc?rev=906417&view=rev Log: CAMEL-2448: Camel error handler now catches all exceptions (eg Throwable) instead of just Exception. Added: camel/trunk/camel-core/src/test/java/org/apache/camel/

svn commit: r906402 - in /camel/trunk/components/camel-bam: pom.xml src/test/profiles/eclipselink/META-INF/persistence.xml

2010-02-04 Thread ningjiang
Author: ningjiang Date: Thu Feb 4 08:50:39 2010 New Revision: 906402 URL: http://svn.apache.org/viewvc?rev=906402&view=rev Log: Clean up the pom of camel-bam Modified: camel/trunk/components/camel-bam/pom.xml camel/trunk/components/camel-bam/src/test/profiles/eclipselink/META-INF/persis