Haven't tried to do this, Erik. That said, isn't that annotation wrong ?... I don't think it's valid to have a "." in the table name.
Instead, have you tried using @PersistenceCapable(schema="DB1", table="tableA") or perhaps @PersistenceCapable(catalog="DB1", table="tableA"). Dan On 5 January 2015 at 13:58, Erik de Hair <[email protected]> wrote: > 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 >
