I'm talking about this:


# Properties for management of the database schema,

# ignore if you setup/drop your schema manually

dataSource.driver.jar=${env.JBOSS_HOME}/server/default/lib/mysql-connector-java-3.0.16-ga-bin.jar

dataSource.driver.class=org.gjt.mm.mysql.Driver

dataSource.url=jdbc:mysql://localhost:3306/partdatabase

dataSource.user=testspring

dataSource.password=testspring

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

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

dataSource.sql.load=core/target/db/create-dummy-load.sql

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

dataSource.sql.onError=continue 
--
Wouter Zoons - [EMAIL PROTECTED]

http://www.andromda.org/
_________________________________________________________
Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=2983#2983
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