svn commit: r1042541 - in /camel/trunk: camel-core/src/main/java/org/apache/camel/management/ camel-core/src/main/java/org/apache/camel/management/mbean/ camel-core/src/main/java/org/apache/camel/mode

2010-12-06 Thread davsclaus
Author: davsclaus Date: Mon Dec 6 08:02:24 2010 New Revision: 1042541 URL: http://svn.apache.org/viewvc?rev=1042541view=rev Log: CAMEL-3279, CAMEL-3392: Improved JMX. Any processor used in the route DSL will be managed. Allow custom Processor to be ManagementAware and expose its own set of

[CONF] Apache Camel Why is my processor not showing up in JConsole

2010-12-06 Thread confluence
Why is my processor not showing up in JConsole Page edited by Claus Ibsen Changes (1) ... For example the minor ones such as {{setHeader}} does not and

svn commit: r1042547 - in /camel/trunk: camel-core/src/main/java/org/apache/camel/impl/ components/camel-guice/src/main/java/org/apache/camel/guice/ components/camel-guice/src/test/resources/ tests/ t

2010-12-06 Thread davsclaus
Author: davsclaus Date: Mon Dec 6 08:39:38 2010 New Revision: 1042547 URL: http://svn.apache.org/viewvc?rev=1042547view=rev Log: If needed JARs is not on classpath, then JMX will be disabled and fallback to non JMX. Added standalone test to test this. Added:

svn commit: r1042552 - in /camel/trunk/components/camel-ftp/src/main/java/org/apache/camel/component/file/remote: FtpOperations.java SftpOperations.java

2010-12-06 Thread davsclaus
Author: davsclaus Date: Mon Dec 6 09:06:31 2010 New Revision: 1042552 URL: http://svn.apache.org/viewvc?rev=1042552view=rev Log: MR-385: Fixed ftp producer creating directory using windows path. It should normalize the path. Modified:

[CONF] Apache Camel Articles

2010-12-06 Thread confluence
Articles Page edited by Claus Ibsen Changes (1) ... * [Screencast/Demo of Smooks and Apache Camel processing

svn commit: r1042602 - /camel/trunk/camel-core/src/test/java/org/apache/camel/issues/SetHeaderInDoCatchIssueTest.java

2010-12-06 Thread davsclaus
Author: davsclaus Date: Mon Dec 6 12:16:17 2010 New Revision: 1042602 URL: http://svn.apache.org/viewvc?rev=1042602view=rev Log: Added unit test based on user issue. Added: camel/trunk/camel-core/src/test/java/org/apache/camel/issues/SetHeaderInDoCatchIssueTest.java Added:

svn commit: r1042612 - in /camel/trunk/components: camel-blueprint/ camel-blueprint/src/main/java/org/apache/camel/blueprint/ camel-core-osgi/src/main/java/org/apache/camel/core/osgi/ camel-spring/ ca

2010-12-06 Thread gnodet
Author: gnodet Date: Mon Dec 6 12:58:27 2010 New Revision: 1042612 URL: http://svn.apache.org/viewvc?rev=1042612view=rev Log: [CAMEL-3381][CAMEL-3382] Publish the CamelContext as an OSGi service and propagate camel events as EventAdmin events Added:

svn commit: r1042618 - /camel/trunk/tests/camel-itest-osgi/src/test/java/org/apache/camel/itest/osgi/blueprint/OSGiBlueprintTestSupport.java

2010-12-06 Thread gnodet
Author: gnodet Date: Mon Dec 6 13:07:59 2010 New Revision: 1042618 URL: http://svn.apache.org/viewvc?rev=1042618view=rev Log: [CAMEL-3381] Add an integration test Modified: camel/trunk/tests/camel-itest-osgi/src/test/java/org/apache/camel/itest/osgi/blueprint/OSGiBlueprintTestSupport.java

svn commit: r1042656 - in /camel/trunk/camel-core/src: main/java/org/apache/camel/processor/MulticastProcessor.java test/java/org/apache/camel/issues/SplitterThrowExceptionInExpressionTest.java

2010-12-06 Thread davsclaus
Author: davsclaus Date: Mon Dec 6 14:19:33 2010 New Revision: 1042656 URL: http://svn.apache.org/viewvc?rev=1042656view=rev Log: CAMEL-3394: Fixed splitter not using error handling if exception was thrown during evaluation of next splitted piece to use. Added:

svn commit: r1042676 - in /camel/trunk/camel-core/src: main/java/org/apache/camel/processor/Splitter.java main/java/org/apache/camel/util/ExchangeHelper.java test/java/org/apache/camel/issues/Splitter

2010-12-06 Thread davsclaus
Author: davsclaus Date: Mon Dec 6 15:28:52 2010 New Revision: 1042676 URL: http://svn.apache.org/viewvc?rev=1042676view=rev Log: CAMEL-3395: Fixed Splitter not setting correltion correlation id from splitted exchange to their parent exchange. Added:

svn commit: r1042677 - in /camel/trunk: camel-core/src/main/java/org/apache/camel/ components/camel-cxf/src/main/java/org/apache/camel/component/cxf/ components/camel-cxf/src/main/java/org/apache/came

2010-12-06 Thread wtam
Author: wtam Date: Mon Dec 6 15:28:58 2010 New Revision: 1042677 URL: http://svn.apache.org/viewvc?rev=1042677view=rev Log: [CAMEL-3386] Support destination address override by CxfProvider and CxfrsProvider Added:

[CONF] Apache Camel CXFRS

2010-12-06 Thread confluence
CXFRS Page edited by William Tam Changes (1) ... |synchronous| New in 2.5, this option will let CxfRsConsumer decide to use sync or async API to do the

[CONF] Apache Camel Camel 2.6.0 Release

2010-12-06 Thread confluence
Camel 2.6.0 Release Page edited by William Tam Changes (1) ... * The ObjectName for {{processor}} in JMX is now always using the node id it has been

svn commit: r1042753 - /camel/trunk/components/camel-jibx/pom.xml

2010-12-06 Thread davsclaus
Author: davsclaus Date: Mon Dec 6 18:17:46 2010 New Revision: 1042753 URL: http://svn.apache.org/viewvc?rev=1042753view=rev Log: Added license to pom.xml Modified: camel/trunk/components/camel-jibx/pom.xml Modified: camel/trunk/components/camel-jibx/pom.xml URL:

svn commit: r1042780 - in /camel/trunk: components/camel-blueprint/src/main/java/org/apache/camel/blueprint/ tests/camel-itest-osgi/src/test/java/org/apache/camel/itest/osgi/blueprint/ tests/camel-ite

2010-12-06 Thread gnodet
Author: gnodet Date: Mon Dec 6 20:29:22 2010 New Revision: 1042780 URL: http://svn.apache.org/viewvc?rev=1042780view=rev Log: [CAMEL-3271] packageScan does not work with camel-blueprint Added: