Using Hibernate 3.4 over Ingres 9.3 some foreign key constraints are not created because the automatically generated names are too long:
I post some logs:
Code:
[main].SchemaExport.create:348 {28/04/2010 14:19:04,953} >> ERROR
Unsuccessful: alter table CONNECTABLE_TERMINATION_POINT add constraint FK5A7B3463CB40629Cd0cf64daa08e5fa foreign key (TP_ID) references TERMINATION_POINT_POOL
[main].SchemaExport.create:349 {28/04/2010 14:19:04,959} >> ERROR
line 1, Name too long: 'fk5a7b3463cb40629cd0cf64daa08e5fa'.
Is this a bug?
how can I address it?