RED-6270: Removed transactional annotation on the dossier-template import, since it uses both Hibernate and JDBC (for runtime performance reasons) and otherwise runs into query ordering issues
This commit is contained in:
parent
740b9ba040
commit
5f119aa996
@ -22,8 +22,6 @@ import java.util.UUID;
|
||||
import java.util.function.Function;
|
||||
import java.util.stream.Collectors;
|
||||
|
||||
import javax.transaction.Transactional;
|
||||
|
||||
import org.apache.commons.collections4.CollectionUtils;
|
||||
import org.apache.commons.compress.archivers.zip.ZipArchiveEntry;
|
||||
import org.apache.commons.compress.archivers.zip.ZipArchiveInputStream;
|
||||
@ -108,7 +106,6 @@ public class DossierTemplateImportService {
|
||||
private final FileManagementServiceSettings settings;
|
||||
|
||||
|
||||
@Transactional
|
||||
public String importDossierTemplate(ImportDossierTemplateRequest request) {
|
||||
|
||||
ImportTemplateResult archiveResult = this.handleArchive(request);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user