-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
7.13.3.GA
-
False
-
None
-
False
-
---
-
---
-
-
Summary
After H2 upgrade - https://github.com/kiegroup/droolsjbpm-build-bootstrap/pull/2356
installation on JWS container set incorrect JDBC url:
Actual
jdbc:h2:mem:testdb;DB_CLOSE_DELAY=-1;MVCC=TRUE
Expected
jdbc:h2:mem:test2-db;MODE=LEGACY;NON_KEYWORDS=VALUE;
AC
Expected URL is set in JWS installation.