apache / uima-ruta

Apache UIMA Ruta
https://uima.apache.org
Apache License 2.0
17 stars 5 forks source link

RutaResourceLoader should consider TCCL #102

Closed reckart closed 2 years ago

reckart commented 2 years ago

Is your feature request related to a problem? Please describe. The RutaResourceLoader currently does not consider the TCCL. This is a problem in some environments where the TCCL provides access to important resources that e.g. the ResourceManager is not able to access.

Describe the solution you'd like Add a second fallback option to RutaResourceLoader which considers the TCCL.

Describe alternatives you've considered Feeding in all classloaders via the ResourceManager - which is not always convenient.