From f8c8a9a158ab0514c7bfb3c0a1ee753c1c2e00c7 Mon Sep 17 00:00:00 2001
From: cramakri <cramakri>
Date: Tue, 15 Jun 2010 11:51:48 +0000
Subject: [PATCH] LMS-1569 Configured storage processor.

SVN: 16515
---
 screening/etc/service.properties | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/screening/etc/service.properties b/screening/etc/service.properties
index 7ada42fa835..b5e03df4ef3 100644
--- a/screening/etc/service.properties
+++ b/screening/etc/service.properties
@@ -230,7 +230,10 @@ plate-analysis-data.type-extractor.data-set-type = HCS_IMAGE_ANALYSIS_DATA
 plate-analysis-data.type-extractor.is-measured = false
 
 # The storage processor (IStorageProcessor implementation)
-plate-analysis-data.storage-processor = ch.systemsx.cisd.etlserver.DefaultStorageProcessor
+#plate-analysis-data.storage-processor = ch.systemsx.cisd.etlserver.DefaultStorageProcessor
+plate-analysis-data.storage-processor = ch.systemsx.cisd.openbis.dss.etl.dataaccess.fvec.FeatureVectorStorageProcessor
+plate-analysis-data.storage-processor.processor = ch.systemsx.cisd.etlserver.DefaultStorageProcessor
+plate-analysis-data.storage-processor.data-source = imaging-db
 
 
 # ---------------------------------------------------------------------------
-- 
GitLab