【发布时间】:2015-07-18 10:55:21
【问题描述】:
有没有办法改变 blueprint.xml 文件的位置?在我的应用程序中,camel 在类路径和“OSGI-INF\blueprint”文件夹中查找它,但我想将其引用指向该文件夹之外的另一个文件(就像第二个 blueprint.xml 选项一样)。
我已经在 pom.xml 中的 camel-maven-plugin 插件上尝试了“fileApplicationContextUri”选项,但它并没有解决我的问题。
【问题讨论】:
标签: java apache-camel osgi blueprint-osgi