07-04-2013 08:35 AM
<bean id="processEngineConfiguration" class="org.activiti.spring.SpringProcessEngineConfiguration">
<property name="dataSource" ref="dataSource" />
<property name="transactionManager" ref="transactionManager" />
<property name="history" value="full" />
<property name="databaseSchemaUpdate" value="false" />
<property name="jobExecutorActivate" value="true" />
<property name="jobExecutor">
<bean class="org.activiti.engine.impl.jobexecutor.DefaultJobExecutor">
<property name="corePoolSize" value="1"/>
<property name="maxPoolSize" value="1"/>
</bean>
</property>
<property name="jdbcPingEnabled" value="true" />
<property name="jdbcPingQuery" value="select 1" />
<property name="processDefinitionCacheLimit" value="20" />
<property name="processEngineName" value="default"></property>
<property name="customSessionFactories">
<list>
<bean class="com.uprr.bpm.rest.services.ldap.LDAPUserManagerFactory">
<constructor-arg ref="ldapConnectionParams" />
</bean>
<bean class="com.uprr.bpm.rest.services.ldap.LDAPGroupManagerFactory">
<constructor-arg ref="ldapConnectionParams" />
</bean>
</list>
</property>
</bean>
<bean id="transactionManager" class="org.springframework.jdbc.datasource.DataSourceTransactionManager">
<property name="dataSource" ref="dataSource" />
</bean>
07-05-2013 03:00 AM
07-09-2013 07:17 AM
07-09-2013 09:58 AM
07-10-2013 03:14 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.