diff options
author | subhash kumar singh <subhash.kumar.singh@huawei.com> | 2017-09-27 14:33:21 +0530 |
---|---|---|
committer | subhash kumar singh <subhash.kumar.singh@huawei.com> | 2017-09-27 16:05:08 +0530 |
commit | c5f00be504277c8cb0faf9a40e2290c137e08f02 (patch) | |
tree | 5b1ef59ebd1c0c7000f5cb9afac73d38494b2bdc /ResmanagementService/service/src/main/webapp | |
parent | 2a45991d2f400a21ce853db6a29dd587abf82cb2 (diff) |
Create customer and ser-subscription for VFC
Create customer and service-subscription for VFC to store
service-instance in it.
Issue-ID: VFC-462
Change-Id: I23a192dcc0e43098cb49341d07faf211bb945c90
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
Diffstat (limited to 'ResmanagementService/service/src/main/webapp')
-rw-r--r-- | ResmanagementService/service/src/main/webapp/WEB-INF/web.xml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/ResmanagementService/service/src/main/webapp/WEB-INF/web.xml b/ResmanagementService/service/src/main/webapp/WEB-INF/web.xml index eb4ff01..36a989f 100644 --- a/ResmanagementService/service/src/main/webapp/WEB-INF/web.xml +++ b/ResmanagementService/service/src/main/webapp/WEB-INF/web.xml @@ -20,7 +20,14 @@ xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"> <listener> - <listener-class>org.springframework.web.context.ContextLoaderListener</listener-class> + <listener-class> + org.springframework.web.context.ContextLoaderListener + </listener-class> + </listener> + <listener> + <listener-class> + org.onap.vfc.nfvo.resmanagement.service.listener.AaiNamespaceInitializer + </listener-class> </listener> <servlet> <servlet-name>CXFServlet</servlet-name> |