You need to configure the following properties in <your 
project>/project.properties for the database you're targetting:



# Properties for management of the database schema, 

# ignore if you setup/drop your schema manually

dataSource.driver.jar=$&#123;env.JBOSS_HOME&#125;/server/default/lib/hsqldb.jar

dataSource.driver.class=org.hsqldb.jdbcDriver

dataSource.url=jdbc&#58;hsqldb&#58;hsql&#58;//127.0.0.1&#58;1701

dataSource.user=sa

dataSource.password=

dataSource.sql.init=core/target/schema-create.sql

dataSource.sql.drop=core/target/schema-drop.sql

# What schema related goals should do when an error occurs.

dataSource.sql.onError=continue



# Change this to generate to the correct MDA database mappings

# For MySql use&#58; MySQL

# For Hypersonic use&#58; HypersonicSql

# For Oracle9i use&#58; Oracle9i

sql.mappings=HypersonicSql



# For MySql use&#58; net.sf.hibernate.dialect.MySQLDialect

# For Hypersonic use&#58; net.sf.hibernate.dialect.HSQLDialect

# For Oracle9i use&#58; net.sf.hibernate.dialect.Oracle9Dialect

hibernate.db.dialect=net.sf.hibernate.dialect.HSQLDialect
--
Chad Brandon - [EMAIL PROTECTED]

http://www.andromda.org
_________________________________________________________
Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=2803#2803
Posting to http://forum.andromda.org/ is preferred over posting to the mailing 
list!


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Andromda-user mailing list
Andromda-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/andromda-user

Reply via email to