mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
ALF-16098: Upgraded Activiti to version 5.10
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@42122 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -787,7 +787,12 @@ public class SchemaBootstrap extends AbstractLifecycleBean
|
||||
String dialectStr = dialect.getClass().getSimpleName();
|
||||
|
||||
// Initialise Activiti DB, using an unclosable connection
|
||||
initialiseActivitiDBSchema(new UnclosableConnection(connection));
|
||||
if(create)
|
||||
{
|
||||
// Activiti DB updates are performed as patches in alfresco, only give
|
||||
// control to activiti when creating new one.
|
||||
initialiseActivitiDBSchema(new UnclosableConnection(connection));
|
||||
}
|
||||
|
||||
if (create)
|
||||
{
|
||||
@@ -875,8 +880,7 @@ public class SchemaBootstrap extends AbstractLifecycleBean
|
||||
}
|
||||
|
||||
/**
|
||||
* Initialises the Activiti DB schema, if not present it's created, if
|
||||
* present it is upgraded appropriately if necessary.
|
||||
* Initialises the Activiti DB schema, if not present it's created.
|
||||
*
|
||||
* @param connection Connection to use the initialise DB schema
|
||||
*/
|
||||
|
Reference in New Issue
Block a user