svn commit: r1343566 - /camel/trunk/parent/pom.xml

2012-05-29 Thread davsclaus
Author: davsclaus Date: Tue May 29 07:17:55 2012 New Revision: 1343566 URL: http://svn.apache.org/viewvc?rev=1343566view=rev Log: CAMEL-5313: Upgraded to beanio 2.0 Modified: camel/trunk/parent/pom.xml Modified: camel/trunk/parent/pom.xml URL:

[CONF] Apache Camel Stream

2012-05-29 Thread confluence
Stream Page edited by Henryk Konsek Changes (2) ... | {{initialPromptDelay}} | {{2000}} | *Camel 2.0:* Initial delay in milliseconds before

svn commit: r1343635 - /camel/trunk/components/camel-blueprint/pom.xml

2012-05-29 Thread cschneider
Author: cschneider Date: Tue May 29 09:54:52 2012 New Revision: 1343635 URL: http://svn.apache.org/viewvc?rev=1343635view=rev Log: CAMEL-5315 Opening import range for aries blueprint Modified: camel/trunk/components/camel-blueprint/pom.xml Modified:

svn commit: r1343637 - in /camel/branches/camel-2.9.x: ./ components/camel-blueprint/pom.xml

2012-05-29 Thread cschneider
Author: cschneider Date: Tue May 29 09:58:51 2012 New Revision: 1343637 URL: http://svn.apache.org/viewvc?rev=1343637view=rev Log: Merged revision(s) 1343635 from camel/trunk: CAMEL-5315 Opening import range for aries blueprint Modified: camel/branches/camel-2.9.x/ (props changed)

svn commit: r1343638 - /camel/branches/camel-2.8.x/components/camel-blueprint/pom.xml

2012-05-29 Thread cschneider
Author: cschneider Date: Tue May 29 10:02:10 2012 New Revision: 1343638 URL: http://svn.apache.org/viewvc?rev=1343638view=rev Log: Merged revision(s) 1343635 from camel/trunk: CAMEL-5315 Opening import range for aries blueprint Modified:

svn commit: r1343704 - in /camel/trunk/camel-core/src: main/java/org/apache/camel/processor/loadbalancer/FailOverLoadBalancer.java test/java/org/apache/camel/processor/FailoverLoadBalancerBreakoutDuri

2012-05-29 Thread davsclaus
Author: davsclaus Date: Tue May 29 12:52:20 2012 New Revision: 1343704 URL: http://svn.apache.org/viewvc?rev=1343704view=rev Log: CAMEL-5316: Failover EIP now detects shutdown in progress and breaks out from failover loop. Added:

svn commit: r1343705 - in /camel/branches/camel-2.9.x: ./ camel-core/src/main/java/org/apache/camel/processor/loadbalancer/FailOverLoadBalancer.java camel-core/src/test/java/org/apache/camel/processor

2012-05-29 Thread davsclaus
Author: davsclaus Date: Tue May 29 12:53:33 2012 New Revision: 1343705 URL: http://svn.apache.org/viewvc?rev=1343705view=rev Log: CAMEL-5316: Failover EIP now detects shutdown in progress and breaks out from failover loop. Added:

svn commit: r1343758 - in /camel/trunk/components/camel-netty/src: main/java/org/apache/camel/component/netty/NettyConverter.java test/java/org/apache/camel/component/netty/NettyConverterTest.java

2012-05-29 Thread davsclaus
Author: davsclaus Date: Tue May 29 14:48:45 2012 New Revision: 1343758 URL: http://svn.apache.org/viewvc?rev=1343758view=rev Log: CAMEL-5317: Fixed potential NPE in netty converter. Thanks to Lukasz for the patch. Added:

svn commit: r1343759 - in /camel/branches/camel-2.9.x: ./ components/camel-netty/src/main/java/org/apache/camel/component/netty/NettyConverter.java components/camel-netty/src/test/java/org/apache/came

2012-05-29 Thread davsclaus
Author: davsclaus Date: Tue May 29 14:50:20 2012 New Revision: 1343759 URL: http://svn.apache.org/viewvc?rev=1343759view=rev Log: CAMEL-5317: Fixed potential NPE in netty converter. Thanks to Lukasz for the patch. Added:

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

