[ https://issues.apache.org/jira/browse/JDO-772?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Michael Bouschen resolved JDO-772. ---------------------------------- Resolution: Fixed Checked in the patch (see revision 1821564). > 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 > > Attachments: JDO-772-patch.txt > > > 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 (v7.6.3#76005)