yes, if this value is true, the database will not be created. also, if you're working with existing database tables, you'll want to be sure that you don't run "ant init" with your schema defined in the WEB-INF/conf folder. you'll need to use "ant init" to create the turbine schema tables, but outside of that i use "ant project-om" to create my object model classes based on my schema defined in WEB-INF/conf/<projectname>-schema.xml
> -----Original Message----- > From: Eric Emminger [mailto:[EMAIL PROTECTED]] > Sent: Thursday, February 20, 2003 10:17 AM > To: Turbine Users List > Subject: Re: TDK 2.2 working with existing tables > > > Scott > > > torque.database.manualCreation=false > > Should the value be true so that Torque will NOT create the database > automatically? > > Eric > > -- > Eric Emminger > [EMAIL PROTECTED] > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --- > Incoming mail is certified Virus Free. > Checked by AVG anti-virus system (http://www.grisoft.com). > Version: 6.0.455 / Virus Database: 255 - Release Date: 2/13/2003 > > --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.455 / Virus Database: 255 - Release Date: 2/13/2003 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
