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-11 Thread Christian Müller
First of all, you should upgrade to a more recent Java version. Best, Christian - Software Integration Specialist Apache Member V.P. Apache Camel | Apache Camel PMC Member | Apache Camel committer Apache Incubator PMC Member https://www.linkedin.com/pub/christian-mueller/11/551

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

Re: Problem with tracing streams (and stream caching)

2014-01-31 Thread Claus Ibsen
What Camel version do you use? Try to upgrade to latest. And try SNAPSHOT code also. On Fri, Jan 31, 2014 at 1:34 PM, Joni Nousiainen wrote: > Hi all! > > I am trying to extend Camel's built-in Tracer's functionality by adding my > own TraceEventHandler implementation. The implementation places t

Problem with tracing streams (and stream caching)

2014-01-31 Thread Joni Nousiainen
Hi all! I am trying to extend Camel's built-in Tracer's functionality by adding my own TraceEventHandler implementation. The implementation places the ProcessorDefinition and Exchange inside a wrapper object and then sends it to another Camel route (trace route) by using ProducerTemplate.send