Re: How to use alternative in memory database for Integration/Cucumber tests

2018-05-31 Thread Andi Huber
I'm working on it [1]. Cheers Andi! [1] https://issues.apache.org/jira/browse/ISIS-1958 On 2018/05/14 11:12:50, Vladimir Nišević wrote: > Dear Isis community, we have upgraded to Isis 1.16.2 and now we are forced > to use HSQL-DB as in-memory database. > > Here the code from

How to use alternative in memory database for Integration/Cucumber tests

2018-05-14 Thread Vladimir Nišević
Dear Isis community, we have upgraded to Isis 1.16.2 and now we are forced to use HSQL-DB as in-memory database. Here the code from isis-core-runtime-1.16.2.jar which is responsible for that package org.apache.isis.core.runtime.headless; ... public class IsisSystemBootstrapper { private