Re: Passwords in Camel endpoint URIs and limitations of RAW syntax

2020-06-05 Thread Vojtech Fried
Hi Florian, I also had this problem. Neither URI encoding nor RAW helped. My solution in 2.x Camel was to use # notation in the URI with a String stored as in a registry. Then Camel took the string and did not process it. It required some fiddling with Registries to make them writable, but it

hash (pound sign) notation in Camel 3.x

2020-06-05 Thread Vojtech Fried
Hi, in Camel 2.x I used a # notation in URIs for endpoints. I used the # for example for passwords, because passwords can contain any characters and I don't want any Camel processing on it. I used SimpleRegistry to add objects and somehow plugged it into Camel context and then looked those

RE: Camel plugin no longer shows up in hawtio

2020-06-05 Thread k.j.chernov
Hi. Maybe it is the same problem that I've had once? https://camel.465427.n5.nabble.com/Debugging-and-tracing-camel-3-0-0-on-OSGi-td5849514.html Best regards, Konstantin J. Chernov. -Original Message- From: Mark Nuttall Sent: Friday, June 5, 2020 8:37 AM To: users@camel.apache.org

Re: Camel plugin no longer shows up in hawtio

2020-06-05 Thread Jeremy Ross
Looks like you have to add camel-management now since JMX is disabled by default. https://camel.apache.org/manual/latest/camel-3-migration-guide.html#_jmx On Fri, Jun 5, 2020 at 7:15 AM wrote: > Hi. > > Maybe it is the same problem that I've had once? > >