Fixing the errors on OOM 33/68433/1 1.3.0 3.0.0-ONAP
authorArul.Nambi <arul.nambi@amdocs.com>
Fri, 21 Sep 2018 14:18:23 +0000 (10:18 -0400)
committerArul.Nambi <arul.nambi@amdocs.com>
Fri, 21 Sep 2018 14:18:55 +0000 (10:18 -0400)
Issue-ID: AAI-1669
Change-Id: I423cc90d83f13baacf093116316621e2dee27c32
Signed-off-by: Arul.Nambi <arul.nambi@amdocs.com>
sparkybe-onap-application/config/spring-beans/sparky-resources.xml
sparkybe-onap-application/config/spring-beans/sparky-subscription-service.xml

index bcb8a72..6f29868 100644 (file)
@@ -13,9 +13,9 @@
                <property name="readTimeoutInMs" value="30000" />
                <property name="basicAuthUserName" value="${resources.basicAuthUserName:}" />
                <property name="basicAuthPassword" value="OBF:${resources.basicAuthPassword:}" />
-               <property name="certFileName" value="/auth/${resources.client-cert}" />
-               <property name="certPassword" value="OBF:${resources.client-cert-password}" />
-               <property name="truststoreFileName" value="/auth/${resources.trust-store}" />
+               <property name="certFileName" value="/auth/${resources.client-cert:}" />
+               <property name="certPassword" value="OBF:${resources.client-cert-password:}" />
+               <property name="truststoreFileName" value="/auth/${resources.trust-store:}" />
                <property name="validateServerCertChain" value="false" />
                <property name="validateServerHostname" value="false" />
                <property name="resourceLoader" ref="sparkyResourceLoader" />
index 25a696a..2057b9c 100644 (file)
@@ -1,4 +1,4 @@
-<beans profile="subscription" xmlns="http://www.springframework.org/schema/beans"
+<beans xmlns="http://www.springframework.org/schema/beans"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="
               http://www.springframework.org/schema/beans