done, and in the release candidates :-) -Marshall Jira: UIMA-5802 and UIMA-5902
On 11/6/2018 4:29 PM, Richard Eckart de Castilho wrote: > 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
