I have a project of persistence with spring and hibernate built with maven, I'm running the testing using Junit and a test database HSQLDB, when I do a test first ...
I would like to use hsql within my DAO unit tests for a web application. The web app is written against mysql and uses three different schemas within the same ...