Re: hash (pound sign) notation in Camel 3.x

2020-06-09 Thread Jeremy Ross
__ > From: Claus Ibsen > Sent: Sunday, June 7, 2020 10:01 > To: users@camel.apache.org > Subject: [EXTERNAL] - Re: hash (pound sign) notation in Camel 3.x > > Hi > > You should use #bean:xxx to refer to a bean in the registry by its id. > > https://urldefense.com/v3/_

Re: hash (pound sign) notation in Camel 3.x

2020-06-08 Thread Vojtech Fried
Thanks. Works perfectly. From: Claus Ibsen Sent: Sunday, June 7, 2020 10:01 To: users@camel.apache.org Subject: [EXTERNAL] - Re: hash (pound sign) notation in Camel 3.x Hi You should use #bean:xxx to refer to a bean in the registry by its id. https

Re: hash (pound sign) notation in Camel 3.x

2020-06-07 Thread Claus Ibsen
Hi You should use #bean:xxx to refer to a bean in the registry by its id. https://github.com/apache/camel/commit/763bfeb999f1fa7a3a3f1ef96c7a7eefa2032734 On Fri, Jun 5, 2020 at 1:56 PM Vojtech Fried wrote: > > Hi, > > in Camel 2.x I used a # notation in URIs for endpoints. I used the > # for

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