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
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) |
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
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:
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
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/
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
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.
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
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
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
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
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
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
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
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}
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
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
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
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
Camel 2.3.0 Release
Page edited by Claus Ibsen
Changes (2)
...
{{GenericFile}} is no longer {{java.io.Serializable}}
Method {{adviceWith}} on
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:
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.
23 matches
Mail list logo