Re: Debugging and tracing camel-3.0.0 on OSGi

2019-12-03 Thread Claus Ibsen
> > Konstantin Chernov. > > -Original Message- > From: k.j.cher...@gmail.com > Sent: Monday, December 2, 2019 10:13 PM > To: users@camel.apache.org > Subject: RE: Debugging and tracing camel-3.0.0 on OSGi > > Thanks! > > https://issues.apache.org/jira/browse/CAME

RE: Debugging and tracing camel-3.0.0 on OSGi

2019-12-03 Thread k.j.chernov
users@camel.apache.org Subject: RE: Debugging and tracing camel-3.0.0 on OSGi Thanks! https://issues.apache.org/jira/browse/CAMEL-14240 Konstantin Chernov. -Original Message- From: Claus Ibsen Sent: Monday, December 2, 2019 10:01 PM To: users@camel.apache.org Subject: Re: Debugging and tracing camel-

RE: Debugging and tracing camel-3.0.0 on OSGi

2019-12-02 Thread k.j.chernov
Thanks! https://issues.apache.org/jira/browse/CAMEL-14240 Konstantin Chernov. -Original Message- From: Claus Ibsen Sent: Monday, December 2, 2019 10:01 PM To: users@camel.apache.org Subject: Re: Debugging and tracing camel-3.0.0 on OSGi Hi Yeah you are welcome to create a JIRA to

Re: Debugging and tracing camel-3.0.0 on OSGi

2019-12-02 Thread Claus Ibsen
ng > java? The way I did it looks like a very dirty hack for me. > Maybe there should be an option like "trace=true" (say, "debug=true") on > camelContext? > > > Konstantin Chernov. > > -Original Message- > From: Claus Ibsen > Sent: Monday

RE: Debugging and tracing camel-3.0.0 on OSGi

2019-12-02 Thread k.j.chernov
Ibsen Sent: Monday, December 2, 2019 9:13 PM To: users@camel.apache.org Subject: Re: Debugging and tracing camel-3.0.0 on OSGi I logged a ticket about the missing XSDs https://issues.apache.org/jira/browse/CAMEL-14239 On Mon, Dec 2, 2019 at 3:07 PM Claus Ibsen wrote: > > Hi > > Yo

Re: Debugging and tracing camel-3.0.0 on OSGi

2019-12-02 Thread Claus Ibsen
I logged a ticket about the missing XSDs https://issues.apache.org/jira/browse/CAMEL-14239 On Mon, Dec 2, 2019 at 3:07 PM Claus Ibsen wrote: > > Hi > > You need to turn on tracing before starting Camel in Camel 3 to have JMX > tracer. > > context.setBacklogTracing(true); > > > And the poor mans

Re: Debugging and tracing camel-3.0.0 on OSGi

2019-12-02 Thread Claus Ibsen
Hi You need to turn on tracing before starting Camel in Camel 3 to have JMX tracer. context.setBacklogTracing(true); And the poor mans debugger is a feature we no longer want to provide out of the box in Camel and its removed. On Mon, Dec 2, 2019 at 2:49 PM wrote: > > Hello. > > Is there an