Hi,


Yes I have changed everything.  Should I put the database name after 
dataSource.url=jdbc:mysql://localhost:3306?  Since it is already described as 
dataSource=java:/MySqlDS I souhld not have to?



...

# The datasource for the application

#dataSource=java:/DefaultDS

dataSource=java:/MySqlDS



# 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.1.10-bin.jar

dataSource.driver.class=com.mysql.jdbc.Driver

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

dataSource.user=root

dataSource.password=

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

...

hibernate.db.dialect=net.sf.hibernate.dialect.MySQLDialect





My understanding so far is that I must manually start MySql sever and jboss 
will connect to it unlike HSQL which can run inside jboss.  Am I right?



I will read more about MySql and jBoss before submitting more questions to the 
forum since it is for AndroMDA and not MySql or jBoss.    [Embarassed] 



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


-------------------------------------------------------
This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening
July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual
core and dual graphics technology at this free one hour event hosted by HP, 
AMD, and NVIDIA.  To register visit http://www.hp.com/go/dualwebinar
_______________________________________________
Andromda-user mailing list
Andromda-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/andromda-user

Reply via email to