From bb5668fdd40f923694a4aa3a3b5bf5f7009b6cd7 Mon Sep 17 00:00:00 2001 From: Rob Daugherty Date: Tue, 19 Sep 2017 18:08:26 -0400 Subject: BPMN applications not deployed properly Since the 1710 MSO merge the following problems exist: The workflow applications are not deployed properly. I've also fixed a few small issues with the CreateCustomE2EServiceInstance flows that prevented them from being deployed. Change-Id: Ia4f7a6de87abbc99e80c0e9083e2175cdf9b4fe5 Issue-id: SO-148 Signed-off-by: Rob Daugherty --- bpmn/MSOInfrastructureBPMN/src/main/webapp/WEB-INF/web.xml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'bpmn/MSOInfrastructureBPMN/src/main/webapp') diff --git a/bpmn/MSOInfrastructureBPMN/src/main/webapp/WEB-INF/web.xml b/bpmn/MSOInfrastructureBPMN/src/main/webapp/WEB-INF/web.xml index cd114a85dc..907f511551 100644 --- a/bpmn/MSOInfrastructureBPMN/src/main/webapp/WEB-INF/web.xml +++ b/bpmn/MSOInfrastructureBPMN/src/main/webapp/WEB-INF/web.xml @@ -25,17 +25,13 @@ 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 resteasy-servlet /* - - contextConfigLocation - /WEB-INF/applicationContext.xml - mso.configuration MSO_PROP_TOPOLOGY=topology.properties @@ -48,9 +44,6 @@ resteasy.resources org.openecomp.mso.logger.MsoLoggingServlet,org.openecomp.mso.bpmn.core.HealthCheckHandler - - org.springframework.web.context.ContextLoaderListener - LogFilter org.openecomp.mso.logger.LogFilter @@ -78,4 +71,4 @@ BPMN-Client - \ No newline at end of file + -- cgit 1.2.3-korg