summaryrefslogtreecommitdiffstats
path: root/bpmn/MSOInfrastructureBPMN/src/main/webapp/WEB-INF
diff options
context:
space:
mode:
authorRob Daugherty <rd472p@att.com>2018-05-21 12:52:11 +0000
committerGerrit Code Review <gerrit@onap.org>2018-05-21 12:52:11 +0000
commit806577e9c3d49be9aba0f13d1c33a4cd4354e57e (patch)
tree31b922629e552b10d70a47cf42ea68700483e893 /bpmn/MSOInfrastructureBPMN/src/main/webapp/WEB-INF
parent62c099c68ca02c336026076984ff4765143e47b8 (diff)
parent59e4171c755943b1ac7e16d80980e8736045e5aa (diff)
Merge "Added checking input variables in pnf-pnp"
Diffstat (limited to 'bpmn/MSOInfrastructureBPMN/src/main/webapp/WEB-INF')
-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>