aboutsummaryrefslogtreecommitdiffstats
path: root/bpmn/MSOInfrastructureBPMN/src/main/webapp/WEB-INF/applicationContext.xml
diff options
context:
space:
mode:
authorbiniek <lukasz.biniek@nokia.com>2018-05-17 12:11:50 +0200
committerbiniek <lukasz.biniek@nokia.com>2018-05-17 12:21:13 +0200
commit59e4171c755943b1ac7e16d80980e8736045e5aa (patch)
tree7a403a18497e70d86edbd734d686c22a242d01c5 /bpmn/MSOInfrastructureBPMN/src/main/webapp/WEB-INF/applicationContext.xml
parentc82216b0be5e2fab57031056d386a192b6abbce2 (diff)
Added checking input variables in pnf-pnp
Change-Id: I1a4f4b9704385a17995e76d4b87484c2f588b889 Issue-ID: SO-506 Signed-off-by: biniek <lukasz.biniek@nokia.com>
Diffstat (limited to 'bpmn/MSOInfrastructureBPMN/src/main/webapp/WEB-INF/applicationContext.xml')
-rw-r--r--bpmn/MSOInfrastructureBPMN/src/main/webapp/WEB-INF/applicationContext.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/bpmn/MSOInfrastructureBPMN/src/main/webapp/WEB-INF/applicationContext.xml b/bpmn/MSOInfrastructureBPMN/src/main/webapp/WEB-INF/applicationContext.xml
index 13ab4f8f17..1273b30f0a 100644
--- a/bpmn/MSOInfrastructureBPMN/src/main/webapp/WEB-INF/applicationContext.xml
+++ b/bpmn/MSOInfrastructureBPMN/src/main/webapp/WEB-INF/applicationContext.xml
@@ -38,4 +38,12 @@
<property name="locations" value="classpath:dmaap.properties"/>
</bean>
+ <bean class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
+ <property name="locations" value="classpath:pnf.properties"/>
+ </bean>
+
+ <bean id="pnfCheckInputs" class="org.openecomp.mso.bpmn.infrastructure.pnf.delegate.PnfCheckInputs">
+ <property name="defaultTimeout" value="${defaultTimeout}"/>
+ </bean>
+
</beans>