You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2008/06/23 06:00:00 UTC

[jira] Updated: (CAMEL-623) camel:run to scan for spring xml files outside classpath

     [ https://issues.apache.org/activemq/browse/CAMEL-623?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen updated CAMEL-623:
------------------------------

    Fix Version/s: 1.5.0

> 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
>             Fix For: 1.5.0
>
>
> 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.