[CONF] Apache Camel > XSLT

2010-02-11 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]

svn commit: r909280 - in /camel/branches/camel-1.x: ./ camel-core/src/main/java/org/apache/camel/builder/xml/ camel-core/src/main/java/org/apache/camel/util/ components/camel-spring/src/main/java/org/

2010-02-11 Thread davsclaus
Author: davsclaus Date: Fri Feb 12 07:50:43 2010 New Revision: 909280 URL: http://svn.apache.org/viewvc?rev=909280&view=rev Log: Merged revisions 909028 via svnmerge from https://svn.apache.org/repos/asf/camel/trunk r909028 | davsclaus | 2010-02-11 16:40:28 +0100 (Thu, 11 Feb 2010) |

svn commit: r909278 - in /camel/trunk/components/camel-spring/src/test/java/org/apache/camel/component/xslt: XsltIncludeClasspathTest.java XsltIncludeRelativeOtherTest.java XsltIncludeRelativeTest.jav

2010-02-11 Thread davsclaus
Author: davsclaus Date: Fri Feb 12 07:46:57 2010 New Revision: 909278 URL: http://svn.apache.org/viewvc?rev=909278&view=rev Log: Fixed test Modified: camel/trunk/components/camel-spring/src/test/java/org/apache/camel/component/xslt/XsltIncludeClasspathTest.java camel/trunk/components/ca

svn commit: r909277 - in /camel/trunk/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/spring: CxfRsClientFactoryBeanDefinitionParser.java CxfRsServerFactoryBeanDefinitionParser.java

2010-02-11 Thread ningjiang
Author: ningjiang Date: Fri Feb 12 07:45:14 2010 New Revision: 909277 URL: http://svn.apache.org/viewvc?rev=909277&view=rev Log: CAMEL-2465 SpringCxfRs{Server|Client}FactoryBean should use the application context to create the bus Modified: camel/trunk/components/camel-cxf/src/main/java/org

svn commit: r909274 - in /camel/branches/camel-1.x: ./ components/camel-spring/src/test/data/ components/camel-spring/src/test/java/org/apache/camel/component/xslt/ components/camel-spring/src/test/re

2010-02-11 Thread davsclaus
Author: davsclaus Date: Fri Feb 12 07:22:50 2010 New Revision: 909274 URL: http://svn.apache.org/viewvc?rev=909274&view=rev Log: Merged revisions 908925 via svnmerge from https://svn.apache.org/repos/asf/camel/trunk r908925 | davsclaus | 2010-02-11 11:59:26 +0100 (Thu, 11 Feb 2010) |

svn commit: r909272 - in /camel/trunk: camel-core/src/main/java/org/apache/camel/spi/ManagementAware.java examples/camel-example-management/src/test/java/org/apache/camel/example/management/Management

2010-02-11 Thread ningjiang
Author: ningjiang Date: Fri Feb 12 07:12:36 2010 New Revision: 909272 URL: http://svn.apache.org/viewvc?rev=909272&view=rev Log: Polished the comments and added endpoints check on the camel-example-management unit test Modified: camel/trunk/camel-core/src/main/java/org/apache/camel/spi/Mana

svn commit: r909270 - in /camel/trunk/components/camel-jms/src/main/java/org/apache/camel/component/jms: JmsTemporaryQueueEndpoint.java JmsTemporaryTopicEndpoint.java

2010-02-11 Thread ningjiang
Author: ningjiang Date: Fri Feb 12 07:02:02 2010 New Revision: 909270 URL: http://svn.apache.org/viewvc?rev=909270&view=rev Log: CAMEL-2456 Fixed the WARNING issue of JmsTemporaryTopicEndpoint , JmsTemporaryQueueEndpoint which has no JMS annotation in a better way Modified: camel/trunk/comp

svn commit: r909205 - /camel/trunk/components/camel-xmpp/pom.xml

2010-02-11 Thread ningjiang
Author: ningjiang Date: Fri Feb 12 02:03:27 2010 New Revision: 909205 URL: http://svn.apache.org/viewvc?rev=909205&view=rev Log: Added the maven repo for download the smack 3.1.0 Modified: camel/trunk/components/camel-xmpp/pom.xml Modified: camel/trunk/components/camel-xmpp/pom.xml URL: htt

