aboutsummaryrefslogtreecommitdiffstats
path: root/bpmn/MSOCockpit/src/main/resources/WEB-INF/applicationContext.xml
diff options
context:
space:
mode:
authorSeshu Kumar M <seshu.kumar.m@huawei.com>2018-03-14 09:22:15 +0000
committerGerrit Code Review <gerrit@onap.org>2018-03-14 09:22:15 +0000
commit09f3630ea990197e9d7b669aa2d6a63ec397bf3e (patch)
tree6625d3e9ac31600d86bf54a50e75dba61cc2c82a /bpmn/MSOCockpit/src/main/resources/WEB-INF/applicationContext.xml
parenta56de0e221751debd038aca5b6d20d8f9325d294 (diff)
parent38f720752af4d4aad8c4e467a288d9048659f688 (diff)
Merge "AT&T 1712 and 1802 release code"
Diffstat (limited to 'bpmn/MSOCockpit/src/main/resources/WEB-INF/applicationContext.xml')
-rw-r--r--bpmn/MSOCockpit/src/main/resources/WEB-INF/applicationContext.xml3
1 files changed, 0 insertions, 3 deletions
diff --git a/bpmn/MSOCockpit/src/main/resources/WEB-INF/applicationContext.xml b/bpmn/MSOCockpit/src/main/resources/WEB-INF/applicationContext.xml
index fd91391bce..dff4c3d810 100644
--- a/bpmn/MSOCockpit/src/main/resources/WEB-INF/applicationContext.xml
+++ b/bpmn/MSOCockpit/src/main/resources/WEB-INF/applicationContext.xml
@@ -55,9 +55,6 @@
<property name="jobExecutorActivate" value="false" />
<property name="deploymentResources" value="classpath*:bpmn/*.bpmn" />
<property name="authorizationEnabled" value="true" />
- <property name="failedJobCommandFactory">
- <bean class="org.camunda.bpm.engine.impl.jobexecutor.FoxFailedJobCommandFactory" />
- </property>
<property name="idGenerator">
<bean class="org.camunda.bpm.engine.impl.persistence.StrongUuidGenerator" />
</property>