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

Jboss 捆绑包正在等待命名空间处理程序,jboss,apache-camel,jbossfuse,blueprint-osgi,Jboss,Apache Camel,Jbossfuse,Blueprint Osgi,我试图在fuse容器中部署我的应用程序,但我得到一个错误-捆绑包正在等待命名空间处理程序[,] 当我尝试创建捆绑包时,测试用例会发生此错误。我的蓝图文件已经- <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/x

我试图在fuse容器中部署我的应用程序,但我得到一个错误-捆绑包正在等待命名空间处理程序[,]

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

 <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">


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

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