###############################################################################
###############################################################################
# minimal Hibnerate configuration for testing the process engine
hibernate.dialect=org.hibernate.dialect.H2Dialect
hibernate.connection.url=jdbc:h2:mem:moa.id-session;DB_CLOSE_DELAY=-1
hibernate.connection.charSet=utf-8
hibernate.connection.driver_class=org.h2.Driver
hibernate.connection.username=
hibernate.connection.password=

hibernate.format_sql=true
hibernate.show_sql=false
hibernate.transaction.auto_close_session=true
hibernate.hbm2ddl.auto=update