[concern-users] Changing DataSource
Brought to you by:
hengels,
leonchiver
|
From: Roman R. <Rom...@un...> - 2008-04-04 11:43:53
|
Hi, By default the Hypersonic SQL database will be used for osbl-demo but now I've tried to change the data source to an mysql one. I had no success with the approach changing everything to mysql within the custom-build.properties. database.vendor=mysql datasource.name=MySQLDS datasource.url=jdbc:mysql://localhost:3306/test datasource.username=root datasource.password= hibernate.dialect=org.hibernate.dialect.MySQLInnoDBDialect Any ideas how to use a mysql database instead of hypersonic? Regards, -- Roman |