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 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'adapters/mso-network-adapter') 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 + -- cgit 1.2.3-korg