svn commit: r1236567 - /camel/trunk/components/camel-quartz/src/test/java/org/apache/camel/component/quartz/QuartzRouteRestartTest.java

2012-01-27 Thread davsclaus
Author: davsclaus Date: Fri Jan 27 08:10:06 2012 New Revision: 1236567 URL: http://svn.apache.org/viewvc?rev=1236567view=rev Log: Fixed test Modified: camel/trunk/components/camel-quartz/src/test/java/org/apache/camel/component/quartz/QuartzRouteRestartTest.java Modified:

svn commit: r1236576 - /camel/trunk/components/camel-jaxb/src/test/java/org/apache/camel/example/FallbackTypeConverterDoesNotThrowExceptionTest.java

2012-01-27 Thread bvahdat
Author: bvahdat Date: Fri Jan 27 08:21:52 2012 New Revision: 1236576 URL: http://svn.apache.org/viewvc?rev=1236576view=rev Log: CAMEL-4942: Added the provided test given by the ticket which verifies the Fix Added:

svn commit: r1236615 - /camel/trunk/tooling/archetypes/camel-archetype-blueprint/src/main/resources-filtered/META-INF/maven/archetype-metadata.xml

2012-01-27 Thread davsclaus
Author: davsclaus Date: Fri Jan 27 09:24:13 2012 New Revision: 1236615 URL: http://svn.apache.org/viewvc?rev=1236615view=rev Log: Fixed archetype Modified: camel/trunk/tooling/archetypes/camel-archetype-blueprint/src/main/resources-filtered/META-INF/maven/archetype-metadata.xml Modified:

svn commit: r1236639 - /camel/trunk/camel-core/src/main/java/org/apache/camel/impl/DefaultUnitOfWork.java

2012-01-27 Thread davsclaus
Author: davsclaus Date: Fri Jan 27 11:38:56 2012 New Revision: 1236639 URL: http://svn.apache.org/viewvc?rev=1236639view=rev Log: Tighten up default uow. Unreigster from inflight before sending event. This also helps unit test with NotifyBuilder and checking inflight register is 0 when done.

svn commit: r1236654 - in /camel/trunk/components/camel-jaxb/src/test/java/org/apache/camel/example: FallbackTypeConverterDoesNotThrowExceptionTest.java FallbackTypeConverterShouldNotThrowExceptionTes

2012-01-27 Thread bvahdat
Author: bvahdat Date: Fri Jan 27 12:33:01 2012 New Revision: 1236654 URL: http://svn.apache.org/viewvc?rev=1236654view=rev Log: CAMEL-4942: Renamed the test case to better fit into its intention Added:

svn commit: r1236663 - in /camel/trunk/components/camel-jaxb/src/test/java/org/apache/camel: example/FallbackTypeConverterShouldNotThrowExceptionTest.java jaxb/FallbackTypeConverterShouldNotThrowExcep

2012-01-27 Thread bvahdat
Author: bvahdat Date: Fri Jan 27 12:52:52 2012 New Revision: 1236663 URL: http://svn.apache.org/viewvc?rev=1236663view=rev Log: CAMEL-4942: Moved the test 'FallbackTypeConverterShouldNotThrowExceptionTest' better to the package 'org.apache.camel.jaxb' Added:

svn commit: r1236667 - in /camel/trunk: camel-core/src/main/java/org/apache/camel/model/ camel-core/src/test/java/org/apache/camel/processor/ components/camel-spring/src/test/resources/org/apache/came

2012-01-27 Thread davsclaus
Author: davsclaus Date: Fri Jan 27 13:02:42 2012 New Revision: 1236667 URL: http://svn.apache.org/viewvc?rev=1236667view=rev Log: CAMEL-4947: Fixed delayer in XML DSL not working with method call expression. Added:

svn commit: r1236671 - in /camel/branches/camel-2.9.x: ./ camel-core/src/main/java/org/apache/camel/impl/DefaultUnitOfWork.java

2012-01-27 Thread davsclaus
Author: davsclaus Date: Fri Jan 27 13:06:54 2012 New Revision: 1236671 URL: http://svn.apache.org/viewvc?rev=1236671view=rev Log: Tighten up default uow. Unreigster from inflight before sending event. This also helps unit test with NotifyBuilder and checking inflight register is 0 when done.

[CONF] Apache Camel Camel 2.10.0 Release

2012-01-27 Thread confluence
Camel 2.10.0 Release Page edited by Claus Ibsen Changes (1) ... * Fixed [Poll Enrich|Content Enricher] where timeout was not explicit

svn commit: r1236672 - in /camel/branches/camel-2.9.x: ./ camel-core/src/main/java/org/apache/camel/model/ camel-core/src/test/java/org/apache/camel/processor/ components/camel-spring/src/test/resourc

2012-01-27 Thread davsclaus
Author: davsclaus Date: Fri Jan 27 13:09:07 2012 New Revision: 1236672 URL: http://svn.apache.org/viewvc?rev=1236672view=rev Log: CAMEL-4947: Fixed delayer in XML DSL not working with method call expression. Added:

svn commit: r1236675 - in /camel/branches/camel-2.8.x: ./ camel-core/src/main/java/org/apache/camel/model/ camel-core/src/test/java/org/apache/camel/processor/ components/camel-spring/src/test/resourc

2012-01-27 Thread davsclaus
Author: davsclaus Date: Fri Jan 27 13:19:49 2012 New Revision: 1236675 URL: http://svn.apache.org/viewvc?rev=1236675view=rev Log: CAMEL-4947: Fixed delayer in XML DSL not working with method call expression. Added:

svn commit: r1236680 - /camel/trunk/camel-core/src/main/java/org/apache/camel/support/ServiceSupport.java

2012-01-27 Thread davsclaus
Author: davsclaus Date: Fri Jan 27 13:41:58 2012 New Revision: 1236680 URL: http://svn.apache.org/viewvc?rev=1236680view=rev Log: CAMEL-4941: Polished javadoc Modified: camel/trunk/camel-core/src/main/java/org/apache/camel/support/ServiceSupport.java Modified:

[CONF] Apache Camel Load Balancer

2012-01-27 Thread confluence
Load Balancer Page edited by Glen Mazza Comment: editorial fixes Changes (19) ... The Load Balancer Pattern

svn commit: r1236861 - in /camel/branches/camel-2.9.x/components/camel-jaxb: ./ src/main/java/org/apache/camel/converter/jaxb/ src/test/java/org/apache/camel/jaxb/

2012-01-27 Thread bvahdat
Author: bvahdat Date: Fri Jan 27 19:47:33 2012 New Revision: 1236861 URL: http://svn.apache.org/viewvc?rev=1236861view=rev Log: CAMEL-4942: Jaxb-FallbackTypeConverter should hark to the contract of TypeConverter and not throw any unchecked exception if the conversion fails Added:

svn commit: r1236862 - in /camel/branches/camel-2.8.x/components/camel-jaxb: ./ src/main/java/org/apache/camel/converter/jaxb/ src/test/java/org/apache/camel/jaxb/

2012-01-27 Thread bvahdat
Author: bvahdat Date: Fri Jan 27 19:53:16 2012 New Revision: 1236862 URL: http://svn.apache.org/viewvc?rev=1236862view=rev Log: CAMEL-4942: Jaxb-FallbackTypeConverter should hark to the contract of TypeConverter and not throw any unchecked exception if the conversion fails Added: