Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.10.2SDK, 3.0.0SDK
-
None
Description
A user has reported getting not-found when trying to load resources in a Tomcat environment, while the same application works fine when run as a separate application.
Change the logic for finding UIMA resources via class loaders to consider, if a UIMA Extension class loader is not specified, the Thread Local Context Class Loader. If that is used, and the resource is not found, for backwards compatibility, try to find using the system class loader.
Attachments
Issue Links
- relates to
-
UIMA-5802 UIMA Class Loader to incorporate Thread context class loader
- Resolved