我需要一個命令只獲取的OSGi/karaf活動捆綁, I know that scr:list/osgi:list will list all the bundles irrespective of state.
Is there any other easy way to check all the bundles are active in karaf?
問候, 哈利
我能夠使用features:list 我想安裝在JBOSS保險絲某些功能檢查的所有功能,但該命令 features:install camel-blueprint
不工作 我收到錯誤 Error executing command: The container is managed by fabric, please use fabric:profile-edit --featur
es c
我一直在負責更新插件Cytoscape,生物可視化軟件平臺,到Cytoscape的API的最新版本。 Cytoscape 3.x使用OSGI框架(Karaf 2.2.x,我認爲)與其插件(現在稱爲「應用程序」)進行交互。 的問題是,插件/應用程序使用JAX-WS與外部服務器進行通信,和JAX-WS似乎與在OSGi環境加載類的問題。 這裏是有問題的代碼片段: public class AnatSer