So I followed this official tutorial in order to integrate Ebean with my project:
http://www.playframework.org/documentation/2.0/JavaEbean
I tried to use byId method of Finder (to retrieve an object from the db)
but got this error:
[RuntimeException: No JPA EntityManagerFactory configured for name [default]]
What should I do?