Skip to content

Commit

Permalink
Merge branch 'master' of [email protected]:goobi-workflow/goobi-…
Browse files Browse the repository at this point in the history
…plugin-workflow-hu-importer.git
  • Loading branch information
mike-hig committed Nov 17, 2022
2 parents f84f251 + 17b6ac4 commit 0a9f9ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<version>1.0.0</version>
<packaging>pom</packaging>
<properties>
<goobi.version>22.09.3</goobi.version>
<goobi.version>22.10</goobi.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<distributionManagement>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ public void startImport(ImportSet importSet) {
if (eadManager.isDbStatusOk()) {
nodeId = eadManager.addDocumentNodeWithMetadata(processDescription.getRow(), processDescription.getMetaDataMapping());
} else {
updateLogAndProcess(process.getId(), "Couldn't open baseX-DB, no EAD-Entries were generated for this process!", 3);
updateLogAndProcess(process.getId(), "Couldn't open baseX-DB as the database is locked! No EAD-Entries were generated for this process!", 3);
}
}
this.prefs = dManager.getPrefs();
Expand Down

0 comments on commit 0a9f9ba

Please sign in to comment.