svn commit: r1424374 - /camel/trunk/components/camel-ahc/src/test/java/org/apache/camel/component/ahc/AhcClientConfigUriTest.java

2012-12-20 Thread davsclaus
Author: davsclaus Date: Thu Dec 20 09:17:02 2012 New Revision: 1424374 URL: http://svn.apache.org/viewvc?rev=1424374view=rev Log: Added test Added: camel/trunk/components/camel-ahc/src/test/java/org/apache/camel/component/ahc/AhcClientConfigUriTest.java - copied, changed from

svn commit: r1424386 - in /camel/trunk/components/camel-netty/src/main/java/org/apache/camel/component/netty: NettyProducer.java handlers/ClientChannelHandler.java

2012-12-20 Thread davsclaus
Author: davsclaus Date: Thu Dec 20 10:03:20 2012 New Revision: 1424386 URL: http://svn.apache.org/viewvc?rev=1424386view=rev Log: CAMEL-5899: netty producer should honor connection timeout while waiting for netty to open connection. And keep better track of open/closed channels. Modified:

svn commit: r1424387 - in /camel/branches/camel-2.10.x: ./ components/camel-netty/src/main/java/org/apache/camel/component/netty/NettyProducer.java components/camel-netty/src/main/java/org/apache/came

2012-12-20 Thread davsclaus
Author: davsclaus Date: Thu Dec 20 10:04:23 2012 New Revision: 1424387 URL: http://svn.apache.org/viewvc?rev=1424387view=rev Log: CAMEL-5899: netty producer should honor connection timeout while waiting for netty to open connection. And keep better track of open/closed channels. Modified:

svn commit: r1424398 - in /camel/trunk/components/camel-netty/src: main/java/org/apache/camel/component/netty/ test/java/org/apache/camel/component/netty/

2012-12-20 Thread davsclaus
Author: davsclaus Date: Thu Dec 20 10:48:02 2012 New Revision: 1424398 URL: http://svn.apache.org/viewvc?rev=1424398view=rev Log: CAMEL-5901: Allow to turn on|off netty producer pool. Added:

svn commit: r1424399 - in /camel/branches/camel-2.10.x: ./ components/camel-netty/src/main/java/org/apache/camel/component/netty/ components/camel-netty/src/test/java/org/apache/camel/component/netty/

2012-12-20 Thread davsclaus
Author: davsclaus Date: Thu Dec 20 10:48:54 2012 New Revision: 1424399 URL: http://svn.apache.org/viewvc?rev=1424399view=rev Log: CAMEL-5901: Allow to turn on|off netty producer pool. Added:

[CONF] Apache Camel Netty

2012-12-20 Thread confluence
Netty Page edited by Claus Ibsen Changes (1) ... | {{orderedThreadPoolExecutor}} | {{true}} | *Camel 2.10.2:* Whether to use ordered thread

svn commit: r1424437 - /camel/trunk/components/camel-ftp/src/main/java/org/apache/camel/component/file/remote/SftpOperations.java

2012-12-20 Thread bvahdat
Author: bvahdat Date: Thu Dec 20 12:45:16 2012 New Revision: 1424437 URL: http://svn.apache.org/viewvc?rev=1424437view=rev Log: CAMEL-5792: Fixed the regression by SftpProducerFileWithPathNoStepwiseTest. Modified:

svn commit: r1424439 - in /camel/branches/camel-2.10.x: ./ components/camel-ftp/src/main/java/org/apache/camel/component/file/remote/SftpOperations.java

2012-12-20 Thread bvahdat
Author: bvahdat Date: Thu Dec 20 12:49:23 2012 New Revision: 1424439 URL: http://svn.apache.org/viewvc?rev=1424439view=rev Log: Merged revisions 1424437 via svnmerge from https://svn.apache.org/repos/asf/camel/trunk r1424437 | bvahdat | 2012-12-20 13:45:16 +0100 (Do, 20 Dez 2012) | 1

[CONF] Apache Camel NMR

2012-12-20 Thread confluence
NMR Page edited by Christian Schneider Comment: Description how to install camel-nmr in plain karaf Changes (4) ...

[CONF] Apache Camel HDFS

2012-12-20 Thread confluence
HDFS Page edited by willem jiang Changes (1) ... dependency groupIdorg.apache.camel/groupId artifactIdcamel-hadoop/artifactId

svn commit: r843248 - in /websites/production/camel/content: book-component-appendix.html book-in-one-page.html cache/main.pageCache hdfs.html nmr.html

2012-12-20 Thread buildbot
Author: buildbot Date: Thu Dec 20 15:25:11 2012 New Revision: 843248 Log: Production update by buildbot for camel Modified: websites/production/camel/content/book-component-appendix.html websites/production/camel/content/book-in-one-page.html

[CONF] Apache Camel Groovy DSL

2012-12-20 Thread confluence
Groovy DSL Page added by Christian Ohr Change Notification Preferences View Online | Add Comment

svn commit: r843267 - in /websites/production/camel/content: cache/main.pageCache groovy-dsl.html

2012-12-20 Thread buildbot
Author: buildbot Date: Thu Dec 20 20:18:18 2012 New Revision: 843267 Log: Production update by buildbot for camel Modified: websites/production/camel/content/cache/main.pageCache websites/production/camel/content/groovy-dsl.html Modified:

svn commit: r843275 - in /websites/production/camel/content: cache/main.pageCache groovy-dsl.html

2012-12-20 Thread buildbot
Author: buildbot Date: Thu Dec 20 21:18:10 2012 New Revision: 843275 Log: Production update by buildbot for camel Modified: websites/production/camel/content/cache/main.pageCache websites/production/camel/content/groovy-dsl.html Modified:

svn commit: r1424788 - in /camel/trunk/camel-core/src: main/java/org/apache/camel/component/validator/ main/java/org/apache/camel/util/ test/java/org/apache/camel/component/validator/ test/resources/o

2012-12-20 Thread ningjiang
Author: ningjiang Date: Fri Dec 21 02:18:34 2012 New Revision: 1424788 URL: http://svn.apache.org/viewvc?rev=1424788view=rev Log: CAMEL-5837 fix the schema validator imports with relative path issue Added: