You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Charles Moulliard (JIRA)" <ji...@apache.org> on 2010/03/02 17:09:44 UTC

[jira] Resolved: (CAMEL-2516) Adapt the camel-cometd component to allow to find rersources in classpath

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

Charles Moulliard resolved CAMEL-2516.
--------------------------------------

    Resolution: Fixed

Code committed. Wiki page update ongoing

> Adapt the camel-cometd component to allow to find rersources in classpath
> -------------------------------------------------------------------------
>
>                 Key: CAMEL-2516
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2516
>             Project: Apache Camel
>          Issue Type: Improvement
>            Reporter: Charles Moulliard
>            Assignee: Charles Moulliard
>             Fix For: 2.3.0
>
>
> The existing camel-cometd component loads the web resources using a FileResource handler. That means that a bundle project where the webapp resources are part of a jar file can be loaded. I propose to add a protocol type in front of the baseResource parameter to allow to pass a file: or a classpath resource
> ex : baseResource=file:./data/cache/bundle195/webapp
> or 
> ex : baseResource=classpath:webapp

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