From: <leg...@at...> - 2003-07-23 20:56:02
|
Message: A new issue has been created in JIRA. --------------------------------------------------------------------- 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: Unassigned Priority: Major Project: Hibernate2 Versions: 2.1 Assignee: Reporter: Jason Hunter Created: Wed, 23 Jul 2003 3:55 PM Updated: Wed, 23 Jul 2003 3:55 PM 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 |