Default route EventNotifier

2014-08-21 Thread Alexey Markevich
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.

Re: Seconds since 1970

2015-04-17 Thread Alexey Markevich
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

Re: Warning out on naming Blueprint property-placeholder persistent-id="stuff-test"

2016-06-01 Thread Alexey Markevich
Similar issue: https://issues.apache.org/jira/browse/KARAF-3007 On Tue, 31 May 2016 21:00:34 +0300, Owain McGuire wrote: ![](https://link.nylas.com/open/ez36v71u7uh7qiundny4ougdd/local-dab1ed0a-250c) Finally found this: https://access.redhat.com/solutions/1535463 If you have a dash "-"

Re: karaf issues with camel and activemq latest 2.17.2

2016-08-08 Thread Alexey Markevich
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

Re: MDC logging does not work with camel.routeId anymore

2015-07-07 Thread Alexey Markevich
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

Re: java dsl vs blueprint xml

2015-12-15 Thread Alexey Markevich
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):