From c54b07f6077095384ec8672d8609f17598990b41 Mon Sep 17 00:00:00 2001 From: Britt Park Date: Wed, 5 Jul 2006 16:16:09 +0000 Subject: [PATCH] Some minor configuration tweaks. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/WCM-DEV2/root@3284 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261 --- config/alfresco/avm-console-context.xml | 31 +++++++++++++++++++++++++ config/alfresco/avm-console.properties | 4 ++-- config/alfresco/avm-test-context.xml | 3 +++ 3 files changed, 36 insertions(+), 2 deletions(-) diff --git a/config/alfresco/avm-console-context.xml b/config/alfresco/avm-console-context.xml index 4bd1aaa7f5..445dd4b357 100644 --- a/config/alfresco/avm-console-context.xml +++ b/config/alfresco/avm-console-context.xml @@ -12,6 +12,34 @@ + + + + + PROPAGATION_REQUIRES_NEW + + + ISOLATION_READ_COMMITTED + + + true + + + + + + + PROPAGATION_REQUIRES_NEW + + + ISOLATION_READ_COMMITTED + + + false + + @@ -36,6 +64,9 @@ 1 + + 60 + diff --git a/config/alfresco/avm-console.properties b/config/alfresco/avm-console.properties index c12eccf301..30b1384f15 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=update +hibernate.hbm2ddl.auto=create # AVM specific properties. -avm.initialize=false +avm.initialize=true diff --git a/config/alfresco/avm-test-context.xml b/config/alfresco/avm-test-context.xml index e3da45b53a..33c4a9bd40 100644 --- a/config/alfresco/avm-test-context.xml +++ b/config/alfresco/avm-test-context.xml @@ -36,6 +36,9 @@ 1 + + 60 +