playframework « Search « JPA Q&A





1. Play Framework CRUD search issue    stackoverflow.com

when trying a search on some entities in the CRUD module of Play I'm getting this exception:

    play.exceptions.JavaExecutionException: org.hibernate.exception.SQLGrammarException: could not execute query
    at play.mvc.ActionInvoker.invoke(ActionInvoker.java:290)
 ...