diff --git a/screening/etc/service.properties b/screening/etc/service.properties
index 79fbef37f27a5904c3994de94d057ab4fea4900e..21fd56ad4056c2745d51de0c15b212cbc4f968fa 100644
--- a/screening/etc/service.properties
+++ b/screening/etc/service.properties
@@ -79,7 +79,7 @@ quiet-period = 3
 # ---------------------------------------------------------------------------
 
 # Comma separated names of reporting plugins. Each plugin should have configuration properties prefixed with its name.
-reporting-plugins = plate-image-reporter, plate-image-params-reporter, plate-image-analysis-merger, plate-image-analysis-graph, demo-reporter
+reporting-plugins = plate-image-reporter, plate-image-params-reporter, default-plate-image-analysis-merger, plate-image-analysis-graph, demo-reporter
 
 # Label of the plugin which will be shown for the users.
 demo-reporter.label = Show Dataset Size
@@ -108,10 +108,10 @@ plate-image-params-reporter.class = ch.systemsx.cisd.openbis.dss.generic.server.
 # The property file. Its content will be passed as a parameter to the plugin.
 plate-image-params-reporter.properties-file = 
 
-plate-image-analysis-merger.label = Show Image Analysis Results
-plate-image-analysis-merger.dataset-types = HCS_IMAGE_ANALYSIS_DATA
-plate-image-analysis-merger.class = ch.systemsx.cisd.openbis.dss.generic.server.plugins.ImageAnalysisMergedRowsReportingPlugin
-plate-image-analysis-merger.properties-file =
+default-plate-image-analysis-merger.label = Show Image Analysis Results
+default-plate-image-analysis-merger.dataset-types = HCS_IMAGE_ANALYSIS_DATA
+default-plate-image-analysis-merger.class = ch.systemsx.cisd.openbis.dss.generic.server.plugins.ImageAnalysisMergedRowsReportingPlugin
+default-plate-image-analysis-merger.properties-file =
 
 plate-image-analysis-graph.label = Show Image Analysis Graphs
 plate-image-analysis-graph.dataset-types = HCS_IMAGE_ANALYSIS_DATA