[CONF] Apache Camel > Quickfix

2010-11-29 Thread confluence
Quickfix Page edited by Steve Bate Changes (1) ... {code} h3. Spring Configuration The QuickFIX/J component includes a Spring {{FactoryBean}}

[CONF] Apache Camel > Camel 3.0 - Roadmap

2010-11-29 Thread confluence
Camel 3.0 - Roadmap Page edited by Hadrian Zbarcea Changes (1) ... This is a roadmap which details the overall and major goals for Camel 3.0. Fell free to d

[CONF] Apache Camel > Camel 3.0 - Roadmap

2010-11-29 Thread confluence
Camel 3.0 - Roadmap File attached by Hadrian Zbarcea camel-survey-2010.pdf (836 kB application/pdf) - Camel Survey - Oct 2010 Change Notification Preferences

svn commit: r1040167 - in /camel/trunk: components/camel-cache/pom.xml parent/pom.xml platforms/karaf/features/src/main/resources/features-spring2.xml platforms/karaf/features/src/main/resources/featu

2010-11-29 Thread hadrian
Author: hadrian Date: Mon Nov 29 16:12:00 2010 New Revision: 1040167 URL: http://svn.apache.org/viewvc?rev=1040167&view=rev Log: CAMEL-3370. Patch applied with thanks to Jean Baptiste Modified: camel/trunk/components/camel-cache/pom.xml camel/trunk/parent/pom.xml camel/trunk/platforms

svn commit: r1040143 - in /camel/trunk/camel-core/src: main/java/org/apache/camel/model/OnCompletionDefinition.java test/java/org/apache/camel/processor/OnCompletionInvalidConfiguredTest.java

2010-11-29 Thread davsclaus
Author: davsclaus Date: Mon Nov 29 15:14:40 2010 New Revision: 1040143 URL: http://svn.apache.org/viewvc?rev=1040143&view=rev Log: Camel fails if onCompletion has been mis configured from Java DSL. Added: camel/trunk/camel-core/src/test/java/org/apache/camel/processor/OnCompletionInvalidConf

[CONF] Apache Camel > Loading routes from XML files

2010-11-29 Thread confluence
Loading routes from XML files Page edited by Claus Ibsen Changes (4) ... Suppose we have the bar route as shown below in the {{barRoute.xml}} XML file.

[CONF] Apache Camel > Loading routes from XML files

2010-11-29 Thread confluence
Loading routes from XML files Page added by Claus Ibsen Loading routes from XML files Available as of Camel 2.6 This cookbook shows how to load and add routes from XML files into an existing CamelContext. You can define Camel routes in XML

[CONF] Apache Camel > Loading routes from XML files

2010-11-29 Thread confluence
Loading routes from XML files Page added by Claus Ibsen Loading routes from XML files Available as of Camel 2.6 This cookbook shows how to load and add routes from XML files into an existing CamelContext. You can define Camel routes in XML

[CONF] Apache Camel > Loading routes from XML files

2010-11-29 Thread confluence
Loading routes from XML files Page added by Claus Ibsen Loading routes from XML files Available as of Camel 2.6 This cookbook shows how to load and add routes from XML files into an existing CamelContext. You can define Camel routes in XML

svn commit: r1040104 - in /camel/trunk/camel-core/src/test: java/org/apache/camel/model/LoadRouteFromXmlTest.java resources/org/apache/camel/model/barRoute.xml

2010-11-29 Thread davsclaus
Author: davsclaus Date: Mon Nov 29 13:21:13 2010 New Revision: 1040104 URL: http://svn.apache.org/viewvc?rev=1040104&view=rev Log: Added test for loading route from XML file and adding to Camel at runtime. Modified: camel/trunk/camel-core/src/test/java/org/apache/camel/model/LoadRouteFromXml

[CONF] Apache Camel > Cookbook

2010-11-29 Thread confluence
Cookbook Page edited by Claus Ibsen Changes (1) ... * [Fine Grained Control Over a Channel] describes how to deliver a sequence of messages over a single ch

[CONF] Apache Camel > Camel 2.6.0 Release

2010-11-29 Thread confluence
Camel 2.6.0 Release Page edited by Claus Ibsen Changes (1) ... * Fixed {{markRollbackOnlyLast}} when used with inner/outer transactions. * {{InterceptStrate

svn commit: r1040099 - in /camel/trunk/camel-core/src: main/java/org/apache/camel/ main/java/org/apache/camel/impl/ test/java/org/apache/camel/model/ test/resources/org/apache/camel/model/

2010-11-29 Thread davsclaus
Author: davsclaus Date: Mon Nov 29 13:03:23 2010 New Revision: 1040099 URL: http://svn.apache.org/viewvc?rev=1040099&view=rev Log: CAMEL-3378: Added loadRoutesDefinition to CamelContext to easily load routes from XML resources. Added: camel/trunk/camel-core/src/test/java/org/apache/camel/mo

svn commit: r1040085 - in /camel/trunk/tests/camel-itest: ./ src/test/java/org/apache/camel/itest/jaxb/ src/test/resources/org/apache/camel/itest/jaxb/

2010-11-29 Thread davsclaus
Author: davsclaus Date: Mon Nov 29 12:27:48 2010 New Revision: 1040085 URL: http://svn.apache.org/viewvc?rev=1040085&view=rev Log: Added test for loading route from XML file and adding to Camel at runtime. Added: camel/trunk/tests/camel-itest/src/test/java/org/apache/camel/itest/jaxb/ ca

[CONF] Apache Camel > SpringIntegration

2010-11-29 Thread confluence
SpringIntegration Page edited by Claus Ibsen Changes (6) ... h3. Options {div:class=confluenceTableSmall} || Name || Description || Example ||

svn commit: r1040040 - /camel/trunk/camel-core/src/main/java/org/apache/camel/processor/DefaultChannel.java

2010-11-29 Thread davsclaus
Author: davsclaus Date: Mon Nov 29 08:55:53 2010 New Revision: 1040040 URL: http://svn.apache.org/viewvc?rev=1040040&view=rev Log: CAMEL-3266: InterceptStrategy is now ordered in the order they are added. Use Ordered interface to control the exact order. Modified: camel/trunk/camel-core/src

svn commit: r1040039 - in /camel/trunk: camel-core/src/main/java/org/apache/camel/processor/ camel-core/src/test/java/org/apache/camel/processor/intercept/ camel-core/src/test/java/org/apache/camel/pr

2010-11-29 Thread davsclaus
Author: davsclaus Date: Mon Nov 29 08:53:41 2010 New Revision: 1040039 URL: http://svn.apache.org/viewvc?rev=1040039&view=rev Log: CAMEL-3266: InterceptStrategy is now ordered in the order they are added. Use Ordered interface to control the exact order. Added: camel/trunk/camel-core/src/te

svn commit: r1040038 - /camel/trunk/camel-core/src/main/java/org/apache/camel/processor/loadbalancer/FailOverLoadBalancer.java

2010-11-29 Thread davsclaus
Author: davsclaus Date: Mon Nov 29 08:52:38 2010 New Revision: 1040038 URL: http://svn.apache.org/viewvc?rev=1040038&view=rev Log: Improved logging Modified: camel/trunk/camel-core/src/main/java/org/apache/camel/processor/loadbalancer/FailOverLoadBalancer.java Modified: camel/trunk/camel-c

[CONF] Apache Camel > Camel 2.6.0 Release

2010-11-29 Thread confluence
Camel 2.6.0 Release Page edited by Claus Ibsen Changes (1) ... * Camel fails fast on startup if [Load Balancer] has been misconfigured, such as configuring