Description
https://issues.apache.org/jira/browse/CAMEL-17116 changed how resources were loaded in several components the problem being that now they don't use the classloader of the class making the resource calls in OSGi environments. Its a simple change to call the method loadResourceAsStream(String name, ClassLoader loader) and passing in the calling classes class loader instead of loadResourceAsStream(String name).
Attachments
Issue Links
- is related to
-
CAMEL-17116 components - Loading resource from classpath should use ClassResolver API
- Resolved
- links to