summaryrefslogtreecommitdiffstats
path: root/bpmn/MSOInfrastructureBPMN/src/main/webapp
diff options
context:
space:
mode:
authorbiniek <lukasz.biniek@nokia.com>2018-04-16 16:14:32 +0200
committerbiniek <lukasz.biniek@nokia.com>2018-04-17 13:41:31 +0200
commit12e339cdb724209b7be6f58aafc9820cd07d2f91 (patch)
tree3e506d130f183a5529fc3082a1a9207d90425d2e /bpmn/MSOInfrastructureBPMN/src/main/webapp
parent5304d1554c35486203ca86a353d9059996430ad3 (diff)
Added CreateVcpePesCustServiceV2 workflow for pnf
Change-Id: I5b42baa859eb039e806af609b1c3e618a86efba6 Issue-ID: SO-506 Signed-off-by: biniek <lukasz.biniek@nokia.com>
Diffstat (limited to 'bpmn/MSOInfrastructureBPMN/src/main/webapp')
-rw-r--r--bpmn/MSOInfrastructureBPMN/src/main/webapp/WEB-INF/applicationContext.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/bpmn/MSOInfrastructureBPMN/src/main/webapp/WEB-INF/applicationContext.xml b/bpmn/MSOInfrastructureBPMN/src/main/webapp/WEB-INF/applicationContext.xml
index 6fe70ff614..cbb8266bf7 100644
--- a/bpmn/MSOInfrastructureBPMN/src/main/webapp/WEB-INF/applicationContext.xml
+++ b/bpmn/MSOInfrastructureBPMN/src/main/webapp/WEB-INF/applicationContext.xml
@@ -15,8 +15,7 @@
</bean>
<bean id="informDmaapClient" class="org.openecomp.mso.bpmn.infrastructure.pnf.delegate.InformDmaapClient">
- <!--TODO: uncommend line below after DmaapClient is pushed to master-->
- <!--<property name="dmaapClient" ref="dmaapClient"/>-->
+ <property name="dmaapClient" ref="pnfEventReadyConsumer"/>
</bean>
<bean id="pnfEventReadyConsumer" class="org.openecomp.mso.bpmn.infrastructure.pnf.dmaap.PnfEventReadyConsumer"