[
https://issues.apache.org/jira/browse/OPENJPA-483?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Adam Hardy updated OPENJPA-483:
-------------------------------
Attachment: schemabug2.zip
Discovered that it is Hypersonic only.
The attached project allows you to switch between Hypersonic and H2 by changing
org.permacode.patternrepo.jpa.JpaTest line 38, which demonstrates that it works
for H2.
> configuration for openjpa.jdbc.Schemas not applied to SQL
> ---------------------------------------------------------
>
> Key: OPENJPA-483
> URL: https://issues.apache.org/jira/browse/OPENJPA-483
> Project: OpenJPA
> Issue Type: Bug
> Affects Versions: 1.1.0
> Environment: Java JDK 1.5.0_12, Linux, Hypersonic DB
> Reporter: Adam Hardy
> Attachments: schemabug.zip, schemabug2.zip
>
>
> 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.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.