svn commit: r959878 - /camel/trunk/camel-core/src/main/java/org/apache/camel/impl/DefaultPackageScanClassResolver.java

2010-07-01 Thread ningjiang
Author: ningjiang Date: Fri Jul 2 06:57:16 2010 New Revision: 959878 URL: http://svn.apache.org/viewvc?rev=959878&view=rev Log: CAMEL-2894 DefaultPackageScanClassResolver.addClassLoader should check the UnsupportedOperationException Modified: camel/trunk/camel-core/src/main/java/org/apache

svn commit: r959731 - in /camel/trunk/camel-core/src/main/java/org/apache/camel: model/FromDefinition.java model/SendDefinition.java view/GraphSupport.java

2010-07-01 Thread jstrachan
Author: jstrachan Date: Thu Jul 1 17:26:41 2010 New Revision: 959731 URL: http://svn.apache.org/viewvc?rev=959731&view=rev Log: fix for CAMEL-2893 so that getUriOrRef will return non-null when there is a URI defined Modified: camel/trunk/camel-core/src/main/java/org/apache/camel/model/From

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

2010-07-01 Thread jstrachan
Author: jstrachan Date: Thu Jul 1 15:47:56 2010 New Revision: 959702 URL: http://svn.apache.org/viewvc?rev=959702&view=rev Log: fix for CAMEL-2892 to remove warnings when running tests Modified: camel/trunk/components/camel-web/pom.xml Modified: camel/trunk/components/camel-web/pom.xml URL:

svn commit: r959694 - in /camel/trunk/components/camel-web/src/main: java/org/apache/camel/web/resources/RoutesResource.java webapp/org/apache/camel/web/resources/RouteResource/index.jsp

2010-07-01 Thread jstrachan
Author: jstrachan Date: Thu Jul 1 15:27:48 2010 New Revision: 959694 URL: http://svn.apache.org/viewvc?rev=959694&view=rev Log: fix for CAMEL-2891 to use a URI template for languages which doesn't clash and preserves extensibility to other representations Modified: camel/trunk/components/c

svn commit: r959651 - in /camel/trunk: components/camel-bean-validator/pom.xml components/camel-netty/pom.xml platforms/karaf/pom.xml

2010-07-01 Thread davsclaus
Author: davsclaus Date: Thu Jul 1 13:35:42 2010 New Revision: 959651 URL: http://svn.apache.org/viewvc?rev=959651&view=rev Log: Aligned jboss maven repo. Modified: camel/trunk/components/camel-bean-validator/pom.xml camel/trunk/components/camel-netty/pom.xml camel/trunk/platforms/kar

[CONF] Apache Camel > Contributing

