07-09-2011 09:26 AM
SEVERE: Exception while initializing process engine :no activiti tables in db. set <property name="databaseSchemaUpdate" to value="true" or value="create-drop" (use create-drop for testing only!) in bean processEngineConfiguration in activiti.cfg.xml for automatic schema creation
org.activiti.engine.ActivitiException: no activiti tables in db. set <property name="databaseSchemaUpdate" to value="true" or value="create-drop" (use create-drop for testing only!) in bean processEngineConfiguration in activiti.cfg.xml for automatic schema creation
I've tried setting the databaseSchemaUpdate of my process engine configuration to true, create-drop and to false (currently set to false) but it seems I always get this problem.
<property name="databaseSchemaUpdate" value="false" />
07-11-2011 01:40 AM
<property name="databaseSchemaUpdate" value="true" />
is definitely used by your startup code.
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.