From 2939e68bd58a317f6bf0afecb91fe15663647982 Mon Sep 17 00:00:00 2001 From: szymonsztuka Date: Wed, 1 Aug 2018 14:30:03 +0100 Subject: [PATCH] Merge OS - fix method name invoked in Enterprise module. --- .../main/kotlin/net/corda/flowworker/FlowWorkerServiceHub.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/experimental/flow-worker/src/main/kotlin/net/corda/flowworker/FlowWorkerServiceHub.kt b/experimental/flow-worker/src/main/kotlin/net/corda/flowworker/FlowWorkerServiceHub.kt index 13da729582..edc4a1cdd2 100644 --- a/experimental/flow-worker/src/main/kotlin/net/corda/flowworker/FlowWorkerServiceHub.kt +++ b/experimental/flow-worker/src/main/kotlin/net/corda/flowworker/FlowWorkerServiceHub.kt @@ -242,7 +242,7 @@ class FlowWorkerServiceHub(override val configuration: NodeConfiguration, overri servicesForResolution.start(networkParameters) persistentNetworkMapCache.start(networkParameters.notaries) - database.hikariStart(configuration.dataSourceProperties, configuration.database, schemaService) + database.startHikariPool(configuration.dataSourceProperties, configuration.database, schemaService) identityService.start(trustRoot, listOf(myInfo.legalIdentitiesAndCerts.first().certificate, nodeCa)) database.transaction {