svn commit: r1409689 - in /camel/trunk: components/camel-mail/src/test/java/org/apache/camel/component/mail/MailProducerConcurrentTest.java tests/camel-itest/src/test/java/org/apache/camel/itest/async

2012-11-15 Thread davsclaus
Author: davsclaus Date: Thu Nov 15 08:22:07 2012 New Revision: 1409689 URL: http://svn.apache.org/viewvc?rev=1409689view=rev Log: Fixed tests Modified: camel/trunk/components/camel-mail/src/test/java/org/apache/camel/component/mail/MailProducerConcurrentTest.java

svn commit: r1409690 - in /camel/branches/camel-2.10.x: ./ components/camel-mail/src/test/java/org/apache/camel/component/mail/MailProducerConcurrentTest.java tests/camel-itest/src/test/java/org/apach

2012-11-15 Thread davsclaus
Author: davsclaus Date: Thu Nov 15 08:23:06 2012 New Revision: 1409690 URL: http://svn.apache.org/viewvc?rev=1409690view=rev Log: Fixed tests Modified: camel/branches/camel-2.10.x/ (props changed)

svn commit: r1409734 - /camel/trunk/camel-core/src/test/java/org/apache/camel/builder/xml/XPathTest.java

2012-11-15 Thread davsclaus
Author: davsclaus Date: Thu Nov 15 11:15:52 2012 New Revision: 1409734 URL: http://svn.apache.org/viewvc?rev=1409734view=rev Log: Fixed test Modified: camel/trunk/camel-core/src/test/java/org/apache/camel/builder/xml/XPathTest.java Modified:

svn commit: r1409743 - in /camel/trunk/components/camel-aws: ./ src/main/java/org/apache/camel/component/aws/cw/ src/main/resources/META-INF/services/org/apache/camel/component/ src/test/java/org/apac

2012-11-15 Thread bibryam
Author: bibryam Date: Thu Nov 15 11:47:47 2012 New Revision: 1409743 URL: http://svn.apache.org/viewvc?rev=1409743view=rev Log: Added Amazon CloudWatch component with a producer Added: camel/trunk/components/camel-aws/src/main/java/org/apache/camel/component/aws/cw/

svn commit: r1409787 - /camel/trunk/components/camel-cxf/src/test/java/org/apache/camel/component/cxf/mtom/

2012-11-15 Thread davsclaus
Author: davsclaus Date: Thu Nov 15 13:56:06 2012 New Revision: 1409787 URL: http://svn.apache.org/viewvc?rev=1409787view=rev Log: Enable AIX testing again Modified: camel/trunk/components/camel-cxf/src/test/java/org/apache/camel/component/cxf/mtom/CxfJavaMtomProducerPayloadTest.java

svn commit: r1409788 - in /camel/branches/camel-2.10.x: ./ camel-core/src/test/java/org/apache/camel/builder/xml/XPathTest.java

2012-11-15 Thread davsclaus
Author: davsclaus Date: Thu Nov 15 13:58:12 2012 New Revision: 1409788 URL: http://svn.apache.org/viewvc?rev=1409788view=rev Log: Fixed test Modified: camel/branches/camel-2.10.x/ (props changed)

svn commit: r1409790 - in /camel/branches/camel-2.10.x: ./ components/camel-cxf/src/test/java/org/apache/camel/component/cxf/mtom/

2012-11-15 Thread davsclaus
Author: davsclaus Date: Thu Nov 15 13:59:06 2012 New Revision: 1409790 URL: http://svn.apache.org/viewvc?rev=1409790view=rev Log: Enable AIX testing again Modified: camel/branches/camel-2.10.x/ (props changed)

svn commit: r1409917 - /camel/trunk/components/camel-test-spring/pom.xml

2012-11-15 Thread cmueller
Author: cmueller Date: Thu Nov 15 18:39:46 2012 New Revision: 1409917 URL: http://svn.apache.org/viewvc?rev=1409917view=rev Log: fixed failing unit test for Spring3.0 Modified: camel/trunk/components/camel-test-spring/pom.xml Modified: camel/trunk/components/camel-test-spring/pom.xml URL:

[CONF] Apache Camel FTP2

2012-11-15 Thread confluence
FTP2 Page edited by Glen Mazza Comment: tech edits Changes (1) ... {{SSL}}: Secure Sockets Layer | |

svn commit: r838491 - in /websites/production/camel/content: book-component-appendix.html book-in-one-page.html cache/main.pageCache ftp.html ftp2.html

2012-11-15 Thread buildbot
Author: buildbot Date: Thu Nov 15 21:22:24 2012 New Revision: 838491 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

svn commit: r1410086 - /camel/trunk/components/camel-aws/src/test/java/org/apache/camel/component/aws/sqs/SqsEndpointTest.java

2012-11-15 Thread bibryam
Author: bibryam Date: Thu Nov 15 22:51:59 2012 New Revision: 1410086 URL: http://svn.apache.org/viewvc?rev=1410086view=rev Log: Checkstyle fix Modified: camel/trunk/components/camel-aws/src/test/java/org/apache/camel/component/aws/sqs/SqsEndpointTest.java Modified:

svn commit: r1410099 - in /camel/trunk: components/camel-aws/src/main/java/org/apache/camel/component/aws/sqs/ components/camel-aws/src/test/java/org/apache/camel/component/aws/sqs/ components/camel-a

2012-11-15 Thread bibryam
Author: bibryam Date: Thu Nov 15 23:09:11 2012 New Revision: 1410099 URL: http://svn.apache.org/viewvc?rev=1410099view=rev Log: Update aws library to 1.3.25 Introduced two new options for SQS consumer to enable long polling: waitTimeSeconds and receiveMessageWaitTimeSeconds Modified:

svn commit: r1410217 - in /camel/trunk/camel-core/src: main/java/org/apache/camel/util/FileUtil.java main/java/org/apache/camel/util/ObjectHelper.java test/java/org/apache/camel/util/FileUtilTest.java

2012-11-15 Thread davsclaus
Author: davsclaus Date: Fri Nov 16 07:23:33 2012 New Revision: 1410217 URL: http://svn.apache.org/viewvc?rev=1410217view=rev Log: CAMEL-5792: Fixed compactPath method to work with both Windows and Unix style paths. This fixes loading resources with validator component using unix styles on a

svn commit: r1410235 - in /camel/branches/camel-2.10.x: ./ camel-core/src/main/java/org/apache/camel/util/FileUtil.java camel-core/src/main/java/org/apache/camel/util/ObjectHelper.java camel-core/src/

2012-11-15 Thread davsclaus
Author: davsclaus Date: Fri Nov 16 07:53:59 2012 New Revision: 1410235 URL: http://svn.apache.org/viewvc?rev=1410235view=rev Log: CAMEL-5792: Fixed compactPath method to work with both Windows and Unix style paths. This fixes loading resources with validator component using unix styles on a