Fix init errors in WorkflowMessageAdapter 77/23477/1
authorRob Daugherty <rd472p@att.com>
Tue, 14 Nov 2017 15:40:11 +0000 (10:40 -0500)
committerRob Daugherty <rd472p@att.com>
Tue, 14 Nov 2017 15:40:11 +0000 (10:40 -0500)
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 <rd472p@att.com>
adapters/mso-workflow-message-adapter/WebContent/WEB-INF/web.xml

index e920281..18df807 100644 (file)
   </context-param>
   <context-param>
     <param-name>mso.configuration</param-name>
-    <param-value>MSO_PROP_WORKFLOW_MESSAGE_ADAPTER=mso.workflow-message-adapter.properties,MSO_PROP_TOPOLOGY=topology.properties,MSO_PROP_AAF=cadi.properties</param-value>
+    <param-value>MSO_PROP_WORKFLOW_MESSAGE_ADAPTER=mso.workflow-message-adapter.properties,MSO_PROP_TOPOLOGY=topology.properties</param-value>
+  </context-param>
+  <context-param>
+        <param-name>mso.cloud_config.configuration</param-name>
+        <param-value>cloud_config.json=2</param-value>
   </context-param>
   <context-param>
     <param-name>resteasy.resources</param-name>