Re: [JBoss-user] Deployment Problem: Creating fk-constraints before creating tables...???

2003-08-18 Thread Stefan Schubert
On Thu, 14 Aug 2003 19:52:55 +0300, Alexey Loubyansky [EMAIL PROTECTED] wrote: Hello Stefan, it should not happen. First, a table is created. Then, foreign key constraints are generated only if the related table exists. What JBoss version you are using? (jboss-3.2.0_tomcat-4.1.24) Hi, last

Re: [JBoss-user] Deployment Problem: Creating fk-constraints before creating tables...???

2003-08-18 Thread Stefan Schubert
Hi Alex, On Mon, 18 Aug 2003 11:38:06 +0300, Alexey Loubyansky [EMAIL PROTECTED] wrote: Could you try it with 3.2.2 (better from CVS) and if it fails, please, submit a bug report. OK I will try it out somewhere during the week and will post the results again. Cheers, Stefan --

Re: [JBoss-user] Deployment Problem: Creating fk-constraints before creating tables...???

2003-08-15 Thread Stefan Schubert
On Thu, 14 Aug 2003 19:52:55 +0300, Alexey Loubyansky [EMAIL PROTECTED] wrote: Hello Stefan, it should not happen. First, a table is created. Then, foreign key constraints are generated only if the related table exists. What JBoss version you are using? Hi Alex, Im using the

[JBoss-user] Deployment Problem: Creating fk-constraints before creating tables...???

2003-08-14 Thread Stefan Schubert
Hi there, I got an ugly deployment problem here. I configured jboss to drop and create tables and to create pk and fk-constriants. However during deployment I got errors whil creating the FKs, telling me that the table does not exists. I thought Jboss will create all tables first, before

Re: [JBoss-user] Deployment Problem: Creating fk-constraints before creating tables...???

2003-08-14 Thread Alexey Loubyansky
Hello Stefan, it should not happen. First, a table is created. Then, foreign key constraints are generated only if the related table exists. What JBoss version you are using? alex Thursday, August 14, 2003, 6:57:18 PM, Stefan Schubert wrote: Hi there, I got an ugly deployment problem