Re: add/remove JAAS users and roles within a Camel route?

2020-05-20 Thread Gerald Kallas
Tx JB. So in this case, how can i call the jaas:* service from a Camel route? I did some research but wasn't able to find this .. Regards - Gerald > Jean-Baptiste Onofre hat am 20. Mai 2020 20:25 > geschrieben: > > > Hi, > > You mean on a JAAS backend ? > > JAAS doesn’t provide anything

Re: add/remove JAAS users and roles within a Camel route?

2020-05-20 Thread Jean-Baptiste Onofre
Hi, You mean on a JAAS backend ? JAAS doesn’t provide anything about that. That’s why in Karaf we have the "backend" service attached to some login modules. In your Camel route, you can interact with these services (as the jaas:* commands do in Karaf). Regards JB > Le 20 mai 2020 à 19:50,

add/remove JAAS users and roles within a Camel route?

2020-05-20 Thread Gerald Kallas
Hi all, is it possible to add/remove users and roles inside a Camel route (Blueprint DSL) or at least w/ a piece of Java code inside a bean? Thanks in advance for any hints - Gerald

Simple JMS Batch Component

2020-05-20 Thread Shenavai, Manuel
Hi everyone, I started looking into the Simple JMS Batching component. In our use-case we like to fetch several messages from JMS and aggregate them into a single message which is then processed. The Camel Simple JMS

[ANNOUNCEMENT] Apache Camel-kafka-connector 0.2.0

2020-05-20 Thread Andrea Tarocchi
The Camel community announces the immediate availability of Apache Camel-kafka-connector 0.2.0 The artifacts are published and ready for you to download either from the Apache mirrors or from maven central. For more info please visit the project GitHub repository[1]. Many thanks to all who made

Re: Camel 3: error with Mockito

2020-05-20 Thread John Poth
Hi Andriy, can you try specifying the method you want to call in you route i.e .bean(positionMapItem, "map") ? Thanks ! On Tue, May 19, 2020 at 8:00 PM Andriy Klymenko wrote: > Hi, > > > > We use Camel 2 in our project for more than 3 years. > > Recently we decided to migrate to *Camel 3* but