AW: Jasypt Encryption Configuration in Apache Kara

2024-05-15 Thread Karsten Blume
Hi, we use camel and cfg files for parametrizing the camel and encode the secrets in those cfg files. For this we modify the camel property reader in our camel blueprint inside of the camel context: jasyptRef requested as service being provided for the same blueprint context   

AW: Install a feature multiple times with different configurations

2022-12-01 Thread Karsten Blume
Hello Ephemeris, regarding 2.: - all the cfg files of format -.cfg will be loaded by the same cm; I don't remember the location, but could be directly in the karaf docs. - pax-jms-config, pax-jdbc-config handle also multiple cfg files (and decanter as said before) BR -Ursprüngliche

AW: Exporting an instance of a 3rd party library as service

2022-05-06 Thread Karsten Blume
encryption.StringEncryptor interface. Can your 'base' bundle provide this? Regards, Geoff -Original Message- From: Karsten Blume Sent: 04 April 2022 14:48 To: user@karaf.apache.org Subject: AW: Exporting an instance of a 3rd party library as service Hello Geoffrey, Yes, I mean there are some exam

AW: Problems setting up Karaf with ActiveMQ and Blueprint

2022-05-06 Thread Karsten Blume
Cheers, Heri ____ Von: Karsten Blume mailto:karsten.bl...@ottoint.com>> Gesendet: Donnerstag, 5. Mai 2022 12:18 An: user@karaf.apache.org<mailto:user@karaf.apache.org> mailto:user@karaf.apache.org>> Betreff: AW: Problems setting up Karaf with ActiveMQ and Blueprint Hello Heribert,

AW: Problems setting up Karaf with ActiveMQ and Blueprint

2022-05-05 Thread Karsten Blume
Hello Heribert, You need to use the endpoint or the component parameters to define the broker (URL, user, pwd,...). You could configure the AMQ component as bean including the above parameters, then all "activemq" endpoints in your context use this. Or you define all the parameters in the

AW: Exporting an instance of a 3rd party library as service

2022-04-06 Thread Karsten Blume
with an interface class, the bundle needs to have that interface class on its own classpath. Is the module with that class in the list of dependencies for the bundle (the one using "reference)? Art On Mon, Apr 4, 2022 at 3:00 AM Karsten Blume mailto:karsten.bl...@ottoint.com>> wr

AW: Exporting an instance of a 3rd party library as service

2022-04-04 Thread Karsten Blume
ssage- From: Karsten Blume Sent: 04 April 2022 11:00 To: user@karaf.apache.org Subject: AW: Exporting an instance of a 3rd party library as service Hello Jean-Baptiste, Geoffrey Here are some more details: runtime err msg Unable to start blueprint container for bundle order/22.14.0.

AW: Exporting an instance of a 3rd party library as service

2022-04-04 Thread Karsten Blume
nding the service" ? You mean at runtime (looking for service reference) or at deployment time (the maven-bundle-plugin is generated req/cap for service, so it might be your issue) ? If you can share the message you have, it would be helpful. Regards JB On Mon, Apr 4, 2022 at 9:06 AM Karsten Bl

Exporting an instance of a 3rd party library as service

2022-04-04 Thread Karsten Blume
Hello everybody, i come up with a issue, which might be easily answered in the OSGI world, though I have not yet found a solution in the WWW. Running Karaf 3.0.7, Java8, Blueprint Objective Any bundle (own or e.g. pax-jdbc-config) should be able to use the same configured StringEncryptor. How