commit | 0b027e2bd2a1d7a533e4bf439f0d9e2d67dddc2c | [log] [tgz] |
---|---|---|
author | biniek <lukasz.biniek@nokia.com> | Thu Apr 19 15:02:18 2018 +0200 |
committer | biniek <lukasz.biniek@nokia.com> | Thu Apr 19 15:12:59 2018 +0200 |
tree | 6239b17334084ac59f5d47e56704176d699fc5cb | |
parent | 6c9f839aa8e8dd848eb10216713490a17726c86c [diff] [blame] |
Added canceling subsription to pnf-pnp workflow Change-Id: I0997943668b29a89565bbf83a40462a690d4a414 Issue-ID: SO-506 Signed-off-by: biniek <lukasz.biniek@nokia.com>
diff --git a/bpmn/MSOInfrastructureBPMN/src/main/webapp/WEB-INF/web.xml b/bpmn/MSOInfrastructureBPMN/src/main/webapp/WEB-INF/web.xml index e262495..fb5fc66 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 @@ </context-param> <listener> <listener-class>org.springframework.web.context.ContextLoaderListener</listener-class> + </listener> + <listener> <listener-class>org.jboss.resteasy.plugins.server.servlet.ResteasyBootstrap</listener-class> </listener>