aboutsummaryrefslogtreecommitdiffstats
path: root/bpmn/MSOCockpit/src/main/resources/WEB-INF/applicationContext.xml
diff options
context:
space:
mode:
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>