Re: Apache Camel and hawt.io debugging: Body/Header not visible at breakpoint

2022-03-16 Thread Bert Speckels
Sure, I can try :-) First of all I add the following *dependency to my camel projects pom.xml* org.apache.camel camel-management Then I *start my camel application* with the following VM parameter: -javaagent:./jolokia-jvm-1.7.1.jar=port=,host=localhost (the jolokai JAR is stored

Re: Apache Camel and hawt.io debugging: Body/Header not visible at breakpoint

2022-03-16 Thread Chirag
Bert, I am trying to build something similar. can you point me in the right direction to enabling Jolokia with hawtio and camel-main? I am currently running embedded hawtio. ચિરાગ/चिराग/Chirag -- Sent from My Gmail Account On Mon, Mar 14, 2022 at 2:50 AM B

Re: Apache Camel and hawt.io debugging: Body/Header not visible at breakpoint

2022-03-13 Thread Bert Speckels
Yes, maybe. But yesterday evening the situation has changed: After some changes concerning other aspects of my application (like assigning an ID to most of the route nodes) debugging works now including the display of body and headers. I have no clue what changed to make it work. And at the same

Re: Apache Camel and hawt.io debugging: Body/Header not visible at breakpoint

2022-03-13 Thread Tadayoshi Sato
Hi Bert, It's likely that the problem is in Hawtio. Hawtio is not yet updated with the latest Camel versions. Feel free to file your issue at https://github.com/hawtio/hawtio-integration/issues Thanks, Tadayoshi On Mon, Mar 14, 2022 at 3:20 AM Bert Speckels wrote: > Hi > > I am quite new with