openjpa did not handle multiple schema names with same table name
-----------------------------------------------------------------
Key: OPENJPA-399
URL: https://issues.apache.org/jira/browse/OPENJPA-399
Project: OpenJPA
Issue Type: Bug
Components: jdbc
Affects Versions: 1.0.1
Environment: JDK1.5, OPENJPA verison 580425
Reporter: Teresa Kan
Two entities have the same table name but with different schema, only one table
is created. In addition, when two entities use the generatedType.AUTO for ID,
only one OPENJPA_SEQUENCE-TABLE is created.
The problem due to the SchemaGroup.findTable() which only looked for a table
name from all the schemas. Once the table was found in one of the schema then
it exited and assumed that the table existed. Same problem in the
TableJDBCSeq.addSchema().
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.