svn commit: r909038 - /camel/trunk/components/camel-spring/src/main/java/org/apache/camel/component/xslt/XsltComponent.java

2010-02-11 Thread davsclaus
Author: davsclaus Date: Thu Feb 11 15:56:05 2010 New Revision: 909038 URL: http://svn.apache.org/viewvc?rev=909038&view=rev Log: CAMEL-2463: xslt component now supports using xsl:include where the included files is loaded from classpath and relative according to the endpoint configured location.

[CONF] Apache Camel > XSLT

2010-02-11 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]

svn commit: r909036 - /camel/trunk/components/camel-spring/src/main/java/org/apache/camel/component/xslt/XsltComponent.java

2010-02-11 Thread davsclaus
Author: davsclaus Date: Thu Feb 11 15:52:55 2010 New Revision: 909036 URL: http://svn.apache.org/viewvc?rev=909036&view=rev Log: CAMEL-2463: xslt component now supports using xsl:include where the included files is loaded from classpath and relative according to the endpoint configured location.

[CONF] Apache Camel > Camel 2.3.0 Release

2010-02-11 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...)

svn commit: r909028 - in /camel/trunk: camel-core/src/main/java/org/apache/camel/builder/xml/ components/camel-spring/src/main/java/org/apache/camel/component/xslt/ components/camel-spring/src/test/ja

2010-02-11 Thread davsclaus
Author: davsclaus Date: Thu Feb 11 15:40:28 2010 New Revision: 909028 URL: http://svn.apache.org/viewvc?rev=909028&view=rev Log: CAMEL-2463: xslt component now supports using xsl:include where the included files is loaded from classpath and relative according to the endpoint configured location.

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

2010-02-11 Thread slewis
Author: slewis Date: Thu Feb 11 15:31:06 2010 New Revision: 909025 URL: http://svn.apache.org/viewvc?rev=909025&view=rev Log: CAMEL-2464: update the Smack library to 3.1.0 Modified: camel/trunk/parent/pom.xml Modified: camel/trunk/parent/pom.xml URL: http://svn.apache.org/viewvc/camel/trunk

[CONF] Apache Camel > XSLT

2010-02-11 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]

svn commit: r908979 - in /camel/branches/camel-1.x/components/camel-cxf/src: main/java/org/apache/camel/component/cxf/CxfProducer.java test/java/org/apache/camel/component/cxf/CxfPayLoadMessageRouterT

2010-02-11 Thread ningjiang
Author: ningjiang Date: Thu Feb 11 14:04:49 2010 New Revision: 908979 URL: http://svn.apache.org/viewvc?rev=908979&view=rev Log: CAMEL-2457 camel-cxf producer support to get the BindingOperationInfo by looking up the operation name from the client service model Modified: camel/branches/came

svn commit: r908925 - in /camel/trunk/components/camel-spring/src/test: data/ java/org/apache/camel/component/xslt/ resources/org/apache/camel/component/xslt/

2010-02-11 Thread davsclaus
Author: davsclaus Date: Thu Feb 11 10:59:26 2010 New Revision: 908925 URL: http://svn.apache.org/viewvc?rev=908925&view=rev Log: Added unit test of showing how to use xslt include Added: camel/trunk/components/camel-spring/src/test/data/staff.xml (with props) camel/trunk/components/cam

svn commit: r908883 - in /camel/trunk/examples/camel-example-reportincident: pom.xml src/main/java/org/apache/camel/example/reportincident/ReportIncidentRoutes.java

2010-02-11 Thread davsclaus
Author: davsclaus Date: Thu Feb 11 08:55:53 2010 New Revision: 908883 URL: http://svn.apache.org/viewvc?rev=908883&view=rev Log: CAMEL-2462: Fixed report incident example to use mocked mail server. And to log a little activity on console. And fixed slf4j issue. Modified: camel/trunk/examples

svn commit: r908880 - /camel/trunk/platforms/karaf/features/pom.xml

2010-02-11 Thread ningjiang
Author: ningjiang Date: Thu Feb 11 08:54:04 2010 New Revision: 908880 URL: http://svn.apache.org/viewvc?rev=908880&view=rev Log: Upgraded the Jetty version and fix the lucene bundle version error in the feature Modified: camel/trunk/platforms/karaf/features/pom.xml Modified: camel/trunk/pla