diff options
author | Arul.Nambi <arul.nambi@amdocs.com> | 2018-09-21 10:18:23 -0400 |
---|---|---|
committer | Arul.Nambi <arul.nambi@amdocs.com> | 2018-09-21 10:18:55 -0400 |
commit | 088dd78d7689c1dda6e44bd29a4f2db8851040b3 (patch) | |
tree | 2e4da148131e0848f650647cc36bd0afc42156a8 /sparkybe-onap-application/config | |
parent | 75d0da4cdb78e1881d0ba9bbe8d89ddfb17f2793 (diff) |
Fixing the errors on OOM3.0.0-ONAP1.3.0
Issue-ID: AAI-1669
Change-Id: I423cc90d83f13baacf093116316621e2dee27c32
Signed-off-by: Arul.Nambi <arul.nambi@amdocs.com>
Diffstat (limited to 'sparkybe-onap-application/config')
-rw-r--r-- | sparkybe-onap-application/config/spring-beans/sparky-resources.xml | 6 | ||||
-rw-r--r-- | sparkybe-onap-application/config/spring-beans/sparky-subscription-service.xml | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sparkybe-onap-application/config/spring-beans/sparky-resources.xml b/sparkybe-onap-application/config/spring-beans/sparky-resources.xml index bcb8a72..6f29868 100644 --- a/sparkybe-onap-application/config/spring-beans/sparky-resources.xml +++ b/sparkybe-onap-application/config/spring-beans/sparky-resources.xml @@ -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" /> diff --git a/sparkybe-onap-application/config/spring-beans/sparky-subscription-service.xml b/sparkybe-onap-application/config/spring-beans/sparky-subscription-service.xml index 25a696a..2057b9c 100644 --- a/sparkybe-onap-application/config/spring-beans/sparky-subscription-service.xml +++ b/sparkybe-onap-application/config/spring-beans/sparky-subscription-service.xml @@ -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 |