AT&T 1712 and 1802 release code
[so.git] / bpmn / MSOInfrastructureBPMN / src / test / resources / camunda.cfg.xml
index 68db73d..e4e8ae5 100644 (file)
 \r
     <property name="history" value="full" />\r
 \r
-    <property name="customPostBPMNParseListeners">\r
-      <list>\r
-        <bean class="org.camunda.bpm.engine.impl.bpmn.parser.FoxFailedJobParseListener" />\r
-      </list>\r
-    </property>\r
-\r
-    <property name="failedJobCommandFactory" ref="foxFailedJobCommandFactory" />\r
-\r
     <!--<property name="idGenerator" ref="uuidGenerator" />-->\r
 \r
     <!-- engine plugins -->\r
         <ref bean="spinProcessEnginePlugin" />\r
         <ref bean="loggingPlugin" />\r
         <ref bean="workflowExceptionPlugin" />\r
-        <ref bean="workbenchPlugin" />\r
          </list>\r
     </property>\r
   </bean>\r
 \r
-  <bean id="workbenchPlugin" class="org.camunda.bpm.debugger.server.EmbeddableDebugWebsocketBootstrap">\r
-               <property name="httpPort" value="28088"/>\r
-  </bean>          \r
-\r
   <bean id="loggingPlugin" class="org.openecomp.mso.bpmn.core.plugins.LoggingAndURNMappingPlugin" />\r
   \r
   <!-- Needed until all subflows generate MSOWorkflowException events --> \r
   <bean id="workflowExceptionPlugin" class="org.openecomp.mso.bpmn.core.plugins.WorkflowExceptionPlugin" />\r
 \r
-  <bean id="foxFailedJobCommandFactory" class="org.camunda.bpm.engine.impl.jobexecutor.FoxFailedJobCommandFactory" />\r
-\r
   <!--<bean id="uuidGenerator" class="org.camunda.bpm.engine.impl.persistence.StrongUuidGenerator" />-->\r
 \r
   <!-- engine plugin beans -->\r