04-11-2011 03:45 AM
04-11-2011 03:58 AM
<bean id="processEngineConfiguration" class="org.activiti.spring.SpringProcessEngineConfiguration">
<property name="databaseType" value="h2" />
<property name="dataSource" ref="dataSource" />
<property name="transactionManager" ref="transactionManager" />
<property name="databaseSchemaUpdate" value="false" />
<property name="historyLevel" value="1" />
</bean>
Is there anybody who can help me? 04-11-2011 04:00 AM
<bean id="processEngineConfiguration" class="org.activiti.engine.impl.cfg.StandaloneInMemProcessEngineConfiguration">
<!– Database configurations –>
<property name="history" value="full" />
<property name="databaseSchemaUpdate" value="true" />
<!– job executor configurations –>
<property name="jobExecutorActivate" value="false" />
</bean>
04-11-2011 05:19 AM
<property name="databaseSchemaUpdate" value="false" />
<property name="jobExecutorActivate" value="true" />
Frauke
04-11-2011 05:49 AM
04-11-2011 05:54 AM
04-11-2011 06:50 AM
<property name="databaseSchemaUpdate" value="true" />Something that I have not taken into account in my Liquibase update script?04-11-2011 07:24 AM
04-11-2011 07:40 AM
04-11-2011 07:53 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.