Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
3.0.0SDK-alpha02, 2.10.0SDK
-
None
Description
The UIMAClassLoader stategy is to load from this class loader before delegating to its parent. It does this for classes, but missed doing this for "resources" obtained by getResource.
I think this should be fixed so that a Pear, trying to load its resource, will get that resource, and not a same-named one from some parent classloader.
This might break some existing use cases, as it changes where some resources will come from.