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