From 6b57d033020e84b144e5a86984ebcd6f2e83a4c8 Mon Sep 17 00:00:00 2001
From: cramakri <cramakri>
Date: Tue, 9 Feb 2010 15:09:59 +0000
Subject: [PATCH] SE-186 Added properties for the chromatogram image display
 servlet.

SVN: 14659
---
 .../etc/service.properties                    | 28 +++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/integration-tests/templates/datastore_server_yeastx/etc/service.properties b/integration-tests/templates/datastore_server_yeastx/etc/service.properties
index 92305d1ecf4..377266330eb 100644
--- a/integration-tests/templates/datastore_server_yeastx/etc/service.properties
+++ b/integration-tests/templates/datastore_server_yeastx/etc/service.properties
@@ -59,6 +59,19 @@ yeastx-readOnlyGroup = metabol_readonly
 yeastx-readWriteGroup = metabol_readwrite
 yeastx-scriptFolder = sql
 
+# ---------------------------------------------------------------------------
+
+# list of additional web servlets which will be exposed
+plugin-services = chromatogram-image-download-servlet
+# class of the web servlet
+chromatogram-image-download-servlet.class = ch.systemsx.cisd.openbis.dss.yeastx.server.EICMLChromatogramGeneratorServlet
+# URL which will be mapped to this servlet
+chromatogram-image-download-servlet.path = /datastore_server/chromatogram
+chromatogram-image-download-servlet.database.databaseEngineCode = ${yeastx-databaseEngineCode}
+chromatogram-image-download-servlet.database.basicDatabaseName = ${yeastx-basicDatabaseName}
+chromatogram-image-download-servlet.database.databaseKind = ${yeastx-databaseKind}
+
+
 # ------------------------
 
 # Comma separated names of reporting plugins. Each plugin should have configuration properties prefixed with its name.
@@ -91,6 +104,21 @@ eicml-runs-reporter.database.databaseEngineCode = ${yeastx-databaseEngineCode}
 eicml-runs-reporter.database.basicDatabaseName = ${yeastx-basicDatabaseName}
 eicml-runs-reporter.database.databaseKind = ${yeastx-databaseKind}
 
+# Label of the plugin which will be shown for the users.
+eicml-chromatogram-images-reporter.label = Show eicML chromatogram images
+# Comma separated list of dataset type codes which can be handled by this plugin.
+eicml-chromatogram-images-reporter.dataset-types = EICML
+# Plugin class specification (together with the list of packages this class belongs to).
+eicml-chromatogram-images-reporter.class = ch.systemsx.cisd.yeastx.eicml.EICMLChromatogramImagesReporter
+# The property file. Its content will be passed as a parameter to the plugin.
+eicml-chromatogram-images-reporter.properties-file = 
+eicml-chromatogram-images-reporter.database.databaseEngineCode = ${yeastx-databaseEngineCode}
+eicml-chromatogram-images-reporter.database.basicDatabaseName = ${yeastx-basicDatabaseName}
+eicml-chromatogram-images-reporter.database.databaseKind = ${yeastx-databaseKind}
+eicml-chromatogram-images-reporter.database.readOnlyGroup = ${yeastx-readOnlyGroup}
+eicml-chromatogram-images-reporter.database.readWriteGroup = ${yeastx-readWriteGroup}
+eicml-chromatogram-images-reporter.database.scriptFolder = ${yeastx-scriptFolder}
+
 # ------------------------
 
 # The period of no write access that needs to pass before an incoming data item is considered 
-- 
GitLab