Re: How to programmatically reset an application property?

2021-08-23 Thread Вячеслав Бойко
It seems you are doing it wrong. What is the intention of your doing? How do you use placeholders in Camel routes? If you place them into endpoints' URLs you could not change their values to take effect immediately. You have to reset the whole Camel context. It leads to stop all routes, reinit

How to programmatically reset an application property?

2021-08-23 Thread Ron Cecchini
I'm using Camel + Spring Boot. In my application.properties, I set a property 'foo.bar.size' In my routes, I use: {{foo.bar.size}} In some Java processor code, I use: camelContext.resolvePropertyPlaceholders("{{foo.bar.size}}") I now need to reset that property in some Java code and have it

R: How to get camel-google-pubsub working on GKE, pubsub with workload identity (instead of service account keys?

2021-08-23 Thread Andrea Cosentino
Hello, You're welcome to open a Jira and work on a PR. We need to review more google cloud components for sure in relation to this. Thanks for reaching out to the community  Inviato da Yahoo Mail su Android Il lun, 23 ago, 2021 alle 21:45, Tamás Utasi ha scritto: I'm trying to get a simpl

How to get camel-google-pubsub working on GKE, pubsub with workload identity (instead of service account keys?

2021-08-23 Thread Tamás Utasi
I'm trying to get a simple piece of code working using: - GKE (https://cloud.google.com/kubernetes-engine), - google pubsub, - workload identity ( https://cloud.google.com/kubernetes-engine/docs/how-to/workload-identity), - camel-google-pubsub and camel-google-pubsub-starter v 3.11.0 My app comes

Re: Camel-ldap xtream issue

2021-08-23 Thread JB Onofré
I will take a look. Regards JB > Le 23 août 2021 à 21:40, Daniel Langevin a écrit : > >  > Hi ! > Anybody have a clue ? > > Regards. > > Daniel > >> On 2021/08/17 19:31:33, Daniel Langevin >> wrote: >> Hi, >> >> I try to modify an application who retrieve LDAP search, >> Convert resul

Re: Camel-ldap xtream issue

2021-08-23 Thread Daniel Langevin
Hi ! Anybody have a clue ? Regards. Daniel On 2021/08/17 19:31:33, Daniel Langevin wrote: > Hi, > > I try to modify an application who retrieve LDAP search, > Convert result in XML and generate HTML with camel-saxon. > > CAMEL 3.11.1 Karaf 4.2.10 > > > But facing a problem. > > I Add a

RE: Camel-ldap xtream issue

2021-08-23 Thread Daniel Langevin
Hello, does anyone have a clue? A way to solve the problem? An explanation ? I'm still stuck Regards! Daniel Langevin -Message d'origine- De : Daniel Langevin Envoyé : 17 août 2021 15:32 À : users@camel.apache.org Objet : Camel-ldap xtream issue Hi, I try to modify an application

Re: [discuss] find a better name for KameletBinding

2021-08-23 Thread Tadayoshi Sato
"Binding" sounds good to me, too. On Fri, Aug 20, 2021 at 7:07 PM Claus Ibsen wrote: > Hi > > Yeah one of the hardest problem is naming, and after that renaming as > a lot of old stuff "expects" the old name. > > I am also leading to Binding, as we have other concepts in Camel K > that are neutr