Hi,
I am new using Hibernate. I tested the auctions example of Hibernate
using PostgresSQL as database, and it ran witout any trouble. But now I
need to test it with firebird, when I run the build.bat It creates the
tables but at the moment that it starts to alter table it displays
errors that tables are in use. Example:
[java] 16:31:22,869 DEBUG SchemaExport:162 - alter table
AuctionItem add constraint FK522A9BD61107FE9B foreig
key (seller) references AuctionUser
[java] 16:31:22,929 ERROR SchemaExport:168 - Unsuccessful: alter
table AuctionItem add constraint FK522A9BD61
07FE9B foreign key (seller) references AuctionUser
[java] 16:31:22,929 ERROR SchemaExport:169 - Resource Exception.
unsuccessful metadata update
[java] object AUCTIONUSER is in use
[java] Reason: unsuccessful metadata update
[java] object AUCTIONUSER is in use
I read in this page something about this issue. And the solution is that
I need to execute the firebird's gfix command. I would like to get more
information about this issue, please be more specific with your answer
or if you have another alternative way to solve it.
Thanks. |