Tony CHEMIT pushed to branch develop at ultreiaio / ird-observe Commits: 889b2601 by Tony Chemit at 2022-03-08T06:20:39+01:00 Add FIXME - - - - - 7674c2d0 by Tony Chemit at 2022-03-08T06:27:43+01:00 update pom - - - - - 2 changed files: - core/services/local/src/main/java/fr/ird/observe/services/local/service/ObserveServiceLocal.java - pom.xml Changes: ===================================== core/services/local/src/main/java/fr/ird/observe/services/local/service/ObserveServiceLocal.java ===================================== @@ -340,6 +340,7 @@ public abstract class ObserveServiceLocal implements ObserveService, ServiceCont } protected final void initPersistence(String methodName) { + //FIXME For close method we got in a test a failure on this (the persistence was already close), need a fix serviceContext.initPersistence(methodName, Permission.NONE); } ===================================== pom.xml ===================================== @@ -23,7 +23,7 @@ <parent> <groupId>io.ultreia.maven</groupId> <artifactId>pom</artifactId> - <version>2022.29</version> + <version>2022.30</version> </parent> <groupId>fr.ird.observe</groupId> <artifactId>ird-observe</artifactId> View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/-/compare/a406736ee147087bae13d4aa2... -- View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/-/compare/a406736ee147087bae13d4aa2... You're receiving this email because of your account on gitlab.com.