Author: ningjiang
Date: Thu Jan 28 07:12:21 2010
New Revision: 903977
URL: http://svn.apache.org/viewvc?rev=903977&view=rev
Log:
Merged revisions 903970 via svnmerge from
https://svn.apache.org/repos/asf/camel/trunk
r903970 | ningjiang | 2010-01-28 14:32:57 +0800 (Thu, 28 Jan 2010) |
Author: ningjiang
Date: Thu Jan 28 06:36:45 2010
New Revision: 903973
URL: http://svn.apache.org/viewvc?rev=903973&view=rev
Log:
set the svn properties on camel-dozer
Modified:
camel/trunk/components/camel-dozer/ (props changed)
Propchange: camel/trunk/components/camel-dozer/
-
Author: ningjiang
Date: Thu Jan 28 06:32:57 2010
New Revision: 903970
URL: http://svn.apache.org/viewvc?rev=903970&view=rev
Log:
CAMEL-2407 support character encoding in XStreamDataFormat
Modified:
camel/trunk/camel-core/src/main/java/org/apache/camel/converter/jaxp/StaxConverter.java
c
Author: ningjiang
Date: Thu Jan 28 06:30:59 2010
New Revision: 903969
URL: http://svn.apache.org/viewvc?rev=903969&view=rev
Log:
Removed the camel-core test-jar dependency from camel-bindy
Modified:
camel/trunk/components/camel-bindy/pom.xml
camel/trunk/components/camel-bindy/src/test/ja
Dozer Type Conversion
Page added by Stephen Gargan
Dozer Type Conversion.
Dozer is a fast and flexible framework for mapping back and forth between Java Beans. Coupled with Camel's automatic type conversion, it's a formidable tool for dealin
Jetty
Page edited by willem jiang
Jetty Component
Supports non blocking Request Reply producer in Camel 2.1 onwards
The jetty component provides HTTP-based endpoints for consuming HTTP requests. That is, the Jetty component behaves
Camel 2.2.0 Release
Page edited by willem jiang
Camel 2.2.0 release (currently in progress)
New and Noteworthy
Welcome to the 2.2.0 release which approx XXX issues resolved (new features, improvements and bug fixes such as...)
Cafe Example
Page edited by willem jiang
Cafe Example
This example shows how to use Camel to implement a Cafe use case.
First It uses the splitter to dispatch the order, then sends the orders to barista by checking if the coffee i
Author: ningjiang
Date: Thu Jan 28 04:05:15 2010
New Revision: 903951
URL: http://svn.apache.org/viewvc?rev=903951&view=rev
Log:
Added code snippets tag for wiki and fix the camel-example-cafe exec:java
running error
Added:
camel/trunk/examples/camel-example-cafe/src/main/resources/jndi.prop
Cafe Example
Page added by willem jiang
Cafe Example
This example shows how to use Camel to implement a Cafe use case.
Running
You will need to compile this example first:
mvn compile
The example should run if you type:
mvn exec
Examples
Page edited by willem jiang
Examples
Once you have read about Getting Started and looked at the Enterprise Integration Patterns you might want to try out some examples.
Before starting to work on example you may want to ch
Author: davsclaus
Date: Thu Jan 28 03:15:28 2010
New Revision: 903947
URL: http://svn.apache.org/viewvc?rev=903947&view=rev
Log:
CAMEL-2414: Upgrade commons-pool. Thanks for patch Christian.
Modified:
camel/trunk/parent/pom.xml
camel/trunk/tests/camel-itest/pom.xml
Modified: camel/trunk/
Author: davsclaus
Date: Thu Jan 28 03:11:05 2010
New Revision: 903946
URL: http://svn.apache.org/viewvc?rev=903946&view=rev
Log:
Fixed spelling
Modified:
camel/trunk/components/camel-nagios/src/main/java/org/apache/camel/component/nagios/NagiosConstants.java
camel/trunk/components/camel
Camel 2.2.0 Release
Page edited by Claus Ibsen
Camel 2.2.0 release (currently in progress)
New and Noteworthy
Welcome to the 2.2.0 release which approx XXX issues resolved (new features, improvements and bug fixes such as...)
Nagios
Page added by Claus Ibsen
Nagios
Available as of Camel 2.2
The Nagios component allows you to send passive checks to Nagios.
URI format
nagios://host[:port][?Options]
Camel provides two abilities with the Nagios component. You
Component List
Page edited by Claus Ibsen
Component / ArtifactId / URI
Description
ActiveMQ / activemq-camel
activemq:[topic:]destinationName
For JMS Messaging with Apache ActiveMQ
ActiveMQ Journal / activemq-core
AdviceWith
Page edited by Claus Ibsen
AdviceWith
Available as of Camel 2.1
AdviceWith is used for testing Camel routes where you can advice an existing route before its being tested. What adviceWith allows is to changes some factors
AdviceWith
Page added by Claus Ibsen
AdviceWith
Available as of Camel 2.1
AdviceWith is used for testing Camel routes where you can advice an existing route before its being tested. What adviceWith allows is to changes some factors on the ro
Author: davsclaus
Date: Thu Jan 28 02:41:50 2010
New Revision: 903944
URL: http://svn.apache.org/viewvc?rev=903944&view=rev
Log:
Added snippet for wiki docu.
Modified:
camel/trunk/camel-core/src/test/java/org/apache/camel/processor/interceptor/AdviceWithTest.java
Modified:
camel/trunk/came
Author: janstey
Date: Thu Jan 28 01:58:18 2010
New Revision: 903937
URL: http://svn.apache.org/viewvc?rev=903937&view=rev
Log:
fix up CS error
Modified:
camel/trunk/camel-core/src/test/java/org/apache/camel/converter/JaxpTest.java
Modified:
camel/trunk/camel-core/src/test/java/org/apache/c
Author: janstey
Date: Thu Jan 28 01:50:42 2010
New Revision: 903936
URL: http://svn.apache.org/viewvc?rev=903936&view=rev
Log:
CAMEL-2415 - upgrade castor version. Thanks to Christian Mueller for the patch!
Modified:
camel/trunk/components/camel-castor/pom.xml
Modified: camel/trunk/componen
Author: davsclaus
Date: Wed Jan 27 22:28:02 2010
New Revision: 903876
URL: http://svn.apache.org/viewvc?rev=903876&view=rev
Log:
CAMEL-2413: Upgrade ftp server for testing. Thanks for the patch Christian
Modified:
camel/trunk/components/camel-ftp/pom.xml
camel/trunk/parent/pom.xml
cam
Author: davsclaus
Date: Wed Jan 27 21:34:44 2010
New Revision: 903849
URL: http://svn.apache.org/viewvc?rev=903849&view=rev
Log:
CAMEL-2408: Added spring test for wiretap and aggregator.
Added:
camel/trunk/components/camel-spring/src/test/java/org/apache/camel/spring/processor/SpringAggregat
Author: davsclaus
Date: Wed Jan 27 20:20:20 2010
New Revision: 903817
URL: http://svn.apache.org/viewvc?rev=903817&view=rev
Log:
CAMEL-2398: Fixing startup order warmup route services.
Added:
camel/trunk/camel-core/src/test/java/org/apache/camel/processor/RouteServicesStartupOrderTest.java
Author: ningjiang
Date: Wed Jan 27 13:57:33 2010
New Revision: 903643
URL: http://svn.apache.org/viewvc?rev=903643&view=rev
Log:
Merged revisions 903638 via svnmerge from
https://svn.apache.org/repos/asf/camel/trunk
r903638 | ningjiang | 2010-01-27 21:40:14 +0800 (Wed, 27 Jan 2010) |
Author: ningjiang
Date: Wed Jan 27 13:40:14 2010
New Revision: 903638
URL: http://svn.apache.org/viewvc?rev=903638&view=rev
Log:
CAMEL-2412 DefaultHttpBinding should parser the URI's parameter without
checking HttpMethod
Modified:
camel/trunk/components/camel-http/src/main/java/org/apache/c
Author: ningjiang
Date: Wed Jan 27 13:16:47 2010
New Revision: 903630
URL: http://svn.apache.org/viewvc?rev=903630&view=rev
Log:
CAMEL-2411 Upgrade the ant-run plugin to use jaxb impl 2.1.12
Modified:
camel/trunk/parent/pom.xml
camel/trunk/pom.xml
Modified: camel/trunk/parent/pom.xml
URL
Author: krasserm
Date: Wed Jan 27 09:07:14 2010
New Revision: 903573
URL: http://svn.apache.org/viewvc?rev=903573&view=rev
Log:
add gdata-core to Camel Maven repo, needed for OAuth and ClientLogin in context
of camel-gae
Added:
camel/m2-repo/com/google/gdata/
camel/m2-repo/com/google/gda
28 matches
Mail list logo