Serge Démoulin created UIMA-5797:
------------------------------------
Summary: ResourceManager doesn't close its UIMAClassLoader
Key: UIMA-5797
URL: https://issues.apache.org/jira/browse/UIMA-5797
Project: UIMA
Issue Type: Bug
Components: Core Java Framework
Affects Versions: 3.0.0SDK, 2.3
Reporter: Serge Démoulin
the class org.apache.uima.resource.impl.ResourceManager_impl create its own
UIMAClassLoader in many methods setExtensionClassPath*().
The method destroy() must call UIMAClassLoader#close() inherited from
URLCLassLoader.
It is not the case.
The inconvenient is that the opened resources like jar file stay locked.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)