02-18-2014 02:36 PM
02-19-2014 02:18 AM
activiti library version is '5.13', db version is 5.9It seems that you are trying to run 5.13 libraries on the Database schema version 5.9. -> It should be in sync.
I'm trying to create a standalone engine, using the following code to access the H2 DB:Process engine is instantiated in almost each jUnit test in activiti project. Try to find it.
02-19-2014 10:16 AM
02-20-2014 02:41 AM
public static ProcessEngineConfiguration createProcessEngineConfigurationFromResourceDefault() {
return createProcessEngineConfigurationFromResource("activiti.cfg.xml", "processEngineConfiguration");
}
public static ProcessEngineConfiguration createProcessEngineConfigurationFromResource(String resource) {
return createProcessEngineConfigurationFromResource(resource, "processEngineConfiguration");
}
02-20-2014 01:21 PM
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.