Hi,Anybody an idea how to set up integration tests in Isis with multiple in-memory databases?
My domain model uses 2 databases by specifying the table name like @PersistenceCapable(table="DB1.tableA") and @PersistenceCapable(table="DB2.tableB"). DB1 is the databases configured in the testsystem initializer. DB2 isn't automatically created during initiation of the integration tests.
Thanks, Erik
