Marcin Domanski created CAMEL-10293:
---------------------------------------

             Summary: [camel-maven-plugin] 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


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