【发布时间】:2020-01-29 11:53:49
【问题描述】:
我正在尝试在 fuse 容器中部署我的应用程序,但出现错误 - Bundle 正在等待命名空间处理程序 [http://camel.apache.org/schema/blueprint、http://aries.apache.org/blueprint/xmlns/blueprint-ext/v1.0.0、http://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