From 239114c148935a3b57a7bb24564c8060f6840bbe Mon Sep 17 00:00:00 2001 From: francesco Date: Tue, 3 Nov 2020 12:14:57 +0100 Subject: [PATCH] removed HARD-CABLED SCOPE --- .../server/GeoportalDataEntryServiceImpl.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/org/gcube/portlets/user/geoportaldataentry/server/GeoportalDataEntryServiceImpl.java b/src/main/java/org/gcube/portlets/user/geoportaldataentry/server/GeoportalDataEntryServiceImpl.java index 096e3af..2fe26b8 100644 --- a/src/main/java/org/gcube/portlets/user/geoportaldataentry/server/GeoportalDataEntryServiceImpl.java +++ b/src/main/java/org/gcube/portlets/user/geoportaldataentry/server/GeoportalDataEntryServiceImpl.java @@ -227,8 +227,8 @@ public class GeoportalDataEntryServiceImpl extends RemoteServiceServlet implemen theSecondaryType = "GeoNaMetadata"; } - LOG.warn("\n\n\nHARD-CABLING THE SCOPE, PLEASE REMOTE IT!!!!\n\n\n"); - scope = "/gcube/devsec/devVRE"; +// LOG.warn("\n\n\nHARD-CABLING THE SCOPE, PLEASE REMOTE IT!!!!\n\n\n"); +// scope = "/gcube/devsec/devVRE"; GeonaISConfig configs = new GeonaISConfig(theSecondaryType, scope); LOG.info("returning config: "+configs);