camel:run to scan for spring xml files outside classpath
--------------------------------------------------------

                 Key: CAMEL-623
                 URL: https://issues.apache.org/activemq/browse/CAMEL-623
             Project: Apache Camel
          Issue Type: Improvement
          Components: tooling
    Affects Versions: 1.4.0
            Reporter: Claus Ibsen


For quick development where you are packaging a war application and the spring 
xml files is located in WEB-INF folder then camel:run can not locate the files 
as it scans in the classpath only.

Configuraiton like this should be possible:
{code}
      <plugin>
        <groupId>org.apache.camel</groupId>
        <artifactId>camel-maven-plugin</artifactId>
          <configuration>
            <applicationContextUri>WEB-INF/*.xml</applicationContextUri>
          </configuration>
      </plugin>
{code}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to