DISQUS

Thinking inside a bigger box: Using HSqlDb for in-memory DAO tests

  • Ken · 4 years ago
    I'm having trouble getting it to work. I keep getting
    PreparedStatementCallback; bad SQL grammar
    Any ideas?
  • Johannes · 4 years ago
    Be sure that your test database is initialized and packed properly. Also notice that the test data HAS to be packaged in a JAR file. Just adding a directory to your class path is not sufficient.