From 161ee3978b0a97450273d37ec8ccbe51f827513d Mon Sep 17 00:00:00 2001 From: Lucio Date: Fri, 15 Jul 2022 09:17:48 +0200 Subject: [PATCH] scopes modified --- pom.xml | 16 ++---- .../server/RegistryClientRequester.java | 51 +++++++++++++------ .../server/ServiceProxyImpl.java | 2 +- .../shared/resource/UtilityResource.java | 5 ++ .../ResourceManagementPortlet.gwt.xml | 2 +- src/main/webapp/WEB-INF/portlet.xml | 4 +- src/main/webapp/WEB-INF/xml/scopedata.xml | 10 ---- .../webapp/conf/resourcemanagement.properties | 2 +- 8 files changed, 50 insertions(+), 42 deletions(-) diff --git a/pom.xml b/pom.xml index a12d8ba..a9caf14 100644 --- a/pom.xml +++ b/pom.xml @@ -24,14 +24,13 @@ scm:git:https://code-repo.d4science.org/gCubeSystem/${project.artifactId} https://code-repo.d4science.org/gCubeSystem/${project.artifactId} - + 2.7.0 6.2.5 3.0 - distro 1.7 - 1.7 + 1.8 ${project.build.directory}/${project.build.finalName} - + diff --git a/src/main/webapp/WEB-INF/portlet.xml b/src/main/webapp/WEB-INF/portlet.xml index 0433b79..2068bb2 100644 --- a/src/main/webapp/WEB-INF/portlet.xml +++ b/src/main/webapp/WEB-INF/portlet.xml @@ -2,7 +2,7 @@ resources-management - Resources Management + Resource Registry Management org.gcube.portlets.admin.resourcemanagement.server.portlet.ResourceManagementPortlet view-jsp @@ -13,7 +13,7 @@ text/html - Resources Management + Resource Registry Management Resources Management Resources Management diff --git a/src/main/webapp/WEB-INF/xml/scopedata.xml b/src/main/webapp/WEB-INF/xml/scopedata.xml index 2a50a39..d4a7c69 100644 --- a/src/main/webapp/WEB-INF/xml/scopedata.xml +++ b/src/main/webapp/WEB-INF/xml/scopedata.xml @@ -14,16 +14,6 @@ ServiceMap_devsec.xml /gcube/devsec - - gcube/devNext - ServiceMap_devNext.xml - /gcube/devNext - - - gcube/preprod - ServiceMap_preprod.xml - /gcube/preprod - diff --git a/src/main/webapp/conf/resourcemanagement.properties b/src/main/webapp/conf/resourcemanagement.properties index a3f6f39..1c60db9 100644 --- a/src/main/webapp/conf/resourcemanagement.properties +++ b/src/main/webapp/conf/resourcemanagement.properties @@ -11,7 +11,7 @@ RUNNING_MODE = STANDALONE DEFAULT_USER = massimiliano.assante # The scope that will be used as default -DEFAULT_SCOPE =/gcube/devNext +DEFAULT_SCOPE =/gcube # the target of update notification (if in singleton mode) # mails MUST be separated by ; USERMAIL_TO = m.assante@gmail.com