apache-karaf
How can I override the CXF services list URL?
My webservice has an REST endpoint URL like /myapp/admin/services. If I set org.apache.cxf.servlet.hide-service-list-page=false then my URL is hijacked by the CXF services list. This happens because t[详细]
2023-04-06 00:35 分类:问答Setting Java Heap Size under Apache Karaf
I apologize if this is a du开发者_开发百科plicate, but I can\'t seem to find this answered anywhere.[详细]
2023-04-03 20:02 分类:问答Apache Karaf vs. Servicemix
Is anyone using Karaf instead of Servicemix?If so, how did开发者_Go百科 you come to this decision?I\'m aware that Servicemix adds a layer of functionality around Karaf, just curious if Karaf is being[详细]
2023-03-25 05:23 分类:问答OSGi SOAP web service client
I am trying to get a web service client working from OSGi, I am using Felix as my container. So far I have tried using Apache CXF.This would not work with my web service as it is RPC/encoded and not[详细]
2023-03-22 03:29 分类:问答OSGi bundle access Spring context file from another bundle
I have an existing application that exists as multiple Spring projects.Project A\'s Spring context XML file improts B\'s Spring context XML file using[详细]
2023-03-21 03:54 分类:问答What are the best practices to migrate to new version of libraries in OSGi environment?
I have the following case: There are some OSGi applications in our environment, which consists of apache-karaf 2.0 and apache-camel 2.4.0. Now we would like to switch our prod开发者_Python百科uction e[详细]
2023-02-15 13:44 分类:问答OSGi feature uninstall works, but bundles are still installed
EDIT: updated this question with latest information... I\'m having issues running back-to-back "features:uninstall" commands for dependent features.OSGi responds back with "State change[详细]
2023-02-01 14:38 分类:问答How to get Spring Dynamic Modules 2.x to work on Apache Felix Karaf?
We started using Apache Felix Karaf for a project, and make use of Blueprint Services. Now, I would like to use Spring Dynamic Modules in order to have access to advanced DI functionality and testing[详细]
2023-01-20 10:47 分类:问答Installing several bundles from one source
I\'m using Apache Karaf as an OSGi container. Karaf have url wrapper which can install bundles directly from maven repository[详细]
2023-01-11 03:29 分类:问答-
OSGi: What are the differences between Apache Felix and Apache Karaf?
Apache Karaf i开发者_StackOverflow中文版s a sub project of Apache Felix. It is defined as \"a lightweight OSGi container\".[详细]
2022-12-09 11:57 分类:问答