ivan-ra commented on issue #595: URL: https://github.com/apache/camel-karaf/issues/595#issuecomment-2736493463
yes, there are all needed bundles in system repo. I looked at the assembly and finally found cause. And I can reproduce it even on online karaf. This steps on new clean karaf: ``` __ __ ____ / //_/____ __________ _/ __/ / ,< / __ `/ ___/ __ `/ /_ / /| |/ /_/ / / / /_/ / __/ /_/ |_|\__,_/_/ \__,_/_/ Apache Karaf (4.4.7) Hit '<tab>' for a list of available commands and '[cmd] --help' for help on a specific command. Hit '<ctrl-d>' or type 'system:shutdown' or 'logout' to shutdown Karaf. karaf@root()> feature:repo-add camel 4.8.5 Adding feature url mvn:org.apache.camel.karaf/apache-camel/4.8.5/xml/features karaf@root()> feature:install camel karaf@root()> list|grep JAXB 100 | Active | 50 | 4.8.5 | Apache Camel :: Karaf :: Core :: XML JAXB 106 | Active | 80 | 3.0.2 | Old JAXB Core 107 | Active | 80 | 3.0.2 | JAXB OSGI 122 | Active | 80 | 4.0.5 | JAXB Core 123 | Active | 80 | 4.0.5 | JAXB Runtime ``` - Both versions of bundles loaded properly - And now I install activemq-client: ``` karaf@root()> feature:repo-add activemq 6.1.5 Adding feature url mvn:org.apache.activemq/activemq-karaf/6.1.5/xml/features karaf@root()> feature:install activemq-client karaf@root()> list|grep JAXB 100 | Active | 50 | 4.8.5 | Apache Camel :: Karaf :: Core :: XML JAXB 107 | Active | 80 | 3.0.2 | JAXB OSGI ``` - As you can see 4.0.5 bundles gone, only JAXB OSGI left -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org