From d611dcf8ef0656a1eca6a2a484aed99b59c2c6bc Mon Sep 17 00:00:00 2001 From: Rob Daugherty Date: Tue, 14 Nov 2017 10:40:11 -0500 Subject: Fix init errors in WorkflowMessageAdapter When the workflow message adapter comes up, it throws a FileNotFoundException because cadi.properties is absent. This file is related to AAF, which is not in scope for the Amsterdam release. Issue: SO-341 Change-Id: I27239e215a523f8535d49d1888acc72deb35b270 Signed-off-by: Rob Daugherty --- adapters/mso-workflow-message-adapter/WebContent/WEB-INF/web.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/adapters/mso-workflow-message-adapter/WebContent/WEB-INF/web.xml b/adapters/mso-workflow-message-adapter/WebContent/WEB-INF/web.xml index e920281508..18df807b85 100644 --- a/adapters/mso-workflow-message-adapter/WebContent/WEB-INF/web.xml +++ b/adapters/mso-workflow-message-adapter/WebContent/WEB-INF/web.xml @@ -14,7 +14,11 @@ mso.configuration - MSO_PROP_WORKFLOW_MESSAGE_ADAPTER=mso.workflow-message-adapter.properties,MSO_PROP_TOPOLOGY=topology.properties,MSO_PROP_AAF=cadi.properties + MSO_PROP_WORKFLOW_MESSAGE_ADAPTER=mso.workflow-message-adapter.properties,MSO_PROP_TOPOLOGY=topology.properties + + + mso.cloud_config.configuration + cloud_config.json=2 resteasy.resources -- cgit 1.2.3-korg