CORDA-1847 - Backport hibernate observer fix (#3726)

* CORDA-1847 Backport hibernate observer fix

* CORDA-1847 Fix tests
This commit is contained in:
Tudor Malene
2018-08-06 11:51:01 +01:00
committed by Katelyn Baker
parent 617a96036c
commit 11d59cf86a
25 changed files with 73 additions and 85 deletions

View File

@ -26,7 +26,7 @@ class IntegrationTestingTutorial {
fun `alice bob cash exchange example`() {
// START 1
driver(DriverParameters(startNodesInProcess = true,
extraCordappPackagesToScan = listOf("net.corda.finance.contracts.asset"))) {
extraCordappPackagesToScan = listOf("net.corda.finance.contracts.asset", "net.corda.finance.schemas"))) {
val aliceUser = User("aliceUser", "testPassword1", permissions = setOf(
startFlow<CashIssueFlow>(),
startFlow<CashPaymentFlow>(),