[
https://issues.apache.org/jira/browse/OPENJPA-842?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12658382#action_12658382
]
Milosz Tylenda commented on OPENJPA-842:
----------------------------------------
This can be reproduced by running the test case from OPENJPA-557 or by creating
manually something like this against PostgreSQL:
create schema sunday;
create table sunday.openjpa_sequence_table(v int);
Then, if you run the test suite, plenty of test cases will fail.
> Schema handling in PostgreSQL
> -----------------------------
>
> Key: OPENJPA-842
> URL: https://issues.apache.org/jira/browse/OPENJPA-842
> Project: OpenJPA
> Issue Type: Bug
> Components: jdbc
> Affects Versions: 2.0.0
> Environment: PostgreSQL 8.3
> Reporter: Milosz Tylenda
> Priority: Minor
>
> Schema tool gets confused in a situation where it checks for existence of
> some table without schema but the same table already exists in some schema.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.