svn commit: r1376376 - in /camel/branches/camel-2.10.x: ./ parent/pom.xml

2012-08-23 Thread davsclaus
Author: davsclaus Date: Thu Aug 23 06:01:09 2012 New Revision: 1376376 URL: http://svn.apache.org/viewvc?rev=1376376view=rev Log: Upgraded to Netty 3.5.5 Modified: camel/branches/camel-2.10.x/ (props changed) camel/branches/camel-2.10.x/parent/pom.xml Propchange:

svn commit: r1376377 - /camel/trunk/components/camel-netty/pom.xml

2012-08-23 Thread davsclaus
Author: davsclaus Date: Thu Aug 23 06:03:01 2012 New Revision: 1376377 URL: http://svn.apache.org/viewvc?rev=1376377view=rev Log: Polished Modified: camel/trunk/components/camel-netty/pom.xml Modified: camel/trunk/components/camel-netty/pom.xml URL:

svn commit: r1376378 - in /camel/branches/camel-2.10.x: ./ components/camel-netty/pom.xml

2012-08-23 Thread davsclaus
Author: davsclaus Date: Thu Aug 23 06:04:15 2012 New Revision: 1376378 URL: http://svn.apache.org/viewvc?rev=1376378view=rev Log: Polished Modified: camel/branches/camel-2.10.x/ (props changed) camel/branches/camel-2.10.x/components/camel-netty/pom.xml Propchange:

svn commit: r829831 - in /websites/production/camel/content: cache/main.pageCache camel-2110-release.html

2012-08-23 Thread buildbot
Author: buildbot Date: Thu Aug 23 06:17:46 2012 New Revision: 829831 Log: Production update by buildbot for camel Modified: websites/production/camel/content/cache/main.pageCache websites/production/camel/content/camel-2110-release.html Modified:

svn commit: r1376381 - /camel/trunk/camel-core/src/test/java/org/apache/camel/processor/RedeliverToSubRouteTest.java

2012-08-23 Thread davsclaus
Author: davsclaus Date: Thu Aug 23 06:28:42 2012 New Revision: 1376381 URL: http://svn.apache.org/viewvc?rev=1376381view=rev Log: Added unit test based on user forum issue Added: camel/trunk/camel-core/src/test/java/org/apache/camel/processor/RedeliverToSubRouteTest.java (with props)

svn commit: r1376387 - in /camel/trunk: camel-core/src/test/java/org/apache/camel/processor/ components/camel-spring/src/test/java/org/apache/camel/spring/processor/ components/camel-spring/src/test/r

2012-08-23 Thread davsclaus
Author: davsclaus Date: Thu Aug 23 06:48:04 2012 New Revision: 1376387 URL: http://svn.apache.org/viewvc?rev=1376387view=rev Log: Added unit test based on user forum issue Added:

[CONF] Apache Camel How do I retry processing a message from a certain point back or an entire route

2012-08-23 Thread confluence
How do I retry processing a message from a certain point back or an entire route Page added by Claus Ibsen How do I retry processing a message from a certain point back or an entire route By default Apache Camel will perform any redelivery

svn commit: r1376389 - /camel/trunk/components/camel-spring/src/test/resources/org/apache/camel/spring/processor/RedeliverToSubRouteTest.xml

2012-08-23 Thread davsclaus
Author: davsclaus Date: Thu Aug 23 06:50:44 2012 New Revision: 1376389 URL: http://svn.apache.org/viewvc?rev=1376389view=rev Log: Polished Modified: camel/trunk/components/camel-spring/src/test/resources/org/apache/camel/spring/processor/RedeliverToSubRouteTest.xml Modified:

[CONF] Apache Camel OnCompletion

2012-08-23 Thread confluence
OnCompletion Page edited by Claus Ibsen Changes (1) ... The *onCompletion* DSL allows you to add custom routes/processors when the original

svn commit: r829843 - in /websites/production/camel/content: book-in-one-page.html book-pattern-appendix.html cache/main.pageCache composed-message-processor.html

2012-08-23 Thread buildbot
Author: buildbot Date: Thu Aug 23 09:19:33 2012 New Revision: 829843 Log: Production update by buildbot for camel Modified: websites/production/camel/content/book-in-one-page.html websites/production/camel/content/book-pattern-appendix.html

svn commit: r1376474 - in /camel/trunk/components/camel-cxf/src: main/java/org/apache/camel/component/cxf/ main/java/org/apache/camel/component/cxf/blueprint/ main/java/org/apache/camel/component/cxf/

