Re: [JBoss-user] Force create of table after manual drop?

2001-07-28 Thread David Jencks
Oops, the change is only in 2.5. You can change 2.2 or 2.4 yourself, I originally qrote it for 2.2 david jencks On 2001.07.28 18:48:12 -0400 David Jencks wrote: > Hmm, I'm interested to see that firebird/interbase is not the only rdbms > with archaic syntax. > > In 2.4 (since june 16) you can

Re: [JBoss-user] Force create of table after manual drop?

2001-07-28 Thread David Jencks
Hmm, I'm interested to see that firebird/interbase is not the only rdbms with archaic syntax. In 2.4 (since june 16) you can specify not null constraints on your columns like this (per column) false Jaws will then create your tables with the not null columns so you can use primary keys. Code i

Re: [JBoss-user] Force create of table after manual drop?

2001-07-28 Thread David M. Karr
xxx> "David" == David M Karr <[EMAIL PROTECTED]> writes: David> In JBoss 2.2.2, using MySQL, I had a sample application, and it had created a David> table. I manually dropped the table, now I'm trying to figure out how to get David> JBoss to figure out it needs to recreate the

Re: [JBoss-user] Force create of table after manual drop?

2001-07-28 Thread David M. Karr
> "David" == David M Karr <[EMAIL PROTECTED]> writes: David> In JBoss 2.2.2, using MySQL, I had a sample application, and it had created a David> table. I manually dropped the table, now I'm trying to figure out how to get David> JBoss to figure out it needs to recreate the tab

Re: [JBoss-user] Force create of table after manual drop?

2001-07-28 Thread Nicolai P Guba
On 27 Jul 2001 22:09:29 -0700, David M. Karr wrote: > > "David" == David M Karr <[EMAIL PROTECTED]> writes: > > David> In JBoss 2.2.2, using MySQL, I had a sample application, and it had >created a > David> table. I manually dropped the table, now I'm trying to figure out how to >g

Re: [JBoss-user] Force create of table after manual drop?

2001-07-27 Thread David M. Karr
> "David" == David M Karr <[EMAIL PROTECTED]> writes: David> In JBoss 2.2.2, using MySQL, I had a sample application, and it had created a David> table. I manually dropped the table, now I'm trying to figure out how to get David> JBoss to figure out it needs to recreate the tab

Re: [JBoss-user] Force create of table after manual drop?

2001-07-27 Thread David M. Karr
> "Nicolai" == Nicolai P Guba writes: Nicolai> On 26 Jul 2001 19:45:41 -0700, David M. Karr wrote: >> > "Nicolai" == Nicolai P Guba writes: >> My situation is less complicated than that. I just changed the default >> standardjaws.xml to use mySQL instead of Hypersonic,

Re: [JBoss-user] Force create of table after manual drop?

2001-07-27 Thread Nicolai P Guba
On 26 Jul 2001 19:45:41 -0700, David M. Karr wrote: > > "Nicolai" == Nicolai P Guba writes: > My situation is less complicated than that. I just changed the default > standardjaws.xml to use mySQL instead of Hypersonic, then I created my project. > I didn't change any type mappings. When I

Re: [JBoss-user] Force create of table after manual drop?

2001-07-26 Thread David M. Karr
> "Nicolai" == Nicolai P Guba writes: Nicolai> On 25 Jul 2001 22:28:54 -0700, David M. Karr wrote: >> In JBoss 2.2.2, using MySQL, I had a sample application, and it had created a >> table. I manually dropped the table, now I'm trying to figure out how to get >> JBoss to fig

Re: [JBoss-user] Force create of table after manual drop?

2001-07-26 Thread David M. Karr
> "Dragos" == Dragos Haiduc <[EMAIL PROTECTED]> writes: David> David M. Karr wrote: David> In JBoss 2.2.2, using MySQL, I had a sample application, and it had created a David> table. I manually dropped the table, now I'm trying to figure out how to get David> JBoss to figu

Re: [JBoss-user] Force create of table after manual drop?

2001-07-26 Thread Nicolai P Guba
On 25 Jul 2001 22:28:54 -0700, David M. Karr wrote: > In JBoss 2.2.2, using MySQL, I had a sample application, and it had created a > table. I manually dropped the table, now I'm trying to figure out how to get > JBoss to figure out it needs to recreate the table. I've tried various things, > li

Re: [JBoss-user] Force create of table after manual drop?

2001-07-26 Thread Dragos Haiduc
How does your jaws.xml deployment descriptor look like? How about your standardjaws.xml? David M. Karr wrote: > In JBoss 2.2.2, using MySQL, I had a sample application, and it had created a > table. I manually dropped the table, now I'm trying to figure out how to get > JBoss to figure out it n

[JBoss-user] Force create of table after manual drop?

2001-07-25 Thread David M. Karr
In JBoss 2.2.2, using MySQL, I had a sample application, and it had created a table. I manually dropped the table, now I'm trying to figure out how to get JBoss to figure out it needs to recreate the table. I've tried various things, like deleting the deployed jar from the "deploy" directory, an