Title: RE: [Xdoclet-user] xPetStore v2.1 released
sql/sapdb/create_db script is a special case for SAPDB because the process for creating a database is a little bit trickier that hsqldb (where the database is already created), that's why you don't need sql/hsqldb/create_db.
If you are not using sapdb, don't bother with that script.
 
But, when you are going to deploy the app to JBoss or WebLogic, the app server will create all the table for you abd the build script will fill
the database with data
-----Original Message-----
From: Lukas Severin [mailto:[EMAIL PROTECTED]]
Sent: 07 January 2003 19:55
To: Herve Tchepannou
Subject: Re: [Xdoclet-user] xPetStore v2.1 released

Sorry for disturbing you again with another stupid question :)
I cannot find out how the initial data in sql/data.sql  get into the db.  Where is this defined  ? In java source or in some deployment descriptor ?
There is an sql/sapdb/create_db script also,  but no corresponding sql/hsqldb/create_db script.
 
My basic problem is that the initial data isnt loaded when I startup jboss using hsqldb as db.
 
Suggestions ?
 
Tanks !

Reply via email to