Sha256: ec479b349ca8384f302270594269d3dfb737c23264f8f7c4c85c9dbf31495d05

Contents?: true

Size: 874 Bytes

Versions: 19

Compression:

Stored size: 874 Bytes

Contents

<?xml version="1.0" encoding="UTF-8"?>

<beans xmlns="http://www.springframework.org/schema/beans"
       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
       xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">

  <bean id="processEngineConfiguration"
        class="org.camunda.bpm.extension.process_test_coverage.junit.rules.ProcessCoverageInMemProcessEngineConfiguration">
    <property name="history" value="full"/>
    <property name="jobExecutorActivate" value="true"/>
    <property name="expressionManager">
      <bean class="org.camunda.bpm.engine.test.mock.MockExpressionManager"/>
    </property>
    <property name="processEnginePlugins">
      <list>
        <bean class="org.camunda.spin.plugin.impl.SpinProcessEnginePlugin"/>
      </list>
    </property>
  </bean>
</beans>

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
camunda-workflow-1.0.0 lib/generators/camunda/spring_boot/templates/camunda.cfg.xml
camunda-workflow-0.6.0 lib/generators/camunda/spring_boot/templates/camunda.cfg.xml
camunda-workflow-0.5.0 lib/generators/camunda/spring_boot/templates/camunda.cfg.xml
camunda-workflow-0.4.1 lib/generators/camunda/spring_boot/templates/camunda.cfg.xml
camunda-workflow-0.4.0 lib/generators/camunda/spring_boot/templates/camunda.cfg.xml
camunda-workflow-0.3.3 lib/generators/camunda/spring_boot/templates/camunda.cfg.xml
camunda-workflow-0.3.2 lib/generators/camunda/spring_boot/templates/camunda.cfg.xml
camunda-workflow-0.3.1 lib/generators/camunda/spring_boot/templates/camunda.cfg.xml
camunda-workflow-0.3.0 lib/generators/camunda/spring_boot/templates/camunda.cfg.xml
camunda-workflow-0.2.3 lib/generators/camunda/spring_boot/templates/camunda.cfg.xml
camunda-workflow-0.2.2 lib/generators/camunda/spring_boot/templates/camunda.cfg.xml
camunda-workflow-0.2.1 lib/generators/camunda/spring_boot/templates/camunda.cfg.xml
camunda-workflow-0.2.0 lib/generators/camunda/spring_boot/templates/camunda.cfg.xml
camunda-workflow-0.1.5 lib/generators/camunda/spring_boot/templates/camunda.cfg.xml
camunda-workflow-0.1.4 lib/generators/camunda/spring_boot/templates/camunda.cfg.xml
camunda-workflow-0.1.3 lib/generators/camunda/spring_boot/templates/camunda.cfg.xml
camunda-workflow-0.1.2 lib/generators/camunda/spring_boot/templates/camunda.cfg.xml
camunda-workflow-0.1.1 lib/generators/camunda/spring_boot/templates/camunda.cfg.xml
camunda-workflow-0.1 lib/generators/camunda/spring_boot/templates/camunda.cfg.xml