From 2e4e2c4ae2bdfec75b0021a8ff49bf3b4e3c3345 Mon Sep 17 00:00:00 2001 From: tpylak <tpylak> Date: Wed, 8 Jul 2009 09:21:09 +0000 Subject: [PATCH] LMS-977, LMS-978 add default configuration SVN: 11673 --- datastore_server/etc/service.properties | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/datastore_server/etc/service.properties b/datastore_server/etc/service.properties index 140132e5efa..8cea432e9de 100644 --- a/datastore_server/etc/service.properties +++ b/datastore_server/etc/service.properties @@ -76,12 +76,32 @@ quiet-period = 3 # Note that this can increase the server load. # reprocess-faulty-datasets = false +# --------------------------------------------------------------------------- +# reporting and processing plugins configuration +# --------------------------------------------------------------------------- + +reporting-plugins = demo-reporter + +demo-reporter.label = Show Dataset Size +demo-reporter.dataset-types = UNKNOWN +demo-reporter.class = ch.systemsx.cisd.openbis.dss.generic.server.plugins.demo.DemoReportingPlugin +demo-reporter.properties-file = + +processing-plugins = demo-processor + +demo-processor.label = Demo Processing +demo-processor.dataset-types = UNKNOWN +demo-processor.class = ch.systemsx.cisd.openbis.dss.generic.server.plugins.demo.DemoProcessingPlugin +demo-processor.properties-file = + +# --------------------------------------------------------------------------- + # Comma separated names of processing threads. Each thread should have configuration properties prefixed with its name. # E.g. 'code-extractor' property for the thread 'my-etl' should be specified as 'my-etl.code-extractor' inputs=main-thread # --------------------------------------------------------------------------- -# 'main-thread' thread configuration +# Dataset uploader 'main-thread' configuration # --------------------------------------------------------------------------- # The directory to watch for incoming data. @@ -97,8 +117,6 @@ main-thread.incoming-data-completeness-condition = marker-file # The store format that should be applied in the incoming directory. main-thread.incoming-dir.format = -# ---------------- Plugin properties - # The extractor plugin class to use for code extraction main-thread.data-set-info-extractor = ch.systemsx.cisd.etlserver.DefaultDataSetInfoExtractor # Separator used to extract the barcode in the data set file name -- GitLab