From 0b027e2bd2a1d7a533e4bf439f0d9e2d67dddc2c Mon Sep 17 00:00:00 2001 From: biniek Date: Thu, 19 Apr 2018 15:02:18 +0200 Subject: Added canceling subsription to pnf-pnp workflow Change-Id: I0997943668b29a89565bbf83a40462a690d4a414 Issue-ID: SO-506 Signed-off-by: biniek --- .../src/main/webapp/WEB-INF/applicationContext.xml | 4 ++++ bpmn/MSOInfrastructureBPMN/src/main/webapp/WEB-INF/web.xml | 2 ++ 2 files changed, 6 insertions(+) (limited to 'bpmn/MSOInfrastructureBPMN/src/main/webapp') diff --git a/bpmn/MSOInfrastructureBPMN/src/main/webapp/WEB-INF/applicationContext.xml b/bpmn/MSOInfrastructureBPMN/src/main/webapp/WEB-INF/applicationContext.xml index 03fff4f974..4ddeba16be 100644 --- a/bpmn/MSOInfrastructureBPMN/src/main/webapp/WEB-INF/applicationContext.xml +++ b/bpmn/MSOInfrastructureBPMN/src/main/webapp/WEB-INF/applicationContext.xml @@ -18,6 +18,10 @@ + + + + diff --git a/bpmn/MSOInfrastructureBPMN/src/main/webapp/WEB-INF/web.xml b/bpmn/MSOInfrastructureBPMN/src/main/webapp/WEB-INF/web.xml index e262495537..fb5fc66309 100644 --- a/bpmn/MSOInfrastructureBPMN/src/main/webapp/WEB-INF/web.xml +++ b/bpmn/MSOInfrastructureBPMN/src/main/webapp/WEB-INF/web.xml @@ -50,6 +50,8 @@ org.springframework.web.context.ContextLoaderListener + + org.jboss.resteasy.plugins.server.servlet.ResteasyBootstrap -- cgit 1.2.3-korg