Tony CHEMIT pushed to branch develop at ultreiaio / ird-observe
Commits:
-
889b2601
by Tony Chemit at 2022-03-08T06:20:39+01:00
-
7674c2d0
by Tony Chemit at 2022-03-08T06:27:43+01:00
2 changed files:
- core/services/local/src/main/java/fr/ird/observe/services/local/service/ObserveServiceLocal.java
- pom.xml
Changes:
| ... | ... | @@ -340,6 +340,7 @@ public abstract class ObserveServiceLocal implements ObserveService, ServiceCont |
| 340 | 340 | }
|
| 341 | 341 | |
| 342 | 342 | protected final void initPersistence(String methodName) {
|
| 343 | + //FIXME For close method we got in a test a failure on this (the persistence was already close), need a fix
|
|
| 343 | 344 | serviceContext.initPersistence(methodName, Permission.NONE);
|
| 344 | 345 | }
|
| 345 | 346 |
| ... | ... | @@ -23,7 +23,7 @@ |
| 23 | 23 | <parent>
|
| 24 | 24 | <groupId>io.ultreia.maven</groupId>
|
| 25 | 25 | <artifactId>pom</artifactId>
|
| 26 | - <version>2022.29</version>
|
|
| 26 | + <version>2022.30</version>
|
|
| 27 | 27 | </parent>
|
| 28 | 28 | <groupId>fr.ird.observe</groupId>
|
| 29 | 29 | <artifactId>ird-observe</artifactId>
|