svn commit: r938784 - in /camel/trunk/components: camel-http/src/main/java/org/apache/camel/component/http/DefaultHttpBinding.java camel-http4/src/main/java/org/apache/camel/component/http4/DefaultHtt

2010-04-27 Thread ningjiang
Author: ningjiang Date: Wed Apr 28 04:38:13 2010 New Revision: 938784 URL: http://svn.apache.org/viewvc?rev=938784&view=rev Log: CAMEL-2679 Fixed the NPE of DefaultHttpBinding Modified: camel/trunk/components/camel-http/src/main/java/org/apache/camel/component/http/DefaultHttpBinding.java

svn commit: r938780 - in /camel/branches/camel-1.x: ./ camel-core/src/test/java/org/apache/camel/processor/ChoiceNoActionTest.java

2010-04-27 Thread davsclaus
Author: davsclaus Date: Wed Apr 28 04:29:41 2010 New Revision: 938780 URL: http://svn.apache.org/viewvc?rev=938780&view=rev Log: Merged revisions 938778 via svnmerge from https://svn.apache.org/repos/asf/camel/trunk r938778 | davsclaus | 2010-04-28 06:22:17 +0200 (Wed, 28 Apr 2010) |

svn commit: r938778 - /camel/trunk/camel-core/src/test/java/org/apache/camel/processor/ChoiceNoActionTest.java

2010-04-27 Thread davsclaus
Author: davsclaus Date: Wed Apr 28 04:22:17 2010 New Revision: 938778 URL: http://svn.apache.org/viewvc?rev=938778&view=rev Log: Added test based on user forum issue Added: camel/trunk/camel-core/src/test/java/org/apache/camel/processor/ChoiceNoActionTest.java - copied, changed from r9

svn commit: r938770 - /camel/trunk/examples/common_build.xml

2010-04-27 Thread ningjiang
Author: ningjiang Date: Wed Apr 28 03:42:20 2010 New Revision: 938770 URL: http://svn.apache.org/viewvc?rev=938770&view=rev Log: CAMEL-2639 Fixed some examples which can't run with ant Modified: camel/trunk/examples/common_build.xml Modified: camel/trunk/examples/common_build.xml URL: http:

svn commit: r938769 - in /camel/trunk/camel-core/src/main/java/org/apache/camel: processor/Enricher.java util/ObjectHelper.java

2010-04-27 Thread ningjiang
Author: ningjiang Date: Wed Apr 28 03:39:46 2010 New Revision: 938769 URL: http://svn.apache.org/viewvc?rev=938769&view=rev Log: Clean up the @SuppressWarnings of camel-core Modified: camel/trunk/camel-core/src/main/java/org/apache/camel/processor/Enricher.java camel/trunk/camel-core/src

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

2010-04-27 Thread ningjiang
Author: ningjiang Date: Wed Apr 28 03:39:23 2010 New Revision: 938767 URL: http://svn.apache.org/viewvc?rev=938767&view=rev Log: Clean up the @SuppressWarnings of tests Modified: camel/trunk/tests/camel-itest-osgi/src/test/java/org/apache/camel/itest/osgi/MailRouteTest.java camel/trunk/

svn commit: r938766 - in /camel/trunk/components/camel-lucene/src: main/java/org/apache/camel/component/lucene/ main/java/org/apache/camel/processor/lucene/ test/java/org/apache/camel/component/lucene

2010-04-27 Thread ningjiang
Author: ningjiang Date: Wed Apr 28 03:36:11 2010 New Revision: 938766 URL: http://svn.apache.org/viewvc?rev=938766&view=rev Log: CAMEL-2680 Supported to set the lucene version Modified: camel/trunk/components/camel-lucene/src/main/java/org/apache/camel/component/lucene/LuceneConfiguration.ja

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

2010-04-27 Thread ningjiang
Author: ningjiang Date: Wed Apr 28 02:39:54 2010 New Revision: 938754 URL: http://svn.apache.org/viewvc?rev=938754&view=rev Log: Clean up the @SuppressWarnings in camel-jpa Modified: camel/trunk/components/camel-jpa/src/main/java/org/apache/camel/component/jpa/JpaTemplateTransactionStrategy.

svn commit: r938753 - in /camel/trunk/components/camel-osgi/src: main/java/org/apache/camel/osgi/ main/java/org/apache/camel/osgi/tracker/ test/java/org/apache/camel/osgi/

2010-04-27 Thread ningjiang
Author: ningjiang Date: Wed Apr 28 02:37:25 2010 New Revision: 938753 URL: http://svn.apache.org/viewvc?rev=938753&view=rev Log: Clean up the @SuppressWarnings in camel-osgi Modified: camel/trunk/components/camel-osgi/src/main/java/org/apache/camel/osgi/OsgiFactoryFinder.java camel/trun

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

2010-04-27 Thread ningjiang
Author: ningjiang Date: Wed Apr 28 02:35:40 2010 New Revision: 938752 URL: http://svn.apache.org/viewvc?rev=938752&view=rev Log: CAMEL-2676 CAMEL-2679 Merges the change for camel-http to camel-http4 Modified: camel/trunk/components/camel-http4/src/main/java/org/apache/camel/component/http4/D

