Skip to content
Snippets Groups Projects
Commit 68268617 authored by anttil's avatar anttil
Browse files

BIS-162 / SP-265: Ingestion services do not work unless one dropbox is registered

SVN: 28652
parent d25e0d93
No related branches found
No related tags found
No related merge requests found
...@@ -207,8 +207,8 @@ public abstract class IngestionService<T extends DataSetInformation> extends Agg ...@@ -207,8 +207,8 @@ public abstract class IngestionService<T extends DataSetInformation> extends Agg
protected DataSetRegistrationService<T> createRegistrationService(Map<String, Object> parameters) protected DataSetRegistrationService<T> createRegistrationService(Map<String, Object> parameters)
{ {
// Make sure the health monitor has been initialized // Make sure the health monitor has been initialized
DssRegistrationHealthMonitor.getInstance(openBisService, getGlobalState() DssRegistrationHealthMonitor.getInstance(getGlobalState().getOpenBisService(),
.getRecoveryStateDir()); getGlobalState().getRecoveryStateDir());
// Create a file that represents the parameters // Create a file that represents the parameters
try try
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment