捆绑包正在等待名称空间处理程序

时间:2019-09-30 07:51:06

标签: jboss apache-camel fuse blueprint-osgi

我正在尝试将我的应用程序部署在保险丝容器中,但出现错误-捆绑包正在等待名称空间处理程序[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">

命名空间。请让我知道这个错误到底是什么。

1 个答案:

答案 0 :(得分:0)

可能缺少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