[CONF] Apache Camel > Stream

2010-03-29 Thread confluence
Stream Page edited by willem jiang CAMEL-2601 CAMEL-2601 Stream Component The stream: component provides access to the System.in, System.out and System.err streams as well as allowing streaming of file and URL.

svn commit: r929008 - in /camel/trunk: components/camel-cxf/src/test/java/org/apache/camel/component/cxf/ components/camel-cxf/src/test/resources/org/apache/camel/component/cxf/ parent/

2010-03-29 Thread ningjiang
Author: ningjiang Date: Tue Mar 30 06:28:29 2010 New Revision: 929008 URL: http://svn.apache.org/viewvc?rev=929008&view=rev Log: CAMEL-2600 upgrade to use cxf 2.2.7 in camel-cxf Modified: camel/trunk/components/camel-cxf/src/test/java/org/apache/camel/component/cxf/CxfSoapMessageProviderTest

svn commit: r929004 - in /camel/trunk/components/camel-cxf/src: main/java/org/apache/camel/component/cxf/jaxrs/DefaultCxfRsBinding.java test/java/org/apache/camel/component/cxf/jaxrs/CxfRsConsumerTest

2010-03-29 Thread ningjiang
Author: ningjiang Date: Tue Mar 30 06:13:33 2010 New Revision: 929004 URL: http://svn.apache.org/viewvc?rev=929004&view=rev Log: CAMEL-2602 Providing a user friendly message body after cxfrs consumer Modified: camel/trunk/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/jaxr

svn commit: r928954 - in /camel/trunk/components/camel-spring/src/test: java/org/apache/camel/spring/config/CamelProxyTest.java java/org/apache/camel/spring/config/MyProxySender.java resources/org/apa

2010-03-29 Thread ningjiang
Author: ningjiang Date: Tue Mar 30 01:14:26 2010 New Revision: 928954 URL: http://svn.apache.org/viewvc?rev=928954&view=rev Log: Add Unit test which is based on the camel-user mailing list Modified: camel/trunk/components/camel-spring/src/test/java/org/apache/camel/spring/config/CamelProxyTe

svn commit: r928841 - in /camel/trunk: camel-core/src/main/java/org/apache/camel/ camel-core/src/main/java/org/apache/camel/builder/xml/ camel-core/src/main/java/org/apache/camel/model/ camel-core/src

2010-03-29 Thread davsclaus
Author: davsclaus Date: Mon Mar 29 17:29:04 2010 New Revision: 928841 URL: http://svn.apache.org/viewvc?rev=928841&view=rev Log: CAMEL-2589: xslt component now supports output option. Added file based xslt output to stream directly to file to avoid using in memory type. Added: camel/trunk/c

[CONF] Apache Camel > Camel 2.3.0 Release

2010-03-29 Thread confluence
Camel 2.3.0 Release Page edited by Claus Ibsen Camel 2.3.0 release (currently in progress) New and Noteworthy Welcome to the 2.3.0 release which approx XXX issues resolved (new features, improvements and bug fixes such as...)

[CONF] Apache Camel > SOAP

2010-03-29 Thread confluence
SOAP Page edited by Claus Ibsen SOAP DataFormat Available as of Camel 2.3 SOAP is a Data Format which uses JAXB2 and JAX-WS to marshal and unmarshal SOAP payloads. It provides the basic features of Apache CXF without need for the CX

[CONF] Apache Camel > XSLT

2010-03-29 Thread confluence
XSLT Page edited by Claus Ibsen XSLT The xslt: component allows you to process a message using an XSLT template. This can be ideal when using Templating to generate respopnses for requests. URI format xslt:templateName[?options]

[CONF] Apache Camel > XSLT

2010-03-29 Thread confluence
XSLT Page edited by Claus Ibsen XSLT The xslt: component allows you to process a message using an XSLT template. This can be ideal when using Templating to generate respopnses for requests. URI format xslt:templateName[?options]

[CONF] Apache Camel > User Stories

2010-03-29 Thread confluence
User Stories Page edited by Claus Ibsen User Stories This page is intended as a place to collect user stories and feedback on Apache Camel. If you are using or have tried Apache Camel please add an entry or comment; or post to the D

svn commit: r928707 - /camel/trunk/components/camel-blueprint/src/main/java/org/apache/camel/blueprint/CamelContextFactoryBean.java

2010-03-29 Thread davsclaus
Author: davsclaus Date: Mon Mar 29 10:48:15 2010 New Revision: 928707 URL: http://svn.apache.org/viewvc?rev=928707&view=rev Log: CAMEL-2586: Applied patch with thanks to Johan Edstrom. Modified: camel/trunk/components/camel-blueprint/src/main/java/org/apache/camel/blueprint/CamelContextFacto

svn commit: r928696 - in /camel/trunk: camel-core/src/main/java/org/apache/camel/model/ components/camel-spring/src/test/java/org/apache/camel/spring/issues/ components/camel-spring/src/test/resources

2010-03-29 Thread davsclaus
Author: davsclaus Date: Mon Mar 29 10:38:13 2010 New Revision: 928696 URL: http://svn.apache.org/viewvc?rev=928696&view=rev Log: CAMEL-2577: Fixed doTry .. doCatch .. doFinally and having exceptions being thrown from deep nested nodes. Added: camel/trunk/components/camel-spring/src/test/jav

[CONF] Apache Camel > XQuery Endpoint

2010-03-29 Thread confluence
XQuery Endpoint Page edited by Claus Ibsen XQuery The xquery: component allows you to process a message using an XQuery template. This can be ideal when using Templating to generate respopnses for requests. Maven users will need to