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=1140173&view=rev Log: CAMEL-4142 revert the patch as we created camel-example-cxf-blueprint Added: camel/trunk/examples/camel-example-cxf-osgi/src/main/resources/META-INF/spring/camel

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=1140172&view=rev Log: CAMEL-4142 revert the patch as we created camel-example-cxf-blueprint Removed: camel/trunk/examples/camel-example-cxf-osgi/src/profiles/blueprint/OSGI-INF/bluepr

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=1140159&view=rev Log: CAMEL-3655: Refactored having reusable code in file consumer to support both scheduled consumer and polling consumer. Added: camel/trunk/camel-core/src/main/jav

[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 getter

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=1140158&view=rev Log: Fixed test Modified: camel/trunk/camel-core/src/test/java/org/apache/camel/processor/ThrottlingInflightRoutePolicyContextScopeTest.java Modified: camel/trunk/c

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=1140112&view=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: http://svn.apache.org/viewvc

svn commit: r1140109 - /camel/trunk/components/camel-restlet/src/test/java/org/apache/camel/component/restlet/RestletTwoEndpointsTest.java

2011-06-27 Thread davsclaus
Author: davsclaus Date: Mon Jun 27 11:11:39 2011 New Revision: 1140109 URL: http://svn.apache.org/viewvc?rev=1140109&view=rev Log: CAMEL-3284: Added unit test Added: camel/trunk/components/camel-restlet/src/test/java/org/apache/camel/component/restlet/RestletTwoEndpointsTest.java - cop

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=1140102&view=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: c

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=1140096&view=rev Log: CAMEL-3948: pop3 protocol now supports marking mails as SEEN/DELETED. Thanks to Donald for the patch. Modified: camel/trunk/components/camel-mail/src/main/java/

svn commit: r1140095 - /camel/trunk/components/camel-mail/src/test/java/org/apache/camel/component/mail/MailShutdownCompleteAllTasksTest.java

2011-06-27 Thread davsclaus
Author: davsclaus Date: Mon Jun 27 10:51:06 2011 New Revision: 1140095 URL: http://svn.apache.org/viewvc?rev=1140095&view=rev Log: Fixed test Modified: camel/trunk/components/camel-mail/src/test/java/org/apache/camel/component/mail/MailShutdownCompleteAllTasksTest.java Modified: camel/trun

[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 v

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=1140067&view=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: camel/

svn commit: r1140061 - /camel/trunk/camel-core/src/main/java/org/apache/camel/spi/UnitOfWork.java

2011-06-27 Thread davsclaus
Author: davsclaus Date: Mon Jun 27 09:05:40 2011 New Revision: 1140061 URL: http://svn.apache.org/viewvc?rev=1140061&view=rev Log: Added note in javadoc about getOriginalInMessage is subject for change in later Camel release Modified: camel/trunk/camel-core/src/main/java/org/apache/camel/spi

[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 {{WhenDefinition}}

[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] framew

[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 simple

[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 Blueprint}

[CONF] Apache Camel > Camel 2.8.0 Release

2011-06-27 Thread confluence
Camel 2.8.0 Release Page edited by Claus Ibsen Changes (2) ... h3. New [Examples] * [CXF Example OSGi] using Spring-DM

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=1140037&view=rev Log: CAMEL-4109: Added camel-cxf blueprint example. Thanks to Dan for patch. Added: camel/trunk/examples/camel-example-cxf-blueprint/ (with props) camel/trunk/ex