[
https://issues.apache.org/jira/browse/CAMEL-17524?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ryan Yeats updated CAMEL-17524:
-------------------------------
Affects Version/s: 3.14.0
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).
Summary: Camel loading of resources using ClassResolver API
doesn't work in OSGi enviroments (was: Camel schematron)
> Camel loading of resources using ClassResolver API doesn't work in OSGi
> enviroments
> -----------------------------------------------------------------------------------
>
> Key: CAMEL-17524
> URL: https://issues.apache.org/jira/browse/CAMEL-17524
> Project: Camel
> Issue Type: Bug
> Affects Versions: 3.14.0
> Reporter: Ryan Yeats
> Priority: Major
>
> 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).
--
This message was sent by Atlassian Jira
(v8.20.1#820001)