void wrote:
Hello;
I am using Hibernate Tools 3.2.4GA(Last version) and my database is firebird.
When I work reverse engine error is occured
org.hibernate.cfg.JDBCBinderException: Duplicate names found for primarykey. Existing name: PK1 JDBC name: PK_TBL_CYCLEGROUP on table org.hibernate.mapping.Table(TBL_CYCLE)
Duplicate names found for primarykey. Existing name: PK1 JDBC name: PK_TBL_CYCLEGROUP on table org.hibernate.mapping.Table(TBL_CYCLE)
what is the problem. I could work reverse with previous hibernate tool.
By the way when I change the table name that one of them reverse engine is normally working.
I think problem that There are two table and both of them are start with same text. (TBL_CYCLE and TBL_CYCLEGROUP)
looks like firebird does not have unique names for their primarykeys...there should only be one.
Please report in jira with schema that gives the error.