RE: CMP: auto-creation of tables

2001-07-24 Thread Trujillo, Kris
ubject: Re: CMP: auto-creation of tables The only time tables are created is on initial deployment of a bean. I would try blowing away your bean's deployment directory (in application-deployments/[app-name]/[pathtoyourbeanjar]/[yourbeanname.jar]) and restarting the server. Jeff. On Tue, 24

Re: CMP: auto-creation of tables

2001-07-24 Thread Jeff Hubbach
The only time tables are created is on initial deployment of a bean. I would try blowing away your bean's deployment directory (in application-deployments/[app-name]/[pathtoyourbeanjar]/[yourbeanname.jar]) and restarting the server. Jeff. On Tue, 24 Jul 2001 18:44:33 +0200 "Oliver Scharrenberg"

CMP: auto-creation of tables

2001-07-24 Thread Oliver Scharrenberg
Hi! One thing I absolutely don't understand is the auto-creation of tables. In the past I had some difficulites preventing orion from recreating the existing tables but now it seems like I can do whatever I want and orion won't recreate the tables for my changed entity beans. All changes are rec