From: <leg...@at...> - 2003-07-24 05:55:18
|
Message: The following issue has been closed. Resolver: Gavin King Date: Thu, 24 Jul 2003 12:54 AM This is not a bug in Hibernate. It is a bug in Firebird. Please see the Hibernate FAQ. --------------------------------------------------------------------- View the issue: http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?key=HB-211 Here is an overview of the issue: --------------------------------------------------------------------- Key: HB-211 Summary: Firebird Support Type: Bug Status: Closed Priority: Major Resolution: REJECTED Project: Hibernate2 Versions: 2.1 Assignee: Reporter: Jason Hunter Created: Wed, 23 Jul 2003 3:55 PM Updated: Thu, 24 Jul 2003 12:54 AM Environment: RedHat 9.0 Firebird 1.5 rc3 Description: Trying to run the demo.sh file configured for an empty Firebird database gives me this error when I run the 'setup' command. alter table edge add constraint FK2F6DBD35DE93 foreign key (sink) references vertex(vertex_id) Unsuccessful: GDS Exception. unsuccessful metadata update object VERTEX is in use alter table edge add constraint FK2F6DBDCA90681B foreign key (source) references vertex(vertex_id) Unsuccessful: GDS Exception. unsuccessful metadata update object VERTEX is in use The table creation works fine. I used the FirebirdDialect that I found in this bug system as my Dialect. And the firebird-jca-jdbc-driver from firebirds website. --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira |