Apache Camel 2.4 版本的问题
当我将camel版本从1.6更改为2.4时,这是一个问题。 我想使用 1.6 中不支持的 userOriginaLmessage 方法。因此我开始使用camel 2.4版本。代码正在编译。但是当我将其部署在 Fuse ESB 环境中时,出现以下错误。
从类路径资源 [camel-route.xml] 解析 XML 文档时出现意外异常;嵌套异常是 java.lang.VerifyError:
你能帮我解决这个问题吗?可能是什么问题。
预先感谢您的帮助。
This is an issue when I change the camel version from 1.6 to 2.4.
I wanted to use a method userOriginaLmessage which was not supported in 1.6. Hence I starte using camel 2.4 version. The code is getting compiled. But when I deploy it in Fuse ESB environment I get below error.
Unexpected exception parsing XML document from class path resource [camel-route.xml]; nested exception is java.lang.VerifyError:
Can you please help me on this ? What can be the issue.
Thanks in advance for the help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是否有比您发布的更多的错误消息显示?似乎有点缺乏信息:)
从 1.6 到 2.4 有很多变化。你应该看看 Camel 1.x -> 2.x 迁移指南(如果您尚未这样做):
http://fusesource .com/docs/router/2.2/migration/index.html
Is there any more error message showing up than what you posted? Seems a bit lacking in information :)
There were a ton of changes from 1.6 to 2.4. You should take a look at the Camel 1.x -> 2.x migration guide if you have not done so already:
http://fusesource.com/docs/router/2.2/migration/index.html