【问题标题】:How to install the FAB feature in karaf?如何在 karaf 中安装 FAB 功能?
【发布时间】:2013-07-15 19:32:11
【问题描述】:

FAQ page 有一个关于如何在我的 OSGi 容器中启用 FAB 支持的操作?

但它不起作用。 错误信息是:

Could not add Feature Repository:
java.lang.RuntimeException: URL [mvn:org.fusesource.fuse/fuse-fuse/7.0.1.fuse-084/xm/features] could not be resolved.
Please verify that the feature repository URL is correct and that your network connection works fine.*

我试图从谷歌找到一些解决方案,并尝试将以下存储库添加到etc/org.ops4j.pax.url.mvn.cfg

http://repo.fusesource.com/nexus/content/repositories/releases
http://repo.fusesource.com/nexus/content/groups/public/

而且我可以确保我的互联网代理设置是正确的。

所以,该功能的存储库似乎是错误的。 你能帮我提些建议吗?

【问题讨论】:

    标签: jbossfuse apache-servicemix fuseesb floating-action-button


    【解决方案1】:

    看起来回购 URL mvn:org.fusesource.fuse/fuse-fuse/7.0.1.fuse-084/xml/features 不存在。

    我自己没有尝试过,但fabric-bundle 可能就是您要查找的内容:

    features:addUrl mvn:org.fusesource.fabric/fuse-fabric/7.0.1.fuse-084/xml/features
    features:install fabric-bundle
    

    查看features file

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2021-01-14
      • 1970-01-01
      • 2014-11-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2013-11-22
      • 2020-07-16
      相关资源
      最近更新 更多