2012-05-29 Thread davsclaus
Author: davsclaus Date: Tue May 29 15:46:25 2012 New Revision: 1343788 URL: http://svn.apache.org/viewvc?rev=1343788view=rev Log: CAMEL-5306: Support for sending ChangeMessageVisibility calls while processing SQS messages. Thanks to Alex Hutter for the patch. Added:

[CONF] Apache Camel AWS-SQS

2012-05-29 Thread confluence
AWS-SQS Page edited by Claus Ibsen Changes (1) ... |visibilityTimeout | {{null}} | Shared | The duration (in seconds) that the received

svn commit: r819515 - in /websites/production/camel/content: aws-sqs.html book-component-appendix.html book-in-one-page.html cache/main.pageCache

2012-05-29 Thread buildbot
Author: buildbot Date: Tue May 29 16:20:52 2012 New Revision: 819515 Log: Production update by buildbot for camel Modified: websites/production/camel/content/aws-sqs.html websites/production/camel/content/book-component-appendix.html

svn commit: r1343823 - in /camel/trunk: parent/pom.xml pom.xml

2012-05-29 Thread dkulp
Author: dkulp Date: Tue May 29 16:33:14 2012 New Revision: 1343823 URL: http://svn.apache.org/viewvc?rev=1343823view=rev Log: Update to 2.5 compiler plugin to address issues with parallel builds with Java6 Modified: camel/trunk/parent/pom.xml camel/trunk/pom.xml Modified:

svn commit: r1343869 - in /camel/trunk/components/camel-jms/src: main/java/org/apache/camel/component/jms/JmsConfiguration.java test/java/org/apache/camel/component/jms/JmsEndpointConfigurationTest.ja

2012-05-29 Thread bvahdat
Author: bvahdat Date: Tue May 29 17:36:38 2012 New Revision: 1343869 URL: http://svn.apache.org/viewvc?rev=1343869view=rev Log: CAMEL-5055: Reverted the unintended removal of the call to 'container.setSessionTransacted(transacted)'. Modified:

svn commit: r1344006 - in /camel/trunk/components/camel-bam: ./ src/main/java/org/apache/camel/bam/model/ src/test/profiles/derby/ src/test/profiles/derby/META-INF/ src/test/profiles/derby/META-INF/sp

2012-05-29 Thread cmueller
Author: cmueller Date: Tue May 29 21:34:41 2012 New Revision: 1344006 URL: http://svn.apache.org/viewvc?rev=1344006view=rev Log: CAMEL-4734: Consolidate the database vendors in our unit tests Removed: camel/trunk/components/camel-bam/src/test/profiles/derby/META-INF/persistence.xml

svn commit: r1344016 - /camel/trunk/examples/camel-example-bam/pom.xml

2012-05-29 Thread cmueller
Author: cmueller Date: Tue May 29 21:41:47 2012 New Revision: 1344016 URL: http://svn.apache.org/viewvc?rev=1344016view=rev Log: removed unnecessary dependency to log4j Modified: camel/trunk/examples/camel-example-bam/pom.xml Modified: camel/trunk/examples/camel-example-bam/pom.xml URL:

svn commit: r1344025 - in /camel/trunk/examples/camel-example-bam: pom.xml src/main/resources/META-INF/persistence.xml src/main/resources/META-INF/spring/camel-context.xml

2012-05-29 Thread cmueller
Author: cmueller Date: Tue May 29 22:03:48 2012 New Revision: 1344025 URL: http://svn.apache.org/viewvc?rev=1344025view=rev Log: CAMEL-4734: Consolidate the database vendors in our unit tests Modified: camel/trunk/examples/camel-example-bam/pom.xml

svn commit: r1344028 - /camel/trunk/examples/camel-example-tracer/pom.xml

2012-05-29 Thread cmueller
Author: cmueller Date: Tue May 29 22:10:43 2012 New Revision: 1344028 URL: http://svn.apache.org/viewvc?rev=1344028view=rev Log: removed unnecessary dependency to log4j Modified: camel/trunk/examples/camel-example-tracer/pom.xml Modified: camel/trunk/examples/camel-example-tracer/pom.xml