Description
The JDO Helper method getPersistenceManagerFactory(overrides, name, resourceLoader, pmfLoader) tries to get properties from a jdoconfig.xml and uses the specified pmfLoader class loader to find the file (see line 1096). Instead it should use the specified resourceLoader class loader.