Skip to content

Commit

Permalink
Merge pull request #111 from correctexam/develop
Browse files Browse the repository at this point in the history
remove transcation
  • Loading branch information
barais authored Dec 21, 2023
2 parents 86f31bf + 1b5b231 commit 59c1784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/fr/istic/service/ImportExportService.java
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ public Relation(String left, String right) {
}

@ApplicationScoped
@Transactional
public class ImportExportService {

private final Logger log = LoggerFactory.getLogger(ImportExportService.class);
Expand Down Expand Up @@ -1453,6 +1452,7 @@ protected void putObject(String name, byte[] bytes, String contenttype)
this.fichierS3Service.putObject(name, bytes, contenttype);
}

@Transactional
public CourseDTO importCourse(MultipartFormDataInput input, User user, boolean includeStudentData) {
Map<String, List<InputPart>> uploadForm = input.getFormDataMap();

Expand Down

0 comments on commit 59c1784

Please sign in to comment.