From d1b3bf0d8944e9813aa5e7ede9e174ca6f0590af Mon Sep 17 00:00:00 2001 From: Rob Daugherty Date: Thu, 29 Mar 2018 11:19:55 -0400 Subject: POST to /mso/async/services returns 404 Change-Id: Ia5e669b023df9fc1b27fb9059ef3502c99500d81 Issue-ID: SO-550 Signed-off-by: Rob Daugherty --- bpmn/MSOInfrastructureBPMN/src/main/webapp/WEB-INF/web.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bpmn/MSOInfrastructureBPMN') 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 -- cgit 1.2.3-korg