Class CamundaConfig

java.lang.Object
dev.dsf.bpe.spring.config.CamundaConfig

@Configuration public class CamundaConfig extends Object
  • Constructor Details

    • CamundaConfig

      public CamundaConfig()
  • Method Details

    • transactionManager

      @Bean public org.springframework.transaction.PlatformTransactionManager transactionManager()
    • transactionAwareDataSource

      @Bean public org.springframework.jdbc.datasource.TransactionAwareDataSourceProxy transactionAwareDataSource()
    • camundaDataSource

      @Bean public org.apache.commons.dbcp2.BasicDataSource camundaDataSource()
    • startListener

      @Bean public StartListener startListener()
    • endListener

      @Bean public EndListener endListener()
    • continueListener

      @Bean public ContinueListener continueListener()
    • defaultBpmnParseListener

      @Bean public DefaultBpmnParseListener defaultBpmnParseListener()
    • debugLoggingBpmnParseListener

      @Bean public DebugLoggingBpmnParseListener debugLoggingBpmnParseListener()
    • processEngineConfiguration

      @Bean public org.camunda.bpm.engine.spring.SpringProcessEngineConfiguration processEngineConfiguration()
    • fallbackSerializerFactory

      @Bean public FallbackSerializerFactory fallbackSerializerFactory()
    • delegateProvider

      @Bean public DelegateProvider delegateProvider()
    • processEngineFactory

      @Bean public org.camunda.bpm.engine.spring.ProcessEngineFactoryBean processEngineFactory() throws IOException
      Throws:
      IOException
    • processEngine

      public org.camunda.bpm.engine.ProcessEngine processEngine()