[
https://issues.apache.org/jira/browse/CAMEL-5223?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13295730#comment-13295730
]
Claus Ibsen commented on CAMEL-5223:
------------------------------------
karaf@root> camel:route-info helloWorld
Camel Route helloWorld
Camel Context: 79-camel-3
Properties
id = helloWorld
parent = 6c4f7b4c
Statistics
Exchanges Total: 1
Exchanges Completed: 1
Exchanges Failed: 0
Min Processing Time: 177ms
Max Processing Time: 177ms
Mean Processing Time: 177ms
Total Processing Time: 177ms
Last Processing Time: 177ms
Load Avg: 0.00, 0.00, 0.00
First Exchange Date: 2012-06-15 17:43:41
Last Exchange Completed Date: 2012-06-15 17:43:41
Definition
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<route id="helloWorld" xmlns="http://camel.apache.org/schema/spring">
<from uri="file:data/in"/>
<to uri="xslt:com/basis06/apache/camel/HelloWorld.xslt" id="to1"/>
<to uri="string-template:com/basis06/apache/camel/Quote.txt" id="to2"/>
<to uri="file:data/out" id="to3"/>
</route>
> Cannot find resource in classpath using OSGi blueprint
> ------------------------------------------------------
>
> Key: CAMEL-5223
> URL: https://issues.apache.org/jira/browse/CAMEL-5223
> Project: Camel
> Issue Type: Bug
> Components: camel-blueprint
> Affects Versions: 2.9.2
> Environment: x86_64 GNU/Linux
> Java 1.6.0_26
> Apache ServiceMix 4.4.1
> Reporter: Tobias Hofer
> Attachments: test-classpath-resource.tar.gz
>
>
> I switched from Apache Camel version 2.8.4 (in ServiceMix 4.4.1) to the most
> recent version 2.9.2. Resource loading in 2.8.4 worked well, but not in the
> named release.
> Find attached a small test case that uses XSLT and String-Template Endpoints.
> Neither of them can load their resource from the separate bundle.
> # Install Apache ServiceMix 4.4.1
> # Configure ServiceMix to use Apache Camel 2.9.2 (see
> {{etc/org.apache.karaf.features.cfg}})
> # Start up ServiceMix
> # Install feature 'camel-string-template'
> # Build the attached test project using maven
> # Copy/Link the built artifact into the {{deploy}} folder
> # Copy/Link the route {{src/test/resources/camel-route}} into the {{deploy}}
> folder
> The XSLT Component tries to load the resource eagerly. Therefore the route
> will not start and throws the following exception:
> {noformat}
> Caused by: java.io.FileNotFoundException: Cannot find resource in classpath
> for URI: com/basis06/apache/camel/HelloWorld.xslt
> at
> org.apache.camel.util.ResourceHelper.resolveMandatoryResourceAsUrl(ResourceHelper.java:122)
> at
> org.apache.camel.component.xslt.XsltEndpoint.loadResource(XsltEndpoint.java:67)
> {noformat}
> The same problem exists with the String-Template Component. But this
> component will fail not until it is called in the route.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira