From eb61307f0abd7a0942e6c5c5bba0e5ece18d742f Mon Sep 17 00:00:00 2001 From: felmer <felmer> Date: Mon, 18 Jun 2012 08:57:12 +0000 Subject: [PATCH] SP-124, BIS-81: enable technologies starting with 'dev-'. SVN: 25750 --- openbis/source/java/service.properties | 2 ++ rtd_phosphonetx/source/java/service.properties | 18 ++---------------- screening/source/java/service.properties | 2 +- 3 files changed, 5 insertions(+), 17 deletions(-) diff --git a/openbis/source/java/service.properties b/openbis/source/java/service.properties index 67051ab4361..59d485c04b8 100644 --- a/openbis/source/java/service.properties +++ b/openbis/source/java/service.properties @@ -68,6 +68,8 @@ hibernate.search.maxResults = 100000 # If 'async', the update of indices will be done in a separate thread. hibernate.search.worker.execution=async +enabled-technologies = dev-.* + # Online Help # # Online help is broken into two sections -- generic and specific. Generic help links back to diff --git a/rtd_phosphonetx/source/java/service.properties b/rtd_phosphonetx/source/java/service.properties index 38f53998a33..cb33bf543e9 100644 --- a/rtd_phosphonetx/source/java/service.properties +++ b/rtd_phosphonetx/source/java/service.properties @@ -50,7 +50,8 @@ hibernate.search.batch-size = 1000 # Maximum number of search results hibernate.search.maxResults = 100000 -enabled-technologies = proteomics +enabled-technologies = proteomics, dev-.* +core-plugins-folder = source/core-plugins web-client-configuration-file = etc/web-client.properties @@ -58,18 +59,3 @@ dss-based-data-source-provider.data-store-servers = DSS1 dss-based-data-source-provider.DSS1.database-driver = org.postgresql.Driver dss-based-data-source-provider.DSS1.database-url = jdbc:postgresql://localhost/proteomics_dev - -# Database Configurations for Query module -query-databases = 1, 2 - -1.label = openBIS meta data -1.data-space = CISD -1.database-driver = org.postgresql.Driver -1.database-url = jdbc:postgresql://localhost/openbis_${database.kind} -#1.database-username = -#1.database-pasword = - -2.label = Protein Data -2.creator-minimal-role = SPACE_USER -2.database-driver = org.postgresql.Driver -2.database-url = ${dss-based-data-source-provider.DSS1.database-url} diff --git a/screening/source/java/service.properties b/screening/source/java/service.properties index aad532b0f49..83e817efbf9 100644 --- a/screening/source/java/service.properties +++ b/screening/source/java/service.properties @@ -73,7 +73,7 @@ hibernate.search.worker.execution=async # Name of the file that stores Web Client configuration web-client-configuration-file = etc/web-client.properties -enabled-technologies = screening +enabled-technologies = screening, dev-.* # initialize screening meta data for empty data bases core-plugins-folder=../screening/source/core-plugins -- GitLab