Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
2.1
-
None
Description
The method org.apache.uima.pear.tools.InstallationTester#doTest() create many new ResourceManager and the method must call ResourceManager#destroy() that is not the case.
Moreover every class responsible for creating a new ResourceManager must be responsible for destroying it in an appropriate way.