diff --git a/config/alfresco/avm-console-context.xml b/config/alfresco/avm-console-context.xml index 445dd4b357..0a43242607 100644 --- a/config/alfresco/avm-console-context.xml +++ b/config/alfresco/avm-console-context.xml @@ -14,7 +14,7 @@ - PROPAGATION_REQUIRES_NEW @@ -92,13 +92,33 @@ - - + + + + + + + + + + + + + + + + + + + + + diff --git a/config/alfresco/avm-console.properties b/config/alfresco/avm-console.properties index 30b1384f15..c12eccf301 100644 --- a/config/alfresco/avm-console.properties +++ b/config/alfresco/avm-console.properties @@ -12,6 +12,6 @@ hibernate.connection.isolation=2 hibernate.default_batch_fetch_size=16 hibernate.jdbc.batch_versioned_data=true hibernate.cache.use_second_level_cache=true -hibernate.hbm2ddl.auto=create +hibernate.hbm2ddl.auto=update # AVM specific properties. -avm.initialize=true +avm.initialize=false diff --git a/config/alfresco/avm-test-context.xml b/config/alfresco/avm-test-context.xml index 33c4a9bd40..c002253f84 100644 --- a/config/alfresco/avm-test-context.xml +++ b/config/alfresco/avm-test-context.xml @@ -63,12 +63,60 @@ + + + + + + + + + + + + + + + PROPAGATION_REQUIRES_NEW + + + ISOLATION_READ_COMMITTED + + + true + + + + + + + PROPAGATION_REQUIRES_NEW + + + ISOLATION_READ_COMMITTED + + + false + + + + + + + + + + +