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

rkflow.workflow-engine.1.2.3.source-code.workflow-engine-aop.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).

There is a newer version: 1.6.3
Show 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:aop="http://www.springframework.org/schema/aop"
  xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
                      http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop.xsd">

  <aop:aspectj-autoproxy />

  <bean id="statisticsLoggingAspect" class="ee.telekom.workflow.util.StatisticsLoggingAspect" />

</beans>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy