Re: Using custom MDC values with Camel

2014-09-07 Thread Joni Nousiainen
a custom UoW factory and extend the MDC factory we have an > add the logic you need. And then configure Camel to use your factory. > http://camel.apache.org/advanced-configuration-of-camelcontext-using-spring.html > > On Fri, Sep 5, 2014 at 1:15 PM, Joni Nousiainen > wrote: >&g

Using custom MDC values with Camel

2014-09-05 Thread Joni Nousiainen
ersion: 2.12.4 Karaf version: 2.3.5 Java version: 1.7.0_51 Platform: Windows BR, Joni Nousiainen

Re: Problem with tracing streams (and stream caching)

2014-02-11 Thread Joni Nousiainen
Thanks for the tip! I tried upgrading to the latest version of JDK 7 (1.7.0_51). Unfortunately this had no effect on the problem. BR, Joni On 11.2.2014 23:36, Christian Müller wrote: First of all, you should upgrade to a more recent Java version. Best, Christian

Re: Problem with tracing streams (and stream caching)

2014-02-03 Thread Joni Nousiainen
Of course I forgot to include version, it's only mentioned three times in the posting instructions. :) I'm using version 2.12.2. I tried the latest snapshot version (2.13-SNAPSHOT) as you suggested. Same problem exists with it as well. BR, Joni On 31.1.2014 22:05, Claus Ibsen wrote: What C

Problem with tracing streams (and stream caching)

2014-01-31 Thread Joni Nousiainen
ions what might be the cause? A summary of my use case: I'm trying to come up with sort of a general-purpose monitoring tool which could be plugged into any of our other Camel contexts easily just by importing in the extended Tracer (and setting streamCache and trace to true on the context of course). BR, Joni Nousiainen