From 0c88b8a474f7120859e4493e18d42eab2d636d02 Mon Sep 17 00:00:00 2001 From: Paulo Gustavo Veiga Date: Mon, 26 Sep 2022 08:42:55 -0700 Subject: [PATCH] Change to nexted for transaction propagation. --- wise-webapp/src/main/webapp/WEB-INF/wisemapping-dao.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/wise-webapp/src/main/webapp/WEB-INF/wisemapping-dao.xml b/wise-webapp/src/main/webapp/WEB-INF/wisemapping-dao.xml index 2d476909..e4ec5b63 100644 --- a/wise-webapp/src/main/webapp/WEB-INF/wisemapping-dao.xml +++ b/wise-webapp/src/main/webapp/WEB-INF/wisemapping-dao.xml @@ -24,12 +24,14 @@ true org.hibernate.cache.ehcache.EhCacheRegionFactory 200 + true + @@ -41,7 +43,7 @@ class="org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource"> - PROPAGATION_REQUIRED_NEW + PROPAGATION_NESTED