如何在 apache-karaf-4.0.4 中安装 camel-osgi
How to install camel-osgi in apache-karaf-4.0.4
我尝试使用以下命令安装 camel-osgi。报错了。
karaf@root()>feature:install camel-osgi
错误:
Error executing command: No matching features for camel-osgi/0.0.0
在使用任何 camel 功能之前,您首先必须安装 camel 的功能库。
feature:repo-add camel 2.16.2
feature:install camel-core
Karaf 还可以使用 feature:list
.
向您展示可用的功能
我尝试使用以下命令安装 camel-osgi。报错了。
karaf@root()>feature:install camel-osgi
错误:
Error executing command: No matching features for camel-osgi/0.0.0
在使用任何 camel 功能之前,您首先必须安装 camel 的功能库。
feature:repo-add camel 2.16.2
feature:install camel-core
Karaf 还可以使用 feature:list
.