I am running a simple (no web) example using spring boot and h2. When the engine is shut down, I get this stack:
org.apache.ibatis.exceptions.PersistenceException:
### Error querying database. Cause: org.h2.jdbc.JdbcSQLException: Tabelle "ACT_RE_PROCDEF" nicht gefunden
Table "ACT_RE_PROCDEF" not found; SQL statement:
select distinct RES.*
from ACT_RE_PROCDEF RES
How can I get rid of it? I had st. similar with metrics before where I had to disable dbMetricsReportingActivate.