svn commit: r938751 - in /camel/trunk/components: camel-http/src/main/java/org/apache/camel/component/http/ camel-jetty/src/test/java/org/apache/camel/component/jetty/

2010-04-27 Thread ningjiang
Author: ningjiang Date: Wed Apr 28 02:33:35 2010 New Revision: 938751 URL: http://svn.apache.org/viewvc?rev=938751&view=rev Log: CAMEL-2676 CAMEL-2679 Made camel-http support better for character encoding and from url encoding data Added: camel/trunk/components/camel-jetty/src/test/java/org

svn commit: r938746 - in /camel/trunk/components/camel-spring/src: main/java/org/apache/camel/spring/ main/java/org/apache/camel/spring/spi/ test/java/org/apache/camel/spring/aop/ test/java/org/apache

2010-04-27 Thread ningjiang
Author: ningjiang Date: Wed Apr 28 02:10:23 2010 New Revision: 938746 URL: http://svn.apache.org/viewvc?rev=938746&view=rev Log: Clean up the @SuppressWarnings in camel-spring Modified: camel/trunk/components/camel-spring/src/main/java/org/apache/camel/spring/CamelBeanPostProcessor.java

svn commit: r938630 - in /camel/trunk/camel-core/src: main/java/org/apache/camel/converter/ test/java/org/apache/camel/converter/

2010-04-27 Thread akarpe
Author: akarpe Date: Tue Apr 27 20:02:22 2010 New Revision: 938630 URL: http://svn.apache.org/viewvc?rev=938630&view=rev Log: CAMEL-2631: Add time millis converter which can convert from String to long Added: camel/trunk/camel-core/src/main/java/org/apache/camel/converter/TimePatternConverte

svn commit: r938482 - /camel/trunk/components/camel-spring/src/main/java/org/apache/camel/spring/handler/CamelNamespaceHandler.java

2010-04-27 Thread davsclaus
Author: davsclaus Date: Tue Apr 27 14:51:21 2010 New Revision: 938482 URL: http://svn.apache.org/viewvc?rev=938482&view=rev Log: CAMEL-2677: Spring XML can now use routeContext to have routes defined in external XML files. Modified: camel/trunk/components/camel-spring/src/main/java/org/apac

[CONF] Apache Camel > Camel 2.3.0 Release

2010-04-27 Thread confluence
Camel 2.3.0 Release Page edited by Claus Ibsen Changes (1) ... * Camel now checks more aggressively on startup if route nodes which mandates child nodes als

[CONF] Apache Camel > Configuring Camel

2010-04-27 Thread confluence
Configuring Camel Page edited by Claus Ibsen Changes (1) {include:How do I configure endpoints} {include:How do I import routes from other XML files}

[CONF] Apache Camel > How do I import routes from other XML files

2010-04-27 Thread confluence
How do I import routes from other XML files Page edited by Claus Ibsen Changes (1) ... Also notice that you can mix and match, having routes inside CamelCon

[CONF] Apache Camel > How do I import routes from other XML files

2010-04-27 Thread confluence
How do I import routes from other XML files Page edited by Claus Ibsen Changes (4) ... For example we could have a file named {{myCoolRoutes.xml}} which co

[CONF] Apache Camel > How do I import routes from other XML files

2010-04-27 Thread confluence
How do I import routes from other XML files Page added by Claus Ibsen How do I import routes from other XML files Available as of Camel 2.3 When defining routes in Camel using Xml Configuration you may want to define some routes in other XML

svn commit: r938471 - in /camel/trunk: camel-core/src/main/java/org/apache/camel/model/ camel-core/src/main/resources/org/apache/camel/model/ components/camel-spring/src/main/java/org/apache/camel/spr

2010-04-27 Thread davsclaus
Author: davsclaus Date: Tue Apr 27 14:24:28 2010 New Revision: 938471 URL: http://svn.apache.org/viewvc?rev=938471&view=rev Log: CAMEL-2677: Spring XML can now use routeContext to have routes defined in external XML files. Added: camel/trunk/camel-core/src/main/java/org/apache/camel/model/R

[CONF] Apache Camel > Camel 2.3.0 Release

2010-04-27 Thread confluence
Camel 2.3.0 Release Page edited by Claus Ibsen Changes (2) ... {{GenericFile}} is no longer {{java.io.Serializable}} Method {{adviceWith}} on

svn commit: r938376 - in /camel/trunk: camel-core/src/main/java/org/apache/camel/impl/ camel-core/src/main/java/org/apache/camel/model/ camel-core/src/main/java/org/apache/camel/processor/interceptor/

2010-04-27 Thread davsclaus
Author: davsclaus Date: Tue Apr 27 09:33:26 2010 New Revision: 938376 URL: http://svn.apache.org/viewvc?rev=938376&view=rev Log: CAMEL-2677: RouteDefinition should be stateless, eg not tied to a CamelContext. This allows us to have reusable route defs used by multiple CamelContexts. Modified:

[CONF] Apache Camel > HTTP

2010-04-27 Thread confluence
HTTP Page comment added by Arjan Moraal In 'How to set the Http method', I think the Camel 1.x example should use HttpMethods.HTTP_METHOD because HttpConstants.HTTP_METHOD does not exist in 1.6.2.