No value specified for parameter when using MySQL with JPA/Hibernate
I came across a problem when swithching database for a project from HSQLDB to MySQL.I am using memory based HSQL for unit tests.I am using file based HSQL for development testing.I have changed my integration tests to using MySQL from file based HSQL.Final production...
Read More