svn commit: r1453714 - in /camel/trunk/components/camel-spring/src/test/java/org/apache/camel/spring/config: SpringRouteNoFromTest.java SpringRouteNoOutputTest.java

2013-03-06 Thread davsclaus
Author: davsclaus Date: Thu Mar 7 07:07:25 2013 New Revision: 1453714 URL: http://svn.apache.org/r1453714 Log: CAMEL-6131 RouteDefinition.toString() should include the route Id Modified: camel/trunk/components/camel-spring/src/test/java/org/apache/camel/spring/config/SpringRouteNoFromTest.j

svn commit: r1453704 - in /camel/trunk/camel-core/src: main/java/org/apache/camel/impl/CompositeRegistry.java test/java/org/apache/camel/impl/CompositeRegistryTest.java

2013-03-06 Thread ningjiang
Author: ningjiang Date: Thu Mar 7 06:23:24 2013 New Revision: 1453704 URL: http://svn.apache.org/r1453704 Log: CAMEL-6135 CompositeRegistry should catch the exception when it lookup the component across the registries Added: camel/trunk/camel-core/src/test/java/org/apache/camel/impl/Compos

buildbot success in ASF Buildbot on camel-site-production

2013-03-06 Thread buildbot
The Buildbot has detected a restored build on builder camel-site-production while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/camel-site-production/builds/8519 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-cms-slave Build Reason: The

buildbot failure in ASF Buildbot on camel-site-production

2013-03-06 Thread buildbot
The Buildbot has detected a new failure on builder camel-site-production while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/camel-site-production/builds/8518 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-cms-slave Build Reason: The Nig

svn commit: r853318 - in /websites/production/camel/content: articles.html cache/main.pageCache

2013-03-06 Thread buildbot
Author: buildbot Date: Wed Mar 6 16:18:44 2013 New Revision: 853318 Log: Production update by buildbot for camel Modified: websites/production/camel/content/articles.html websites/production/camel/content/cache/main.pageCache Modified: websites/production/camel/content/articles.html ===

svn commit: r1453353 - /camel/trunk/tests/camel-itest-osgi/pom.xml

2013-03-06 Thread davsclaus
Author: davsclaus Date: Wed Mar 6 14:52:27 2013 New Revision: 1453353 URL: http://svn.apache.org/r1453353 Log: Skip problematic tests Modified: camel/trunk/tests/camel-itest-osgi/pom.xml Modified: camel/trunk/tests/camel-itest-osgi/pom.xml URL: http://svn.apache.org/viewvc/camel/trunk/test

svn commit: r1453339 - /camel/trunk/tests/camel-itest-osgi/src/test/java/org/apache/camel/itest/osgi/cache/CacheRoutesManagementTest.java

2013-03-06 Thread davsclaus
Author: davsclaus Date: Wed Mar 6 14:18:45 2013 New Revision: 1453339 URL: http://svn.apache.org/r1453339 Log: Fixed cache test in osgi Modified: camel/trunk/tests/camel-itest-osgi/src/test/java/org/apache/camel/itest/osgi/cache/CacheRoutesManagementTest.java Modified: camel/trunk/tests/c

svn commit: r1453328 - /camel/trunk/tests/camel-itest-osgi/pom.xml

2013-03-06 Thread davsclaus
Author: davsclaus Date: Wed Mar 6 13:30:15 2013 New Revision: 1453328 URL: http://svn.apache.org/r1453328 Log: Disabled jclouds test due CAMEL-6134 Modified: camel/trunk/tests/camel-itest-osgi/pom.xml Modified: camel/trunk/tests/camel-itest-osgi/pom.xml URL: http://svn.apache.org/viewvc/ca

svn commit: r1453319 - in /camel/trunk/components/camel-servlet/src/main/java/org/apache/camel/component/servlet: CamelHttpTransportServlet.java ServletComponent.java

2013-03-06 Thread davsclaus
Author: davsclaus Date: Wed Mar 6 13:00:31 2013 New Revision: 1453319 URL: http://svn.apache.org/r1453319 Log: CAMEL-6125: Fixed servlet test in OSGi as they register a custom HttpRegistry Modified: camel/trunk/components/camel-servlet/src/main/java/org/apache/camel/component/servlet/CamelH

svn commit: r1453292 - in /camel/trunk: components/camel-cache/src/test/resources/test-ehcache.xml parent/pom.xml

2013-03-06 Thread davsclaus
Author: davsclaus Date: Wed Mar 6 11:14:14 2013 New Revision: 1453292 URL: http://svn.apache.org/r1453292 Log: Reverting back to ehcache 2.5 in camel-cache due SMX4-1395 Modified: camel/trunk/components/camel-cache/src/test/resources/test-ehcache.xml camel/trunk/parent/pom.xml Modified:

[CONF] Apache Camel > CEP

2013-03-06 Thread confluence
CEP Page edited by James Strachan Changes (1) ... * [join()|https://github.com/Netflix/RxJava/issues/56] So until RxJava hits 0.

[CONF] Apache Camel > CEP

2013-03-06 Thread confluence
CEP Page edited by James Strachan Changes (3) ... [Complex Event Processing|http://en.wikipedia.org/wiki/Complex_event_processing] or [Event St

[CONF] Apache Camel > CEP

2013-03-06 Thread confluence
CEP Page added by James Strachan Camel CEP Complex Event Processing or Event Stream Processing are approaches of processing streams of events, usually from multiple sources. One approach to CEP with Camel is to use the esper endpoint then

[CONF] Apache Camel > RX

2013-03-06 Thread confluence
RX Page edited by James Strachan Changes (1) ... rx.sendTo(observable, "activemq:MyQueue"); {code} h2. Embedding some RxJava pro

svn commit: r1453234 - in /camel/trunk/components/camel-rx: ./ src/main/java/org/apache/camel/rx/ src/main/java/org/apache/camel/rx/support/ src/test/java/org/apache/camel/rx/

2013-03-06 Thread jstrachan
Author: jstrachan Date: Wed Mar 6 09:26:48 2013 New Revision: 1453234 URL: http://svn.apache.org/r1453234 Log: added the ObservableMessage and ObservableBody helper classes which are Processors and make it easy to embed some RX processing code to handle messages / bodies inside an existing came

svn commit: r853240 - in /websites/production/camel/content: advicewith.html cache/main.pageCache

2013-03-06 Thread buildbot
Author: buildbot Date: Wed Mar 6 09:19:24 2013 New Revision: 853240 Log: Production update by buildbot for camel Modified: websites/production/camel/content/advicewith.html websites/production/camel/content/cache/main.pageCache Modified: websites/production/camel/content/advicewith.html

[CONF] Apache Camel > AdviceWith

2013-03-06 Thread confluence
AdviceWith Page edited by Jan Matèrne Comment: typo Changes (5) ... For example to match exact you can use {{weav