diff options
author | Seshu Kumar M <seshu.kumar.m@huawei.com> | 2018-03-14 09:22:15 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-03-14 09:22:15 +0000 |
commit | 09f3630ea990197e9d7b669aa2d6a63ec397bf3e (patch) | |
tree | 6625d3e9ac31600d86bf54a50e75dba61cc2c82a /bpmn/MSOCockpit/src/main/resources | |
parent | a56de0e221751debd038aca5b6d20d8f9325d294 (diff) | |
parent | 38f720752af4d4aad8c4e467a288d9048659f688 (diff) |
Merge "AT&T 1712 and 1802 release code"
Diffstat (limited to 'bpmn/MSOCockpit/src/main/resources')
-rw-r--r-- | bpmn/MSOCockpit/src/main/resources/WEB-INF/applicationContext.xml | 3 |
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> |