Hello,
Using Camel 2.13.2 I've found that my route already contains EventNotifier
but with Camel 2.12.1 there was nothing. I checked change history but
can't find regarding changes. Can anybody point me to this?
--
Regards, Alexey.
Simply .setBody().simple("bean:java.lang.System?method=currentTimeMillis")
-> BodyType: Long, Body: 1429271715421
On Fri, 17 Apr 2015 14:51:05 +0300, Morgan Hautman
wrote:
Hi Angelo,
in a procesor you could do
System.currentTimeMillis();
http://docs.oracle.com/javase/7/docs/api/java/la
Similar issue: https://issues.apache.org/jira/browse/KARAF-3007
On Tue, 31 May 2016 21:00:34 +0300, Owain McGuire
wrote:

Finally found this: https://access.redhat.com/solutions/1535463
If you have a dash "-"
ActiveMQ 5.13.4 contains a fix for 'activemq-osgi defines wrong range for
org.springframework.osgi' [1]
1. https://issues.apache.org/jira/browse/AMQ-6271
On Mon, 08 Aug 2016 00:11:17 +0300, Tim Jones wrote:
Maybe related to this
http://karaf.922171.n3.nabble.com/ActiveMQ-and-Camel-2-17-x-o
Hi,
Maybe [1] the reason?
1. https://issues.apache.org/jira/browse/CAMEL-7795
On Tue, 07 Jul 2015 12:41:05 +0300, rwijngaa
wrote:
Hi Claus,
The problem has to do with the onCompletion processor we use (and indeed,
maybe also with the osgi pax logging) In the logging i see one line with
2) Unlike in the java dsl, you cannot split the routes into several files
and import them.
you can use
http://camel.apache.org/direct-vm.html
or
http://camel.apache.org/vm.html
to communicate beetwen different routes;
you can share single Camel context between route builders (Spring example):