02-07-2011 02:26 AM
protected boolean isDbEngineUsed = true;
protected boolean isDbIdentityUsed = true;
protected boolean isDbHistoryUsed = true;
protected boolean isDbCycleUsed = false;
But spontaneously it looks a bit wired to create all tables in the engine, than the two modules get really tightly coupled. What is the motivation?
02-07-2011 05:35 AM
<javaresource name="org/activiti/db/create/activiti.${db}.create.engine.sql"
classpathref="classpath.libs" />
02-07-2011 08:13 AM
02-07-2011 08:32 AM
protected static String[] tableNames = new String[]{
"ACT_GE_PROPERTY",
"ACT_GE_BYTEARRAY",
"ACT_RE_DEPLOYMENT",
"ACT_RU_EXECUTION",
"ACT_ID_GROUP",
"ACT_ID_MEMBERSHIP",
"ACT_ID_USER",
"ACT_RU_JOB",
"ACT_RE_PROCDEF",
"ACT_RU_TASK",
"ACT_RU_IDENTITYLINK",
"ACT_RU_VARIABLE",
"ACT_HI_PROCINST",
"ACT_HI_ACTINST",
"ACT_HI_TASKINST",
"ACT_HI_DETAIL"
};
02-09-2011 02:40 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.