Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
1.1.0
-
None
-
None
-
None
-
Java JDK 1.5.0_12, Linux, Hypersonic DB
Description
OpenJPA should be able to see and access schemas but doesn't.
I configured this with openjpa.jdbc.Schema=DEV (my schema name)
I also tried putting the schema name everywhere possible in the metadata, i.e. in the <schema>DEV</schema> tags and in table tags, and in:
<persistence-unit-metadata>
<xml-mapping-metadata-complete />
<persistence-unit-defaults>
<schema>DEV</schema>
</persistence-unit-defaults>
</persistence-unit-metadata>
I will include a zipped up test project illustrating the problem.
Attachments
Attachments
Issue Links
- relates to
-
OPENJPA-351 OpenJPA attempts to create a DEFERRABLE index with HSQL
- Open
-
OPENJPA-400 schema defined in the orm.xml's persistence-unit-defaults is not honored
- Open