Description
When using the Validator Component with an XSD file from a Jar that contains a relative import, the component will throw a FileNotFoundException.
This is due to the ObjectHelper.loadResourceAsStream(String) operation attempting to load the classpath resource using file path semantics that will not resolve canonically.
Test case and patch to follow.
Best Regards,
Scott England-Sullivan
http://fusesource.com
Attachments
Attachments
Issue Links
- relates to
-
CAMEL-6412 camel-itest - Fix the Maven critical warning about camel-validator-test-resources.jar
- Resolved