2010-07-01 Thread confluence
Contributing Page edited by Guillaume Nodet Changes (2) ... Why not dive in and try tackle some of our outstanding issues? {jiraissues:url=""

[CONF] Apache Camel > Camel 2.4.0 Release

2010-07-01 Thread confluence
Camel 2.4.0 Release Page edited by Claus Ibsen Changes (1) ... * Fixed issue with [Direct] endpoint having no consumers if endpoint have been evicted from L

[CONF] Apache Camel > Camel 2.4.0 Release

2010-07-01 Thread confluence
Camel 2.4.0 Release Page edited by Claus Ibsen Changes (1) ... {code} The {{retryUntil}} method on [onException|Exception Clause] have been re

svn commit: r959640 - in /camel/trunk: camel-core/src/main/java/org/apache/camel/model/ camel-core/src/main/java/org/apache/camel/processor/ camel-core/src/test/java/org/apache/camel/issues/ camel-cor

2010-07-01 Thread davsclaus
Author: davsclaus Date: Thu Jul 1 12:47:49 2010 New Revision: 959640 URL: http://svn.apache.org/viewvc?rev=959640&view=rev Log: CAMEL-2889: Renamed retryUntil to retryWhile as its a more meaningful name what it does. Modified: camel/trunk/camel-core/src/main/java/org/apache/camel/model/OnE

svn commit: r959624 - /camel/trunk/components/camel-web/src/main/java/org/apache/camel/web/resources/RouteResource.java

2010-07-01 Thread jstrachan
Author: jstrachan Date: Thu Jul 1 11:43:20 2010 New Revision: 959624 URL: http://svn.apache.org/viewvc?rev=959624&view=rev Log: exposed the id property Modified: camel/trunk/components/camel-web/src/main/java/org/apache/camel/web/resources/RouteResource.java Modified: camel/trunk/componen

svn commit: r959583 - in /camel/trunk/tests: camel-itest-karaf/ camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/ camel-itest-osgi/src/test/java/org/apache/camel/itest/osgi/

2010-07-01 Thread ningjiang
Author: ningjiang Date: Thu Jul 1 10:03:53 2010 New Revision: 959583 URL: http://svn.apache.org/viewvc?rev=959583&view=rev Log: CAMEL-2882 camel-itest-karaf now supports to run tests with spring2.5 and spring3 Added: camel/trunk/tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/

svn commit: r959576 - in /camel/trunk/camel-core/src/test/java/org/apache/camel: component/file/ processor/aggregator/

2010-07-01 Thread davsclaus
Author: davsclaus Date: Thu Jul 1 09:48:22 2010 New Revision: 959576 URL: http://svn.apache.org/viewvc?rev=959576&view=rev Log: Polished Modified: camel/trunk/camel-core/src/test/java/org/apache/camel/component/file/FileAbsoluteMoveDefaultIssueManual.java camel/trunk/camel-core/src/tes

svn commit: r959571 - in /camel/trunk: ./ tests/camel-itest-osgi/ tests/camel-itest-osgi/src/test/java/org/apache/camel/itest/osgi/ tests/camel-itest-osgi/src/test/java/org/apache/camel/itest/osgi/blu

2010-07-01 Thread ningjiang
Author: ningjiang Date: Thu Jul 1 09:42:48 2010 New Revision: 959571 URL: http://svn.apache.org/viewvc?rev=959571&view=rev Log: CAMEL-2882 support to run the osgi test with spring2.5 and spring3 Modified: camel/trunk/pom.xml camel/trunk/tests/camel-itest-osgi/pom.xml camel/trunk/tes

svn commit: r959570 - in /camel/trunk/camel-core/src: main/java/org/apache/camel/processor/Enricher.java test/java/org/apache/camel/processor/async/AsyncEndpointEnricherTest.java

2010-07-01 Thread davsclaus
Author: davsclaus Date: Thu Jul 1 09:36:35 2010 New Revision: 959570 URL: http://svn.apache.org/viewvc?rev=959570&view=rev Log: CAMEL-2887: Enricher DSL support async routing engine. Added: camel/trunk/camel-core/src/test/java/org/apache/camel/processor/async/AsyncEndpointEnricherTest.java

svn commit: r959569 - in /camel/trunk/platforms/karaf/features: pom.xml src/main/resources/features-spring3.xml src/main/resources/features.xml

2010-07-01 Thread ningjiang
Author: ningjiang Date: Thu Jul 1 09:35:23 2010 New Revision: 959569 URL: http://svn.apache.org/viewvc?rev=959569&view=rev Log: Update the jetty bundle version of camel-feature, also fix some class not found exceptions of features-spring3.xml Modified: camel/trunk/platforms/karaf/features/p

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

2010-07-01 Thread ningjiang
Author: ningjiang Date: Thu Jul 1 09:32:16 2010 New Revision: 959567 URL: http://svn.apache.org/viewvc?rev=959567&view=rev Log: CAMEL-2888 camel-jetty and camel-cometd should import jetty version within [7.0, 8) Modified: camel/trunk/parent/pom.xml Modified: camel/trunk/parent/pom.xml URL:

svn commit: r959563 - in /camel/trunk: camel-core/src/main/java/org/apache/camel/model/ components/camel-bam/src/main/java/org/apache/camel/bam/rules/ components/camel-scala/src/test/scala/org/apache/

2010-07-01 Thread jstrachan
Author: jstrachan Date: Thu Jul 1 09:14:59 2010 New Revision: 959563 URL: http://svn.apache.org/viewvc?rev=959563&view=rev Log: fix for CAMEL-2883 along with a test case in camel-scala so that we can use the ProcessorDefintion typed methods in the model from Scala without getting compile errors

svn commit: r959562 - in /camel/trunk/camel-core/src: main/java/org/apache/camel/processor/idempotent/IdempotentConsumer.java test/java/org/apache/camel/processor/async/AsyncEndpointIdempotentConsumer

2010-07-01 Thread davsclaus
Author: davsclaus Date: Thu Jul 1 09:07:45 2010 New Revision: 959562 URL: http://svn.apache.org/viewvc?rev=959562&view=rev Log: CAMEL-2886: idempotent consumer supports async routing engine Added: camel/trunk/camel-core/src/test/java/org/apache/camel/processor/async/AsyncEndpointIdempotentC

[CONF] Apache Camel > AOP

2010-07-01 Thread confluence
AOP Page edited by Claus Ibsen Changes (1) ... *Available as of Camel 2.0* {warning:tit...@deprecated} The [AOP] has been marked as @deprecate

svn commit: r959549 - in /camel/trunk/camel-core/src: main/java/org/apache/camel/model/BeanDefinition.java test/java/org/apache/camel/processor/BeanValidateTypeTest.java

2010-07-01 Thread davsclaus
Author: davsclaus Date: Thu Jul 1 07:52:48 2010 New Revision: 959549 URL: http://svn.apache.org/viewvc?rev=959549&view=rev Log: CAMEL-2846: bean DSL validate that instance is not a String as a String is for beanRef DSL instead. Added: camel/trunk/camel-core/src/test/java/org/apache/camel/p

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

2010-07-01 Thread davsclaus
Author: davsclaus Date: Thu Jul 1 07:04:16 2010 New Revision: 959540 URL: http://svn.apache.org/viewvc?rev=959540&view=rev Log: CAMEL-2885: Upgraded to slf4j 1.6.0 Modified: camel/trunk/parent/pom.xml Modified: camel/trunk/parent/pom.xml URL: http://svn.apache.org/viewvc/camel/trunk/parent