svn commit: r988826 - /camel/trunk/components/camel-quickfix/pom.xml

2010-08-24 Thread davsclaus
Author: davsclaus Date: Wed Aug 25 06:55:04 2010 New Revision: 988826 URL: http://svn.apache.org/viewvc?rev=988826&view=rev Log: CAMEL-3076: Upgraded to quickfix 1.5.0 Modified: camel/trunk/components/camel-quickfix/pom.xml Modified: camel/trunk/components/camel-quickfix/pom.xml URL: http:/

[CONF] Apache Camel > Camel 2.5.0 Release

2010-08-24 Thread confluence
Camel 2.5.0 Release Page edited by Claus Ibsen Changes (1) ... * [Simple] language can now compare numeric values which was entered as String types. * Fixed

[CONF] Apache Camel > Simple

2010-08-24 Thread confluence
Simple Page edited by Claus Ibsen Changes (2) ... | or | or is used to group two expressions || *Notice:* Currently {{and}} or {{or}} can only

svn commit: r988647 - in /camel/trunk/camel-core/src: main/java/org/apache/camel/language/simple/ test/java/org/apache/camel/component/file/ test/java/org/apache/camel/language/ test/resources/

2010-08-24 Thread davsclaus
Author: davsclaus Date: Tue Aug 24 18:18:41 2010 New Revision: 988647 URL: http://svn.apache.org/viewvc?rev=988647&view=rev Log: CAMEL-3075: Simple language now supports using unlimited and,or operators. Modified: camel/trunk/camel-core/src/main/java/org/apache/camel/language/simple/SimpleLa

svn commit: r988607 - in /camel/trunk/platforms/karaf/features/src/main/resources: features-spring2.xml features.xml

2010-08-24 Thread akarpe
Author: akarpe Date: Tue Aug 24 15:55:10 2010 New Revision: 988607 URL: http://svn.apache.org/viewvc?rev=988607&view=rev Log: CAMEL-3071 - Added a feature to deploy camel-sip to a Servicemix container Modified: camel/trunk/platforms/karaf/features/src/main/resources/features-spring2.xml c

svn commit: r988577 - in /camel/trunk/tests/camel-itest-activemq-highvolume: pom.xml src/main/resources/META-INF/activemq.xml src/main/resources/META-INF/spring/camel-context.xml

2010-08-24 Thread cmoulliard
Author: cmoulliard Date: Tue Aug 24 14:48:21 2010 New Revision: 988577 URL: http://svn.apache.org/viewvc?rev=988577&view=rev Log: (empty) Modified: camel/trunk/tests/camel-itest-activemq-highvolume/pom.xml camel/trunk/tests/camel-itest-activemq-highvolume/src/main/resources/META-INF/acti

svn commit: r988514 - in /camel/trunk/tests/camel-itest-activemq-highvolume/src/main: java/org/apache/camel/itest/highvolume/Messages.java resources/META-INF/spring/camel-context.xml

2010-08-24 Thread cmoulliard
Author: cmoulliard Date: Tue Aug 24 12:46:22 2010 New Revision: 988514 URL: http://svn.apache.org/viewvc?rev=988514&view=rev Log: Solve camel route error in the uri syntax ( --> Modified: camel/trunk/tests/camel-itest-activemq-highvolume/src/main/java/org/apache/camel/itest/highvolume/Messa

svn commit: r988501 - in /camel/trunk/tests/camel-itest-activemq-highvolume: ./ src/ src/main/ src/main/java/ src/main/java/org/ src/main/java/org/apache/ src/main/java/org/apache/camel/ src/main/java

2010-08-24 Thread cmoulliard
Author: cmoulliard Date: Tue Aug 24 12:17:33 2010 New Revision: 988501 URL: http://svn.apache.org/viewvc?rev=988501&view=rev Log: Add a new project to simulate high-volume (production & consumption) using camel routes + activemq. Added: camel/trunk/tests/camel-itest-activemq-highvolume/

svn commit: r988453 - /camel/trunk/camel-core/src/main/java/org/apache/camel/CamelContext.java

2010-08-24 Thread davsclaus
Author: davsclaus Date: Tue Aug 24 09:49:48 2010 New Revision: 988453 URL: http://svn.apache.org/viewvc?rev=988453&view=rev Log: Polished Modified: camel/trunk/camel-core/src/main/java/org/apache/camel/CamelContext.java Modified: camel/trunk/camel-core/src/main/java/org/apache/camel/CamelCo

[CONF] Apache Camel > Smooks

2010-08-24 Thread confluence
Smooks Page edited by Claus Ibsen Changes (1) ... Parsing from any given data source to EDI is implemented using Camel [Data Format]. {info:t

[CONF] Apache Camel > Atom

2010-08-24 Thread confluence
Atom Page edited by Claus Ibsen Changes (2) ... Maven users will need to add the following dependency to their {{pom.xml}} for this component:

svn commit: r988435 - in /camel/trunk/components/camel-atom/src: main/java/org/apache/camel/component/atom/ main/java/org/apache/camel/component/feed/ test/java/org/apache/camel/component/atom/

2010-08-24 Thread davsclaus
Author: davsclaus Date: Tue Aug 24 08:48:15 2010 New Revision: 988435 URL: http://svn.apache.org/viewvc?rev=988435&view=rev Log: CAMEL-3072: Added new option throttleEntries. Thanks to Lorrin Nelson for the patch. Added: camel/trunk/components/camel-atom/src/test/java/org/apache/camel/compo

[CONF] Apache Camel > Camel 3.0 - Roadmap

2010-08-24 Thread confluence
Camel 3.0 - Roadmap Page edited by Claus Ibsen Changes (1) ... With the [Asynchronous Routing Engine] it would be great if we could support asynchronous tr

svn commit: r988423 - in /camel/trunk: components/camel-csv/pom.xml parent/pom.xml

2010-08-24 Thread davsclaus
Author: davsclaus Date: Tue Aug 24 08:02:58 2010 New Revision: 988423 URL: http://svn.apache.org/viewvc?rev=988423&view=rev Log: camel-csv using SMX bundle jar as the apache jar has not been published to central maven repo. Modified: camel/trunk/components/camel-csv/pom.xml camel/trunk/p

svn commit: r988419 - in /camel/trunk/components/camel-sip/src: main/java/org/apache/camel/component/sip/ main/java/org/apache/camel/component/sip/listener/ test/java/org/apache/camel/component/sip/ t

2010-08-24 Thread davsclaus
Author: davsclaus Date: Tue Aug 24 07:52:46 2010 New Revision: 988419 URL: http://svn.apache.org/viewvc?rev=988419&view=rev Log: Fixed test and polished code a bit. Modified: camel/trunk/components/camel-sip/src/main/java/org/apache/camel/component/sip/SipComponent.java camel/trunk/comp

svn commit: r988413 - /camel/trunk/camel-core/src/test/java/org/apache/camel/processor/ThrottlerAsyncDelayedTest.java

2010-08-24 Thread davsclaus
Author: davsclaus Date: Tue Aug 24 07:29:55 2010 New Revision: 988413 URL: http://svn.apache.org/viewvc?rev=988413&view=rev Log: Fixed test Modified: camel/trunk/camel-core/src/test/java/org/apache/camel/processor/ThrottlerAsyncDelayedTest.java Modified: camel/trunk/camel-core/src/test/jav