2012-08-23 Thread ningjiang
Author: ningjiang Date: Thu Aug 23 12:57:12 2012 New Revision: 1376474 URL: http://svn.apache.org/viewvc?rev=1376474view=rev Log: CAMEL-5538 Added skipFaultLogging option to disable the Fault logging in PhaseInterceptorChain Added:

svn commit: r1376521 - /camel/branches/camel-2.9.x/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/converter/CxfPayloadConverter.java

2012-08-23 Thread dkulp
Author: dkulp Date: Thu Aug 23 14:54:37 2012 New Revision: 1376521 URL: http://svn.apache.org/viewvc?rev=1376521view=rev Log: If JMX monitoring or something else causes the CXF payload to convert from a non-reproducible Source to a String, the entire payload will get wiped out. Need to make

svn commit: r1376523 - /camel/trunk/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/converter/CxfPayloadConverter.java

2012-08-23 Thread dkulp
Author: dkulp Date: Thu Aug 23 14:56:36 2012 New Revision: 1376523 URL: http://svn.apache.org/viewvc?rev=1376523view=rev Log: If JMX monitoring or something else causes the CXF payload to convert from a non-reproducible Source to a String, the entire payload will get wiped out. Need to make

svn commit: r1376525 - /camel/trunk/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/CxfPayload.java

2012-08-23 Thread dkulp
Author: dkulp Date: Thu Aug 23 14:59:33 2012 New Revision: 1376525 URL: http://svn.apache.org/viewvc?rev=1376525view=rev Log: Use CXF's staxutils to convert to the string avoiding a bunch of synch blocks and other issues. Modified:

svn commit: r1376533 - /camel/branches/camel-2.10.x/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/converter/CxfPayloadConverter.java

2012-08-23 Thread dkulp
Author: dkulp Date: Thu Aug 23 15:10:22 2012 New Revision: 1376533 URL: http://svn.apache.org/viewvc?rev=1376533view=rev Log: Merged revisions 1376523 via git cherry-pick from https://svn.apache.org/repos/asf/camel/trunk r1376523 | dkulp | 2012-08-23 10:56:36 -0400 (Thu, 23 Aug 2012)

svn commit: r1376534 - /camel/branches/camel-2.10.x/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/CxfPayload.java

2012-08-23 Thread dkulp
Author: dkulp Date: Thu Aug 23 15:10:26 2012 New Revision: 1376534 URL: http://svn.apache.org/viewvc?rev=1376534view=rev Log: Merged revisions 1376525 via git cherry-pick from https://svn.apache.org/repos/asf/camel/trunk r1376525 | dkulp | 2012-08-23 10:59:33 -0400 (Thu, 23 Aug 2012)

svn commit: r1376535 - /camel/branches/camel-2.10.x/

2012-08-23 Thread dkulp
Author: dkulp Date: Thu Aug 23 15:10:31 2012 New Revision: 1376535 URL: http://svn.apache.org/viewvc?rev=1376535view=rev Log: Recording revisions 1373189,1376523,1376525 via git from https://svn.apache.org/repos/asf/camel/trunk Modified: camel/branches/camel-2.10.x/ (props changed)

svn commit: r1376536 - /camel/branches/camel-2.9.x/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/CxfPayload.java

2012-08-23 Thread dkulp
Author: dkulp Date: Thu Aug 23 15:13:45 2012 New Revision: 1376536 URL: http://svn.apache.org/viewvc?rev=1376536view=rev Log: Merged revisions 1376534 via git cherry-pick from https://svn.apache.org/repos/asf/camel/branches/camel-2.10.x r1376534 | dkulp | 2012-08-23 11:10:26 -0400

svn commit: r1376537 - /camel/branches/camel-2.9.x/

2012-08-23 Thread dkulp
Author: dkulp Date: Thu Aug 23 15:13:50 2012 New Revision: 1376537 URL: http://svn.apache.org/viewvc?rev=1376537view=rev Log: Recording revisions 1375906,1376079,1376080,1376533,1376534 via git from https://svn.apache.org/repos/asf/camel/branches/camel-2.10.x Modified:

svn commit: r1376538 - /camel/branches/camel-2.9.x/

2012-08-23 Thread dkulp
Author: dkulp Date: Thu Aug 23 15:13:52 2012 New Revision: 1376538 URL: http://svn.apache.org/viewvc?rev=1376538view=rev Log: Blocking revisions 1374335,1375182,1375946,1376091,1376115,1376149,1376376,1376378,1376535 via git from https://svn.apache.org/repos/asf/camel/branches/camel-2.10.x