You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openjpa.apache.org by "Heath Thomann (JIRA)" <ji...@apache.org> on 2014/04/14 18:44:15 UTC

[jira] [Created] (OPENJPA-2494) A default Schema defined in a PU default () in an orm.xml file is not being honored.

Heath Thomann created OPENJPA-2494:
--------------------------------------

             Summary: A default Schema defined in a PU default (<persistence-unit-defaults>) in an orm.xml file is not being honored.
                 Key: OPENJPA-2494
                 URL: https://issues.apache.org/jira/browse/OPENJPA-2494
             Project: OpenJPA
          Issue Type: Bug
          Components: jpa
    Affects Versions: 2.2.1.1, 2.2.3, 2.3.1, 2.4.0
            Reporter: Heath Thomann
            Assignee: Heath Thomann


Take the following entry in an orm.xml file:

	<persistence-unit-metadata>
		<persistence-unit-defaults>
			<schema>schemaInPUDefaults</schema>
		</persistence-unit-defaults>
	</persistence-unit-metadata>

Lets say this is the ONLY schema defined in the entire app, then this schema should be used by default (the spec clearly defines how the defaults in <persistence-unit-defaults> should be used by a provider).  However, this schema is not used by OpenJPA.  I have a test to recreate this issue and I'm working to provide a fix.

Thanks,

Heath Thomann



--
This message was sent by Atlassian JIRA
(v6.2#6252)