我刚刚为Eclipse Mars安装了Jboss Tools Integration Stack,以便能够以图形方式编辑Camel路由。问题是它只加载
中定义的路由<camelContext id="context1" xmlns="http://camel.apache.org/schema/spring">
<route id="planner1">
...
</route>
</camelContext>
但是在我们增加模块化的项目中,我们使用
将路线分组到多个文件中<routeContext id="context2" xmlns="http://camel.apache.org/schema/spring">
<route autoStartup="true" id="planner2">
...
</route>
</routeContext>
使用JBoss Fuse Tooling Apache Camel Editor版本可以在Eclipse Luna上显示相同的文件:7.3.1.v20150810-1602-H64-Final。
有没有办法让它在Eclipse Mars上运行,使用Jboss Fuse Tooling Apache Camel Editor 8.0.0.Final-v20161003-0720-B128?
答案 0 :(得分:3)
豪尔赫, 你遇到的问题似乎已经报道过了。 (见https://issues.jboss.org/browse/FUSETOOLS-1996)
我希望用Fuse Tooling 9.1修复。作为一种解决方法,我现在只建议继续使用Camel Context。
拉斯
答案 1 :(得分:1)
有一个支持Eclipse Mars的工具的新版本。
Lars Heineman是这个工具的关键开发人员,他最近在博客上写道:http://lhein.blogspot.se/2016/10/jboss-fuse-tooling-80-for-eclipse-mars.html