【问题标题】:Bundle is waiting for namespace handlersBundle 正在等待命名空间处理程序
【发布时间】:2020-01-29 11:53:49
【问题描述】:

我正在尝试在 fuse 容器中部署我的应用程序,但出现错误 - Bundle 正在等待命名空间处理程序 [http://camel.apache.org/schema/blueprinthttp://aries.apache.org/blueprint/xmlns/blueprint-ext/v1.0.0http://karaf.apache.org/xmlns/jasypt/v1.0.0

当我尝试创建捆绑包时,测试用例会出现此错误。我的蓝图文件已经有了 -

 <blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0" 
 xmlns:camel="http://camel.apache.org/schema/blueprint" 
 xmlns:cm="http://aries.apache.org/blueprint/xmlns/blueprint-cm/v1.0.0"
    xmlns:ext="http://aries.apache.org/blueprint/xmlns/blueprint-ext/v1.0.0" 
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://www.osgi.org/xmlns/blueprint/v1.0.0 
   http://www.osgi.org/xmlns/blueprint/v1.0.0/blueprint.xsd            
   http://camel.apache.org/schema/blueprint http://camel.apache.org/schema/blueprint/camel- 
  blueprint.xsd">

命名空间。请告诉我这个错误到底是什么。

【问题讨论】:

    标签: jboss apache-camel jbossfuse blueprint-osgi


    【解决方案1】:

    可能缺少 cm 的架构位置?

    http://aries.apache.org/blueprint/xmlns/blueprint-cm/v1.0.0 http://aries.apache.org/schemas/blueprint-cm/blueprint-cm-1.0.0.xsd
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2013-03-23
      • 1970-01-01
      • 1970-01-01
      • 2013-02-25
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多