svn commit: r1140037 - in /camel/trunk/examples: ./ camel-example-cxf-blueprint/ camel-example-cxf-blueprint/src/ camel-example-cxf-blueprint/src/main/ camel-example-cxf-blueprint/src/main/java/ camel

2011-06-27 Thread davsclaus
Author: davsclaus Date: Mon Jun 27 07:46:29 2011 New Revision: 1140037 URL: http://svn.apache.org/viewvc?rev=1140037view=rev Log: CAMEL-4109: Added camel-cxf blueprint example. Thanks to Dan for patch. Added: camel/trunk/examples/camel-example-cxf-blueprint/ (with props)

[CONF] Apache Camel CXF Example OSGi

2011-06-27 Thread confluence
CXF Example OSGi Page edited by Claus Ibsen Changes (3) ... *Available as of Camel 2.8* {info:title=Spring-DM vs. OSGi

[CONF] Apache Camel CXF Example OSGi Blueprint

2011-06-27 Thread confluence
CXF Example OSGi Blueprint Page added by Claus Ibsen CXF Example OSGi Blueprint Available as of Camel 2.8 Spring-DM vs. OSGi BlueprintThis example uses OSGi Blueprint for OSGi. There is another CXF Example OSGi that uses Spring-DM. A

[CONF] Apache Camel Examples

2011-06-27 Thread confluence
Examples Page edited by Claus Ibsen Changes (2) ... * [BAM Example] shows how to use Camel as a [BAM (Business Activity Monitoring)|BAM]

[CONF] Apache Camel Camel 2.8.0 Release

2011-06-27 Thread confluence
Camel 2.8.0 Release Page edited by Claus Ibsen Changes (1) ... ** {{onWhen()}} on {{TryDefinition}} ** {{_expression_()}} on

svn commit: r1140067 - /camel/trunk/camel-core/src/test/java/org/apache/camel/util/LRUSoftCacheTest.java

2011-06-27 Thread davsclaus
Author: davsclaus Date: Mon Jun 27 09:18:52 2011 New Revision: 1140067 URL: http://svn.apache.org/viewvc?rev=1140067view=rev Log: CAMEL-4069: Removed out of memory test as it would depend on avail memory on servers etc. And its using SoftReference from the JDK which works. Modified:

[CONF] Apache Camel Camel 2.8.0 Release

2011-06-27 Thread confluence
Camel 2.8.0 Release Page edited by Claus Ibsen Changes (1) ... * Added {{ManagementObjectStrategy}} as SPI to make it easier to reuse all the

svn commit: r1140096 - /camel/trunk/components/camel-mail/src/main/java/org/apache/camel/component/mail/MailConsumer.java

2011-06-27 Thread davsclaus
Author: davsclaus Date: Mon Jun 27 10:51:48 2011 New Revision: 1140096 URL: http://svn.apache.org/viewvc?rev=1140096view=rev Log: CAMEL-3948: pop3 protocol now supports marking mails as SEEN/DELETED. Thanks to Donald for the patch. Modified:

svn commit: r1140102 - /camel/trunk/components/camel-mail/src/main/java/org/apache/camel/component/mail/MailConfiguration.java

2011-06-27 Thread davsclaus
Author: davsclaus Date: Mon Jun 27 10:59:00 2011 New Revision: 1140102 URL: http://svn.apache.org/viewvc?rev=1140102view=rev Log: CAMEL-3948: Do not set rsetbeforequit property on mail configuration as its essentially enables reset on quit, which means it will undo all changes. Modified:

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

2011-06-27 Thread ningjiang
Author: ningjiang Date: Mon Jun 27 11:22:44 2011 New Revision: 1140112 URL: http://svn.apache.org/viewvc?rev=1140112view=rev Log: CAMEL-4157 Upgraded Jetty version to 7.4.2.v20110526 Modified: camel/trunk/parent/pom.xml Modified: camel/trunk/parent/pom.xml URL:

svn commit: r1140158 - /camel/trunk/camel-core/src/test/java/org/apache/camel/processor/ThrottlingInflightRoutePolicyContextScopeTest.java

2011-06-27 Thread davsclaus
Author: davsclaus Date: Mon Jun 27 13:41:33 2011 New Revision: 1140158 URL: http://svn.apache.org/viewvc?rev=1140158view=rev Log: Fixed test Modified: camel/trunk/camel-core/src/test/java/org/apache/camel/processor/ThrottlingInflightRoutePolicyContextScopeTest.java Modified:

[CONF] Apache Camel Camel 2.8.0 Release

2011-06-27 Thread confluence
Camel 2.8.0 Release Page edited by Claus Ibsen Changes (1) ... * Added {{removeEventNotifier}} method to {{ManagementStrategy}} * Added

svn commit: r1140159 - in /camel/trunk: camel-core/src/main/java/org/apache/camel/component/file/ components/camel-ftp/src/main/java/org/apache/camel/component/file/remote/

2011-06-27 Thread davsclaus
Author: davsclaus Date: Mon Jun 27 13:53:36 2011 New Revision: 1140159 URL: http://svn.apache.org/viewvc?rev=1140159view=rev Log: CAMEL-3655: Refactored having reusable code in file consumer to support both scheduled consumer and polling consumer. Added:

svn commit: r1140172 - in /camel/trunk/examples/camel-example-cxf-osgi: README.txt pom.xml src/profiles/blueprint/OSGI-INF/blueprint/camel-context.xml src/profiles/spring/META-INF/spring/camel-context

2011-06-27 Thread ningjiang
Author: ningjiang Date: Mon Jun 27 14:23:37 2011 New Revision: 1140172 URL: http://svn.apache.org/viewvc?rev=1140172view=rev Log: CAMEL-4142 revert the patch as we created camel-example-cxf-blueprint Removed:

svn commit: r1140173 - /camel/trunk/examples/camel-example-cxf-osgi/src/main/resources/META-INF/spring/camel-context.xml

2011-06-27 Thread ningjiang
Author: ningjiang Date: Mon Jun 27 14:24:54 2011 New Revision: 1140173 URL: http://svn.apache.org/viewvc?rev=1140173view=rev Log: CAMEL-4142 revert the patch as we created camel-example-cxf-blueprint Added: