Mark Struberg created OPENJPA-2444:
--------------------------------------
Summary: ReverseMappingTool creates orm.xml files in the current
working directory
Key: OPENJPA-2444
URL: https://issues.apache.org/jira/browse/OPENJPA-2444
Project: OpenJPA
Issue Type: Bug
Components: kernel
Affects Versions: 2.3.0
Reporter: Mark Struberg
Assignee: Mark Struberg
Fix For: 2.3.0, 2.4.0
when running TestUseSchemaElement a file 'orm.xml' remains as left over and
breaks the follow up tests. This happens because the MetaDataFactory creates a
new File("orm.xml") without any base path if there is no orm.xml already on the
classpath.
It should actually use the base directory handed over to the mapping tool.
--
This message was sent by Atlassian JIRA
(v6.1#6144)