From: Rob Daugherty Date: Thu, 29 Mar 2018 15:19:55 +0000 (-0400) Subject: POST to /mso/async/services returns 404 X-Git-Tag: v1.2.1~243 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=d1b3bf0d8944e9813aa5e7ede9e174ca6f0590af;p=so.git POST to /mso/async/services returns 404 Change-Id: Ia5e669b023df9fc1b27fb9059ef3502c99500d81 Issue-ID: SO-550 Signed-off-by: Rob Daugherty --- diff --git a/bpmn/MSOInfrastructureBPMN/src/main/webapp/WEB-INF/web.xml b/bpmn/MSOInfrastructureBPMN/src/main/webapp/WEB-INF/web.xml index a357c2a6f3..62a2748c8c 100644 --- a/bpmn/MSOInfrastructureBPMN/src/main/webapp/WEB-INF/web.xml +++ b/bpmn/MSOInfrastructureBPMN/src/main/webapp/WEB-INF/web.xml @@ -25,7 +25,7 @@ org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher javax.ws.rs.Application - org.openecomp.mso.bpmn.common.workflow.service.WorkflowResourceApplication + org.openecomp.mso.bpmn.infrastructure.workflow.service.WorkflowResourceApplication