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

2010-08-05 Thread davsclaus
Author: davsclaus Date: Fri Aug 6 06:55:20 2010 New Revision: 982890 URL: http://svn.apache.org/viewvc?rev=982890&view=rev Log: CAMEL-3023: Refined tineout for multicast to compute remaining time. Added: camel/trunk/camel-core/src/test/java/org/apache/camel/processor/MulticastParallelTimeou

svn commit: r982663 - in /camel/trunk/camel-core/src: main/java/org/apache/camel/ main/java/org/apache/camel/impl/ main/java/org/apache/camel/spi/ main/java/org/apache/camel/util/ test/java/org/apache

2010-08-05 Thread cmueller
Author: cmueller Date: Thu Aug 5 15:27:23 2010 New Revision: 982663 URL: http://svn.apache.org/viewvc?rev=982663&view=rev Log: CAMEL-2752: Pluggable UUID generator Added: camel/trunk/camel-core/src/main/java/org/apache/camel/impl/ActiveMQUuidGenerator.java (with props) camel/trunk/c

svn commit: r982662 - in /camel/trunk/components: camel-core-xml/src/main/java/org/apache/camel/core/xml/ camel-jms/src/main/java/org/apache/camel/component/jms/ camel-spring/src/test/java/org/apache/

2010-08-05 Thread cmueller
Author: cmueller Date: Thu Aug 5 15:26:12 2010 New Revision: 982662 URL: http://svn.apache.org/viewvc?rev=982662&view=rev Log: CAMEL-2752: Pluggable UUID generator Added: camel/trunk/components/camel-spring/src/test/java/org/apache/camel/spring/CamelContextFactoryBeanTest.java (with prop

svn commit: r982655 - in /camel/trunk/camel-core/src: main/java/org/apache/camel/processor/ main/java/org/apache/camel/util/ test/java/org/apache/camel/processor/ test/resources/

2010-08-05 Thread davsclaus
Author: davsclaus Date: Thu Aug 5 15:10:27 2010 New Revision: 982655 URL: http://svn.apache.org/viewvc?rev=982655&view=rev Log: CAMEL-3029: Routing engine should stop continue routing Exchange if the thread was interrupted by the JDK (such as future task cancelled etc.) Modified: camel/tru

[CONF] Apache Camel > Camel 2.5.0 Release

2010-08-05 Thread confluence
Camel 2.5.0 Release Page edited by Christian Mueller Changes (1) ... * The [File|File2] and [FTP|FTP2] consumers now support using {{preMove}} together with

[CONF] Apache Camel > Advanced configuration of CamelContext using Spring

2010-08-05 Thread confluence
Advanced configuration of CamelContext using Spring Page edited by Christian Mueller Comment: added description for the UuidGenerator Changes (2)

[CONF] Apache Camel > UuidGenerator

2010-08-05 Thread confluence
UuidGenerator Page added by Christian Mueller UuidGenerator Starting with Camel 2.5, Camel supports 3rd part UUID generator. This is useful, if e.g. your messaging provider does not support UUID's with a length of 36 characters (like Websphe

svn commit: r982612 - /camel/trunk/components/camel-web/pom.xml

2010-08-05 Thread jstrachan
Author: jstrachan Date: Thu Aug 5 13:30:06 2010 New Revision: 982612 URL: http://svn.apache.org/viewvc?rev=982612&view=rev Log: work around for odd classloader bug in mvn 2.2.1 when executing javadoc/wadl plugins when trying to run "mvn jetty:run" CAMEL-3028 Modified: camel/trunk/components

svn commit: r982602 - /camel/trunk/components/camel-web/pom.xml

2010-08-05 Thread jstrachan
Author: jstrachan Date: Thu Aug 5 13:12:04 2010 New Revision: 982602 URL: http://svn.apache.org/viewvc?rev=982602&view=rev Log: added the correct temporary snapshot repo for CAMEL-3028 Modified: camel/trunk/components/camel-web/pom.xml Modified: camel/trunk/components/camel-web/pom.xml URL:

svn commit: r982599 - /camel/trunk/components/camel-web/pom.xml

2010-08-05 Thread jstrachan
Author: jstrachan Date: Thu Aug 5 13:06:16 2010 New Revision: 982599 URL: http://svn.apache.org/viewvc?rev=982599&view=rev Log: added a temporary snapshot repo for CAMEL-3028 Modified: camel/trunk/components/camel-web/pom.xml Modified: camel/trunk/components/camel-web/pom.xml URL: http://s

svn commit: r982583 - in /camel/trunk/camel-core/src: main/java/org/apache/camel/component/bean/ test/java/org/apache/camel/component/bean/

2010-08-05 Thread davsclaus
Author: davsclaus Date: Thu Aug 5 12:43:40 2010 New Revision: 982583 URL: http://svn.apache.org/viewvc?rev=982583&view=rev Log: CAMEL-3025: Camel proxy will throw exception based on the proxied method declared exception list. Added: camel/trunk/camel-core/src/test/java/org/apache/camel/com

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

