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

rkflow.workflow-web.1.6.3.source-code.workflow-engine-application-context.xml Maven / Gradle / Ivy

Go to download

Telekom-workflow-engine web console, REST services and JMX interface for monitoring and interacting with the running engine.

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"
       xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">

  <import resource="classpath:workflow-engine-components.xml" />
  <import resource="classpath:workflow-engine-jta.xml" />
  <import resource="classpath:workflow-engine-jdbc.xml" />
  <import resource="classpath:workflow-engine-jmx.xml" />
  <import resource="classpath:workflow-engine-aop.xml" />

  <import resource="workflow-console-security-context.xml" />

</beans>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy