<?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"Xmlns:context= "Http://www.springframework.org/schema/context"Xmlns:tx= "Http://www.springframework.org/schema/tx"xsi:schemalocation= "Http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.1.xsd http//WWW.SPRINGFRAMEWORK.ORG/SCHEMA/AOPhttp://www.springframework.org/schema/aop/spring-aop-3.1.xsdhttp//Www.springframework.org/schema/contexthttp://www.springframework.org/schema/context/spring-context-3.1.xsdhttp//Www.springframework.org/schema/txhttp://www.springframework.org/schema/tx/spring-tx-3.1.xsd"><bean id= "Processengineconfiguration"class= "Org.activiti.spring.SpringProcessEngineConfiguration" > <property name= "dataSource" ref= "DataSource"/> & Lt;property name= "TransactionManager" ref= "TransactionManager"/> <property name= "DatabaseSchemaUpdate" value= "True"/> <property name= "Jobexecutoractivate" value= "false"/> </bean> <bean id= "process Engine "class= "Org.activiti.spring.ProcessEngineFactoryBean" > <property name= "processengineconfiguration" ref= " Processengineconfiguration "/> </bean> <bean id=" Repositoryservice "factory-bean=" Processengine " factory-method= "Getrepositoryservice"/> <bean id= "Runtimeservice" factory-bean= "ProcessEngine" factory-method= "Getruntimeservice"/> <bean id= "Taskservice" factory-bean= "Processengine" factory-method= " Gettaskservice "/> <bean id=" Formservice "factory-bean=" Processengine "factory-method=" GetFormService "/> <bean id= "Historyservice" factory-bean= "Processengine" factory-method= "Gethistoryservice"/> <bean id= " Managementservice "factory-bean=" Processengine "factory-method=" Getmanagementservice "/> </beans>