Hi, right now, ResourceManager_impl is creating a new UIMAClassLoader every time when one wants to customize classloading. Not only in a PEAR scenario, not only when additional URLs are added to the classpath, but even when just wanting to configure a different resource classloader.
Wouldn't it be possible/sensible to only instantiate a UIMAClassLoader if its specific capabilities are needed, i.e. when adding URLs, but not when one only wants to set the resource classloader of the resource manager? Cheers, -- Richard