2010-08-05 Thread cmueller
Author: cmueller Date: Thu Aug 5 12:34:25 2010 New Revision: 982577 URL: http://svn.apache.org/viewvc?rev=982577&view=rev Log: CAMEL-2980: camel-jpa doesn't use EntityManager.merge(entity) in the right way Added: camel/trunk/components/camel-jpa/src/test/java/org/apache/camel/component/jpa/

svn commit: r982576 - /camel/trunk/components/camel-jpa/src/test/resources/META-INF/persistence.xml

2010-08-05 Thread cmueller
Author: cmueller Date: Thu Aug 5 12:33:14 2010 New Revision: 982576 URL: http://svn.apache.org/viewvc?rev=982576&view=rev Log: made the entity manager less verbose for the tests Modified: camel/trunk/components/camel-jpa/src/test/resources/META-INF/persistence.xml Modified: camel/trunk/com

[CONF] Apache Camel > JPA

2010-08-05 Thread confluence
JPA Page edited by Christian Mueller Comment: corrected the docu Changes (2) ... h3. Sending to the endpoint You

svn commit: r982553 - /camel/trunk/components/camel-jpa/src/test/java/org/apache/camel/component/jpa/JpaUsePersistTest.java

2010-08-05 Thread cmueller
Author: cmueller Date: Thu Aug 5 11:50:44 2010 New Revision: 982553 URL: http://svn.apache.org/viewvc?rev=982553&view=rev Log: added two new tests to be sure, that the JPA component also can handle collections and arrays of entity beans Modified: camel/trunk/components/camel-jpa/src/test/j

svn commit: r982545 - /camel/trunk/components/camel-jms/src/test/java/org/apache/camel/component/jms/temp/TemporaryQueueRouteTest.java

2010-08-05 Thread davsclaus
Author: davsclaus Date: Thu Aug 5 11:23:33 2010 New Revision: 982545 URL: http://svn.apache.org/viewvc?rev=982545&view=rev Log: Fixed test on other boxes. Modified: camel/trunk/components/camel-jms/src/test/java/org/apache/camel/component/jms/temp/TemporaryQueueRouteTest.java Modified: ca

[CONF] Apache Camel > Camel 3.0 - Roadmap

2010-08-05 Thread confluence
Camel 3.0 - Roadmap Page edited by Claus Ibsen Changes (1) ... The internal routing engine should be optimized. See more details at [Camel 2.x Speed optimiz

svn commit: r982529 - /camel/trunk/components/camel-netty/src/test/java/org/apache/camel/component/netty/NettySSLTest.java

2010-08-05 Thread davsclaus
Author: davsclaus Date: Thu Aug 5 10:07:43 2010 New Revision: 982529 URL: http://svn.apache.org/viewvc?rev=982529&view=rev Log: Skip test on IBM jdks Modified: camel/trunk/components/camel-netty/src/test/java/org/apache/camel/component/netty/NettySSLTest.java Modified: camel/trunk/compone

svn commit: r982528 - /camel/trunk/components/camel-cxf/src/test/java/org/apache/camel/component/cxf/CxfConsumerFaultTest.java

2010-08-05 Thread ningjiang
Author: ningjiang Date: Thu Aug 5 09:57:38 2010 New Revision: 982528 URL: http://svn.apache.org/viewvc?rev=982528&view=rev Log: Polish the CxfConsumerFaultTest Modified: camel/trunk/components/camel-cxf/src/test/java/org/apache/camel/component/cxf/CxfConsumerFaultTest.java Modified: camel

svn commit: r982524 - in /camel/trunk/components/camel-cxf/src/test/java/org/apache/camel/component/cxf: CxfConsumerFaultTest.java CxfConsumerPayloadFaultTest.java

2010-08-05 Thread ningjiang
Author: ningjiang Date: Thu Aug 5 09:51:36 2010 New Revision: 982524 URL: http://svn.apache.org/viewvc?rev=982524&view=rev Log: Add a test of setting the fault message with exception Added: camel/trunk/components/camel-cxf/src/test/java/org/apache/camel/component/cxf/CxfConsumerFaultTest.ja

svn commit: r982518 - /camel/trunk/camel-core/src/test/java/org/apache/camel/component/file/FileIdempotentReadSameFileAgainTest.java

2010-08-05 Thread davsclaus
Author: davsclaus Date: Thu Aug 5 09:42:32 2010 New Revision: 982518 URL: http://svn.apache.org/viewvc?rev=982518&view=rev Log: Fixed test on other boxes Modified: camel/trunk/camel-core/src/test/java/org/apache/camel/component/file/FileIdempotentReadSameFileAgainTest.java Modified: camel