RE: Karaf + external artemis broker

2024-05-14 Thread Siano, Stephan via user
Hi Michael, I think the artemis commands come from the artemis bundles. There is some documentation here: https://activemq.apache.org/components/artemis/documentation/1.3.0/karaf.html Maybe this helps. Best regards Stephan From: michael e Sent: Tuesday, 14 May 2024 10:38 To:

RE: Karaf log4j conflict

2024-03-14 Thread Siano, Stephan via user
Hi, Maybe I add some technical explanation which might clear things up a little. Pax-Logging essentially consists of two parts, a frontend that implements different logging APIs (slf4j, OSGi logging service, log4j2, apache commons logging…) and a backend, which is doing the actual logging and

RE: OSGi managed service factory / Events on changes ?

2023-11-30 Thread Siano, Stephan via user
Hi On the first glance a ServiceTracker might achieve what you want. Best regards Stephan -Original Message- From: Ephemeris Lappis Sent: Thursday, 30 November 2023 09:19 To: user@karaf.apache.org Subject: OSGi managed service factory / Events on changes ? Hello. To manage some kind

RE: Karaf version java Compatibility

2023-11-19 Thread Siano, Stephan via user
Hi, I can confirm that Karaf 4.4.4 works with Java 8 (without a rebuild). Best regards Stephan From: Jean-Baptiste Onofré Sent: Friday, 17 November 2023 14:29 To: user@karaf.apache.org Subject: Re: Karaf version java Compatibility Hi, Karaf 4.3.x/4.4.x should be able to run with Java 8

RE: karaf newbie question.

2023-07-05 Thread Siano, Stephan via user
Hi, The error is actually coming from the blueprint extender. Your bundle b contains a file named OSGI-INF/blueprint/blueprint.xml This file contains some service reference (to a service implementing xyz.JaxRsEventAdapter) and these are not resolved. You should look into the blueprint.xml if