[ 
https://issues.apache.org/jira/browse/CAMEL-10293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15479625#comment-15479625
 ] 

Claus Ibsen commented on CAMEL-10293:
-------------------------------------

If you set useBlueprint=false then its not auto detected anymore

> [camel-maven-plugin] When blueprint detected, plugin ignores useBlueprint, 
> fileApplicationContextUri tags
> ---------------------------------------------------------------------------------------------------------
>
>                 Key: CAMEL-10293
>                 URL: https://issues.apache.org/jira/browse/CAMEL-10293
>             Project: Camel
>          Issue Type: Bug
>          Components: build system, tests
>    Affects Versions: 2.17.3
>            Reporter: Marcin Domanski
>            Priority: Minor
>             Fix For: 2.18.0, 2.17.4
>
>
> 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:
> {code:xml}
>             <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>
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to