Skip to content
This repository was archived by the owner on Jul 1, 2025. It is now read-only.

Commit a1425ba

Browse files
committed
Added persist of BatchList back in to satisfy integration tests.
1 parent 066bcf2 commit a1425ba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/org/energyos/espi/thirdparty/web/NotificationController.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ public void notification(HttpServletResponse response, InputStream inputStream)
7676

7777
BatchList batchList = (BatchList) marshaller.unmarshal(new StreamSource(inputStream));
7878

79+
batchListService.persist(batchList);
80+
7981
for (String resourceUri : batchList.getResources() ) {
8082
doImportAsynchronously(resourceUri);
8183
}

0 commit comments

Comments
 (0)