From cb6d5a68ed57210bf529ab71f6fe39d40f2a1dce Mon Sep 17 00:00:00 2001 From: Rob Daugherty Date: Thu, 21 Sep 2017 01:00:54 -0400 Subject: SO Failed Robot Health Check There were several issues. The wrong jackson provider was being selected, which caused the exception, so we fixed that. Then we discovered that a a URN mapping was missing, so we added that. Then we found that the healthcheck wouldn't work because it's trying to check the default process engine, which does not exist. We commented out that part of the healthcheck to be able to resolve this high priority issue. A new low priority issue will need to be created to follow up. Change-Id: I327612a147333eeecd44915942cecd13959c4717 Issue-id: SO-139 Signed-off-by: Rob Daugherty --- .../WebContent/WEB-INF/jboss-deployment-structure.xml | 5 +++++ .../WebContent/WEB-INF/jboss-deployment-structure.xml | 7 ++++++- .../WebContent/WEB-INF/jboss-deployment-structure.xml | 9 +++++++-- 3 files changed, 18 insertions(+), 3 deletions(-) (limited to 'adapters') diff --git a/adapters/mso-catalog-db-adapter/WebContent/WEB-INF/jboss-deployment-structure.xml b/adapters/mso-catalog-db-adapter/WebContent/WEB-INF/jboss-deployment-structure.xml index 05f0a32844..53bdbc9ea7 100644 --- a/adapters/mso-catalog-db-adapter/WebContent/WEB-INF/jboss-deployment-structure.xml +++ b/adapters/mso-catalog-db-adapter/WebContent/WEB-INF/jboss-deployment-structure.xml @@ -5,12 +5,17 @@ + + + + + diff --git a/adapters/mso-network-adapter/WebContent/WEB-INF/jboss-deployment-structure.xml b/adapters/mso-network-adapter/WebContent/WEB-INF/jboss-deployment-structure.xml index 58ddb4a08f..fb268917f2 100644 --- a/adapters/mso-network-adapter/WebContent/WEB-INF/jboss-deployment-structure.xml +++ b/adapters/mso-network-adapter/WebContent/WEB-INF/jboss-deployment-structure.xml @@ -5,12 +5,17 @@ + + + + + - \ No newline at end of file + diff --git a/adapters/mso-vnf-adapter/WebContent/WEB-INF/jboss-deployment-structure.xml b/adapters/mso-vnf-adapter/WebContent/WEB-INF/jboss-deployment-structure.xml index 58ddb4a08f..56e2023f04 100644 --- a/adapters/mso-vnf-adapter/WebContent/WEB-INF/jboss-deployment-structure.xml +++ b/adapters/mso-vnf-adapter/WebContent/WEB-INF/jboss-deployment-structure.xml @@ -5,12 +5,17 @@ + + - + + + + - \ No newline at end of file + -- cgit 1.2.3-korg