change propagation level to SUPPORTS instead of NOT_SUPPORTED
Signed-off-by: Michael Hirsch <michael.hirsch@bosch-si.com>
This commit is contained in:
@@ -164,7 +164,7 @@ public class SystemManagement {
|
|||||||
* @return the {@link CurrentTenantKeyGenerator}
|
* @return the {@link CurrentTenantKeyGenerator}
|
||||||
*/
|
*/
|
||||||
@Bean
|
@Bean
|
||||||
@Transactional(propagation = Propagation.NOT_SUPPORTED)
|
@Transactional(propagation = Propagation.SUPPORTS)
|
||||||
public CurrentTenantKeyGenerator currentTenantKeyGenerator() {
|
public CurrentTenantKeyGenerator currentTenantKeyGenerator() {
|
||||||
return new CurrentTenantKeyGenerator();
|
return new CurrentTenantKeyGenerator();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user