Repair SDK-app property for users 33/17333/1
authorChristopher Lott (cl778h) <clott@research.att.com>
Thu, 5 Oct 2017 13:51:28 +0000 (09:51 -0400)
committerChristopher Lott (cl778h) <clott@research.att.com>
Thu, 5 Oct 2017 13:52:28 +0000 (09:52 -0400)
Repair package prefix of user-management class named in property file

Issue: PORTAL-59
Change-Id: Iffc753fcd244ad6910fc58c8e2c1748adfa2911d
Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
deliveries/properties_rackspace/ECOMPDBCAPP/portal.properties
deliveries/properties_rackspace/ECOMPPORTALAPP/portal.properties
deliveries/properties_rackspace/ECOMPSDKAPP/portal.properties

index 6dbbee8..cec3bb3 100644 (file)
@@ -1,5 +1,6 @@
 # Properties read by ECOMP Framework library, ecompFW.jar
 
+# epsdk 1.1 has org.openecomp package prefix
 portal.api.impl.class = org.openecomp.portalapp.service.OnBoardingApiServiceImpl
 portal.api.prefix = /api
 max.idle.time = 5
index f7fba31..2ec8bb4 100644 (file)
@@ -1,4 +1,5 @@
-portal.api.impl.class = org.openecomp.portalsdk.core.onboarding.client.OnBoardingApiServiceImpl
+# Not used by portal
+portal.api.impl.class = org.onap.portalsdk.core.onboarding.client.OnBoardingApiServiceImpl.not.used.by.portal
 portal.api.prefix = /api
 max.idle.time = 5
 user.attribute.name = user_attribute
index b569e4f..31809dd 100644 (file)
@@ -16,7 +16,8 @@ use_rest_for_functional_menu=true
 ##########################################################################
 
 # Name of java class that implements the OnBoardingApiService interface.
-portal.api.impl.class = org.openecomp.portalapp.service.OnBoardingApiServiceImpl
+# epsdk 1.3 uses org.onap prefix
+portal.api.impl.class = org.onap.portalapp.service.OnBoardingApiServiceImpl
 
 # CSP Global Log On for single sign on
 ecomp_redirect_url = http://portal.api.simpledemo.openecomp.org:8989/ECOMPPORTAL/login.htm