sco-tests.23.2.1.9.source-code.test-activiti-context.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of alfresco-tests Show documentation
Show all versions of alfresco-tests Show documentation
This is a jar project based on mock classes to test fastly the alfresco applications
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:util="http://www.springframework.org/schema/util" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util-2.5.xsd"> <bean id="processEngineConfiguration" class="org.alfresco.mock.test.activiti.ActivitiProcessEngineConfiguration"> <property name="jdbcUrl" value="jdbc:h2:mem:activiti;DB_CLOSE_DELAY=1000" /> <property name="jdbcDriver" value="org.h2.Driver" /> <property name="jdbcUsername" value="sa" /> <property name="jdbcPassword" value="" /> <property name="mailServerHost" value="localhost" /> <property name="mailServerPort" value="25000" /> <property name="databaseSchemaUpdate" value="true" /> <property name="createDiagramOnDeploy" value="false" /> <property name="history" value="full" /> <property name="serviceRegistry" ref="ServiceRegistry" /> <property name="searchScript" ref="searchScript" /> <property name="loggerScript" ref="loggerScript" /> <property name="utilsScript" ref="utilsScript" /> </bean> <bean id="moduleProperties" class="org.springframework.context.support.PropertySourcesPlaceholderConfigurer"> <property name="ignoreUnresolvablePlaceholders" value="true" /> <property name="localOverride" value="false" /> <property name="locations"> <list> <value>classpath:alfresco/extension/*.properties</value> </list> </property> </bean> <import resource="classpath:test-context.xml" /> <import resource="classpath:alfresco/activiti-context.xml" /> </beans>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy