On 3. Nov 2018, at 16:17, Marshall Schor <[email protected]> wrote: > > UIMA-5802 inserted (for the loading classes case, only) between 1) and 2), a > try > with the Thread Context Class Loader; if not found there, it fails. This > causes > a backwards compatibility issue, which I propose to fix by: if not found > there, > continue using the classloader that loaded the UIMA core classes.
+1 > For making loading resources work in contexts like the TomCat and others which > use ThreadLocal Context Class loaders, I propose to have those lookups try > with > the ThreadLocal Context Class Loaders if there is no Resource Manager class > loader), and if that fails, to try using the "System" classloader (for > backwards > compatibility). +1 :) -- Richard
