svn commit: r908855 - /camel/trunk/README.txt

2010-02-10 Thread davsclaus
Author: davsclaus Date: Thu Feb 11 07:02:52 2010 New Revision: 908855 URL: http://svn.apache.org/viewvc?rev=908855&view=rev Log: Polished README and NOTICE in the release kit. Modified: camel/trunk/README.txt Modified: camel/trunk/README.txt URL: http://svn.apache.org/viewvc/camel/trunk/REA

svn commit: r908854 - in /camel/trunk/apache-camel/src/main/release: NOTICE.txt README.txt

2010-02-10 Thread davsclaus
Author: davsclaus Date: Thu Feb 11 07:02:25 2010 New Revision: 908854 URL: http://svn.apache.org/viewvc?rev=908854&view=rev Log: Polished README and NOTICE in the release kit. Modified: camel/trunk/apache-camel/src/main/release/NOTICE.txt camel/trunk/apache-camel/src/main/release/README.t

svn commit: r908822 - in /camel/trunk/platforms/karaf/features: pom.xml src/main/resources/bundles.properties src/main/resources/features.xml

2010-02-10 Thread akarpe
Author: akarpe Date: Thu Feb 11 03:26:17 2010 New Revision: 908822 URL: http://svn.apache.org/viewvc?rev=908822&view=rev Log: Added feature for installing the camel-lucene component in Karaf Modified: camel/trunk/platforms/karaf/features/pom.xml camel/trunk/platforms/karaf/features/src/ma

[CONF] Apache Camel > Quartz

