All Downloads are FREE. Search and download functionalities are using the official Maven repository.

rkflow.workflow-engine.1.6.3.source-code.workflow-engine-jta.xml Maven / Gradle / Ivy

Go to download

Telekom-workflow-engine core provides the runtime environment for workflow execution together with all the supporting services (clustering, persistence, error handling etc).

The newest version!
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans" 
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
  xmlns:tx="http://www.springframework.org/schema/tx"
  xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
                http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx.xsd">

  <!-- This configuration file provides a very basic deployment configuration, you might want to override it with your own transaction manager configuration if you have more than one data source or other requirements -->

  <bean id="transactionManager" class="org.springframework.jdbc.datasource.DataSourceTransactionManager">
    <property name="dataSource" ref="workflowengineDataSource"/>
  </bean>

  <tx:annotation-driven />

</beans>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy