我正在使用apache camel blueprint DSL模式进行路由配置。我正在尝试为我的路由添加spring security。当我尝试部署路由时,它会进入宽限期,提及"等待名称空间处理程序[http://camel.apache.org/schema/camel-spring-security]"。有人知道这个的原因。我做错了什么。
2016-08-30 14:20:53,326 |信息| -7.0.0.M2 / deploy | BlueprintContainerImpl | 28 - org.apache.aries.blueprint.core - 1.6.1 | Bundle com.aaa.bbbbb.esb / 0.0.1.SNAPSHOT正在等待命名空间处理程序[http://camel.apache.org/schema/camel-spring-security]
我在bluprint 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">