-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 4 posts ] 
Author Message
 Post subject: problem for export table
PostPosted: Thu Nov 06, 2003 6:23 am 
Newbie

Joined: Thu Nov 06, 2003 5:58 am
Posts: 3
Hello,
hi use hibernate and interbase...
When i export my tables with schemaexport

the program export my table but don't create the alter table...

example of the error :

alter table PPage add constraint FK48D2EFF6BFA6263 foreign key (format_id) references Format
Unsuccessful: [interclient][interbase] unsuccessful metadata update
object FORMAT is in use

Can you help me ...

_________________
La vie est un perpetuel echec !!!


Top
 Profile  
 
 Post subject:
PostPosted: Thu Nov 06, 2003 7:28 am 
Hibernate Team
Hibernate Team

Joined: Tue Aug 26, 2003 12:50 pm
Posts: 5130
Location: Melbourne, Australia
This is an Interbase bug, where DDL execution fails when there are other open connections.


Top
 Profile  
 
 Post subject: Connection
PostPosted: Thu Nov 06, 2003 7:34 am 
Newbie

Joined: Thu Nov 06, 2003 5:58 am
Posts: 3
There no other connection open. because i'm only to use this database...

_________________
La vie est un perpetuel echec !!!


Top
 Profile  
 
 Post subject: resolve
PostPosted: Fri Nov 14, 2003 6:55 am 
Newbie

Joined: Thu Nov 06, 2003 5:58 am
Posts: 3
Hello,
i resolve my problem...
my alter table are good.
If you have the same problem, you must.
export your table in first and configure hibernate in second
Code:
first : new schemaExport(configuration).create(true,true);
sesond : _sessions = configuration.buildSessionFactory;


Bye, and thanks for the reply.

_________________
La vie est un perpetuel echec !!!


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 4 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.