Apache camel 具有Spring安全性的Apache camel路由进入宽限期

Apache camel 具有Spring安全性的Apache camel路由进入宽限期,apache-camel,Apache Camel,我在路由配置中使用apache camel blueprint DSL模式。我正在尝试为我的路由添加spring安全性。当我尝试部署路由时,它会进入一个宽限期,提到“等待名称空间处理程序[”。有人知道原因。我是否做错了什么 2016-08-30 14:20:53326 | INFO |-7.0.0.M2/deploy | blueprintContainerMPL | 28-org.apache.aries.blueprint.core-1.6.1 | Bundle com.aaa.bbbbbb

我在路由配置中使用apache camel blueprint DSL模式。我正在尝试为我的路由添加spring安全性。当我尝试部署路由时,它会进入一个宽限期,提到“等待名称空间处理程序[”。有人知道原因。我是否做错了什么

2016-08-30 14:20:53326 | INFO |-7.0.0.M2/deploy | blueprintContainerMPL | 28-org.apache.aries.blueprint.core-1.6.1 | Bundle com.aaa.bbbbbbb.esb/0.0.1.SNAPSHOT正在等待命名空间处理程序[

我在Blupprint DSL中的骆驼上下文xml标题如下所示

<blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:util="http://www.springframework.org/schema/util "
xmlns:cxf="http://camel.apache.org/schema/blueprint/cxf"
xmlns:spring-security="http://camel.apache.org/schema/camel-spring-security"
xsi:schemaLocation=" http://www.osgi.org/xmlns/blueprint/v1.0.0 
 http://camel.apache.org/schema/blueprint/cxf http://camel.apache.org/schema/blueprint/cxf/camel-cxf.xsd
https://www.osgi.org/xmlns/blueprint/v1.0.0/blueprint.xsd
http://camel.apache.org/schema/camel-spring-security http://camel.apache.org/schema/camel-spring-security/camel-spring-security.xsd">