dcardon / play-migrate

Database version migration module for use in the Play! framework
10 stars 2 forks source link

db.properties conflict #1

Closed 7uc0 closed 14 years ago

7uc0 commented 14 years ago

db.properties files collides with hsql filesystem database files (db.properties for instance). one cannot therefore use the fs in test mode as well as th migrate module.

Cheers

dcardon commented 14 years ago

The migrate module does not have a db.properties file. This must be another issue. I tested using db=fs along with migrate and there were no problems.

7uc0 commented 14 years ago

you're right. Having migrate:init preformed and switching from in memory to fs leads to trouble at JPA init time. no further investigation, I removed the hsqldb files and restarted my app.