I developing small application with play 2.0.1 and find very usefull using internal H2 database for make customer's preview. There are just few rows in database and one or two users. It is very comfortable to compile app in my laptop and make tar for deploying on test server. But it looks like H2 falls from time to time. I found this in my application.log:
! @6anj14ljo - Internal server error, for request [POST /admin] ->
play.core.ActionInvoker$$anonfun$receive$1$$anon$1: Execution exception [[PersistenceException: Query threw SQLException:table "MANAGER" not found.
I know using H2 for production is not a good idea. But I don't want to configure mysql each time. Which the reason of such H2 behaviour?