Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.17.3
-
Component/s: build system, tests
-
Labels:None
-
Estimated Complexity:Novice
Description
It seems not to be possible to force camel:run to use Spring DSL file if OSGi bluepring is available. Following configuration is completely ignored if there is a blueprint in OSGI-INF folder:
<plugin> <groupId>org.apache.camel</groupId> <artifactId>camel-maven-plugin</artifactId> <version>2.17.3</version> <configuration> <useBlueprint>false</useBlueprint> <fileApplicationContextUri> META-INF/spring/camel-context.xml </fileApplicationContextUri> </configuration> </plugin>