Michael Bouschen created JDO-772: ------------------------------------ Summary: JDOHelper.getPersistenceManagerFactory using wrong class loader when loading jdoconfig.xml Key: JDO-772 URL: https://issues.apache.org/jira/browse/JDO-772 Project: JDO Issue Type: Bug Components: api Affects Versions: JDO 3.1 Reporter: Michael Bouschen Assignee: Michael Bouschen Priority: Critical Fix For: JDO 3.2
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. -- This message was sent by Atlassian JIRA (v6.4.14#64029)