[2012-10-23 14:16:3 FET] <WorkerThread0> Table "ERCMAIL_MESSAG" not found; SQL statement:
SELECT MAX(ID) FROM ERCMAIL_MESSAG [42102-167]at
Isn't this the issue? Is that table being set up? I see there's a migration class in that frameworkâare you running migrations? (Actually, that class doesn't seem to set up that table anyway.) Again, never used the framework, but that's where I'd start looking. Get H2 to persist the database to a file so that you can inspect it afterwards while you're debugging this, switch it back to in-memory later.