2010-02-10 Thread confluence
Quartz Page edited by Jonathan Anstey Quartz Component The quartz: component provides a scheduled delivery of messages using the Quartz scheduler. Each endpoint represents a different timer (in Quartz terms, a Trigger and JobDetail

svn commit: r908739 - /camel/trunk/components/camel-cxf/src/test/resources/org/apache/camel/component/cxf/spring/CxfEndpointBeansBusSetting.xml

2010-02-10 Thread ningjiang
Author: ningjiang Date: Wed Feb 10 23:14:29 2010 New Revision: 908739 URL: http://svn.apache.org/viewvc?rev=908739&view=rev Log: Added JIRA number of the CXF bus setting issue Modified: camel/trunk/components/camel-cxf/src/test/resources/org/apache/camel/component/cxf/spring/CxfEndpointBeans

svn commit: r908736 - in /camel/trunk/components/camel-http/src: main/java/org/apache/camel/component/http/HttpHeaderFilterStrategy.java test/java/org/apache/camel/component/http/HttpHeaderFilterStrat

2010-02-10 Thread ningjiang
Author: ningjiang Date: Wed Feb 10 23:11:02 2010 New Revision: 908736 URL: http://svn.apache.org/viewvc?rev=908736&view=rev Log: CAMEL-2458 applied patch with thanks to Christian Modified: camel/trunk/components/camel-http/src/main/java/org/apache/camel/component/http/HttpHeaderFilterStrateg

[CONF] Apache Camel > The Camel Riders Welcome Two New Committers

2010-02-10 Thread confluence
The Camel Riders Welcome Two New Committers News Item added by Hadrian Zbarcea The Apache Camel PMC is pleased to introduce two new committers: Ashwin Karpe and Stanley Lewis. We are very happy with the sustained growth of the project and look forward t

svn commit: r908517 - in /camel/trunk/components/camel-http/src: main/java/org/apache/camel/component/http/HttpHeaderFilterStrategy.java test/java/org/apache/camel/component/http/HttpHeaderFilterStrat

2010-02-10 Thread davsclaus
Author: davsclaus Date: Wed Feb 10 14:29:25 2010 New Revision: 908517 URL: http://svn.apache.org/viewvc?rev=908517&view=rev Log: CAMEL-2452: Filter general http headers. Thanks to Christian Mueller for the patch. Added: camel/trunk/components/camel-http/src/test/java/org/apache/camel/compon

svn commit: r908510 - in /camel/trunk/components/camel-jms/src/test/java/org/apache/camel/component/jms: JmsRequestReplyManualReplyTest.java JmsRequestReplyManualWithJMSReplyToTest.java JmsSimpleReque

2010-02-10 Thread davsclaus
Author: davsclaus Date: Wed Feb 10 14:15:40 2010 New Revision: 908510 URL: http://svn.apache.org/viewvc?rev=908510&view=rev Log: Added more unit test to JMS Added: camel/trunk/components/camel-jms/src/test/java/org/apache/camel/component/jms/JmsRequestReplyManualReplyTest.java (with props

[CONF] Apache Camel > Camel 2.3.0 Release

2010-02-10 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 > XPath

2010-02-10 Thread confluence
XPath Page edited by Claus Ibsen XPath Camel supports XPath to allow an _expression_ or Predicate to be used in the DSL or Xml Configuration. For example you could use XPath to create an Predicate in a Message Filter or as an _expre

svn commit: r908466 - in /camel/trunk: camel-core/src/main/java/org/apache/camel/builder/xml/XPathBuilder.java components/camel-saxon/src/test/java/org/apache/camel/builder/saxon/XPathTest.java

2010-02-10 Thread davsclaus
Author: davsclaus Date: Wed Feb 10 12:15:12 2010 New Revision: 908466 URL: http://svn.apache.org/viewvc?rev=908466&view=rev Log: CAMEL-1877: XPathBuilder now supports reading xpath factory defined as a system property. Modified: camel/trunk/camel-core/src/main/java/org/apache/camel/builder/

svn commit: r908456 - in /camel/trunk/camel-core/src/main/java/org/apache/camel: builder/ExpressionClause.java component/file/GenericFileProducer.java

2010-02-10 Thread davsclaus
Author: davsclaus Date: Wed Feb 10 11:42:18 2010 New Revision: 908456 URL: http://svn.apache.org/viewvc?rev=908456&view=rev Log: Fixed log and spelling Modified: camel/trunk/camel-core/src/main/java/org/apache/camel/builder/ExpressionClause.java camel/trunk/camel-core/src/main/java/org/

[CONF] Apache Camel > XPath

2010-02-10 Thread confluence
XPath Page edited by Claus Ibsen XPath Camel supports XPath to allow an _expression_ or Predicate to be used in the DSL or Xml Configuration. For example you could use XPath to create an Predicate in a Message Filter or as an _expre

svn commit: r908446 - in /camel/trunk: camel-core/src/main/java/org/apache/camel/builder/xml/ components/camel-saxon/ components/camel-saxon/src/main/java/org/apache/camel/component/xquery/ components

2010-02-10 Thread davsclaus
Author: davsclaus Date: Wed Feb 10 10:57:45 2010 New Revision: 908446 URL: http://svn.apache.org/viewvc?rev=908446&view=rev Log: CAMEL-1877: Made it easier to use Saxon with Camel XPathBuilder. Added: camel/trunk/components/camel-saxon/src/test/java/org/apache/camel/builder/saxon/XPathTest.j

svn commit: r908415 - in /camel/trunk/components: camel-jetty/src/test/java/org/apache/camel/component/jetty/HttpConverterTest.java camel-servlet/src/test/java/org/apache/camel/component/servlet/HttpC

2010-02-10 Thread ningjiang
Author: ningjiang Date: Wed Feb 10 09:38:53 2010 New Revision: 908415 URL: http://svn.apache.org/viewvc?rev=908415&view=rev Log: CAMEL-2453 added the unit test Modified: camel/trunk/components/camel-jetty/src/test/java/org/apache/camel/component/jetty/HttpConverterTest.java camel/trunk/

svn commit: r908412 - /camel/trunk/camel-core/src/main/java/org/apache/camel/builder/xml/XPathBuilder.java

2010-02-10 Thread davsclaus
Author: davsclaus Date: Wed Feb 10 09:36:08 2010 New Revision: 908412 URL: http://svn.apache.org/viewvc?rev=908412&view=rev Log: Added builder method to set a custom xpath factory Modified: camel/trunk/camel-core/src/main/java/org/apache/camel/builder/xml/XPathBuilder.java Modified: camel/

svn commit: r908399 - in /camel/trunk/camel-core/src/main/java/org/apache/camel: builder/xml/XPathBuilder.java processor/MulticastProcessor.java

2010-02-10 Thread davsclaus
Author: davsclaus Date: Wed Feb 10 09:11:49 2010 New Revision: 908399 URL: http://svn.apache.org/viewvc?rev=908399&view=rev Log: Fixed CS Modified: camel/trunk/camel-core/src/main/java/org/apache/camel/builder/xml/XPathBuilder.java camel/trunk/camel-core/src/main/java/org/apache/camel/p

[CONF] Apache Camel > Camel 2.3.0 Release

2010-02-10 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 > XPath

2010-02-10 Thread confluence
XPath Page edited by Claus Ibsen XPath Camel supports XPath to allow an _expression_ or Predicate to be used in the DSL or Xml Configuration. For example you could use XPath to create an Predicate in a Message Filter or as an _expre

svn commit: r908395 - in /camel/trunk/camel-core/src: main/java/org/apache/camel/builder/xml/XPathBuilder.java test/java/org/apache/camel/builder/xml/XPathTest.java

2010-02-10 Thread davsclaus
Author: davsclaus Date: Wed Feb 10 08:55:45 2010 New Revision: 908395 URL: http://svn.apache.org/viewvc?rev=908395&view=rev Log: CAMEL-2126: XPathBuilder can now be used without using an Exchange so you can use it in a more generic fashion. However it requires CamelContext to be passed in as par

[CONF] Apache Camel > Properties

2010-02-10 Thread confluence
Properties Page edited by Claus Ibsen Properties Component Available as of Camel 2.3 URI format properties:key[?options] Where key is the key for the property to lookup Options Name Type Default Description cache

[CONF] Apache Camel > Properties

2010-02-10 Thread confluence
Properties Page edited by Claus Ibsen Properties Component Available as of Camel 2.3 URI format properties:key[?options] Where key is the key for the property to lookup Options Name Type Default Description cache

svn commit: r908385 - in /camel/trunk/camel-core/src: main/java/org/apache/camel/component/properties/PropertiesComponent.java test/java/org/apache/camel/component/properties/PropertiesComponentTest.j

2010-02-10 Thread davsclaus
Author: davsclaus Date: Wed Feb 10 08:28:50 2010 New Revision: 908385 URL: http://svn.apache.org/viewvc?rev=908385&view=rev Log: CAMEL-1631: Added cache option to properties component to cache loaded properties to avoid overhead of loading them when to be used. Modified: camel/trunk/camel-c

[CONF] Apache Camel > Simple

2010-02-10 Thread confluence
Simple Page edited by Claus Ibsen Simple _expression_ Language The Simple _expression_ Language is a really simple language you can use. Its primarily intended for being a really small and simple language for testing without requiri