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
+