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/20 11:23:00 UTC

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

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.


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

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
     [ 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.


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

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/CAMEL-623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=43988#action_43988 ] 

Claus Ibsen commented on CAMEL-623:
-----------------------------------

TODO: Update wiki documentation

> 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
>            Assignee: 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.


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

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/CAMEL-623?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen resolved CAMEL-623.
-------------------------------

    Fix Version/s: 1.4.0
                       (was: 1.5.0)
       Resolution: Fixed

> 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
>            Assignee: Claus Ibsen
>             Fix For: 1.4.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.


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

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/CAMEL-623?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen reassigned CAMEL-623:
---------------------------------

    Assignee: Claus Ibsen

> 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
>            Assignee: 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.


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

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/CAMEL-623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=43987#action_43987 ] 

Claus Ibsen commented on CAMEL-623:
-----------------------------------

You can now do
{code}
      <plugin>
        <groupId>org.apache.camel</groupId>
        <artifactId>camel-maven-plugin</artifactId>
        <version>1.4-SNAPSHOT</version>
          <configuration>
            <fileApplicationContextUri>src/main/webapp/WEB-INF/camel-context.xml</fileApplicationContextUri>
          </configuration>
      </plugin>
{code}

fileApplicationContextUri is the new option for FileSystemXmlApplicationContext

> 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
>            Assignee: 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.