使用camel-atmosphere-websocket功能在Karaf 4.0.5上运行Camel 2.17.3 Atmosphere(v2.4.3)引发了以下异常:
float:right
包由org.apache.camel.camel-atmosphere-websocket包导出。
我是否遗漏了任何依赖项,或者启动顺序是否存在问题?
答案 0 :(得分:0)
将此依赖项添加到您的pom.xml中
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-atmosphere-websocket</artifactId>
<version>x.x.x</version>
<!-- use the same version as your Camel core version -->
</dependency>
如上所述,您需要为所有家属使用相同的版本。
参考:http://camel.apache.org/atmosphere-websocket.html
希望这项工作。