Uploaded image for project: 'Camel'
  1. Camel
  2. CAMEL-10293

[camel-maven-plugin] When blueprint detected, plugin ignores useBlueprint, fileApplicationContextUri tags

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 2.17.3
    • 2.17.4, 2.18.0
    • build system, tests
    • None
    • 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>
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            adie Marcin Domanski
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: