From f1fd321f7796be55dd6431fa88eef3226ec262d0 Mon Sep 17 00:00:00 2001 From: Costantino Perciante Date: Fri, 21 Apr 2017 17:24:51 +0000 Subject: [PATCH] added success message on re-add resources as well as on error case git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/information-system/resource-checker-se-plugin@147109 82a268e6-3cf1-43bd-a215-b396298e98cf --- .../resource_checker/ResourceCheckerPlugin.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/org/gcube/informationsystem/resource_checker/ResourceCheckerPlugin.java b/src/main/java/org/gcube/informationsystem/resource_checker/ResourceCheckerPlugin.java index 264d5ff..2fd9ecb 100644 --- a/src/main/java/org/gcube/informationsystem/resource_checker/ResourceCheckerPlugin.java +++ b/src/main/java/org/gcube/informationsystem/resource_checker/ResourceCheckerPlugin.java @@ -140,6 +140,7 @@ public class ResourceCheckerPlugin extends Plugin vosContexts = new ArrayList(); RetrieveContextsList.loadVOs(vosContexts); accessPointQuery(vosContexts, identifiers , ServiceEndpoint.class); + otherFailures = "\nThe above resources have been readded in the scopes they were missing!."; }catch(Exception e){ otherFailures = "\n\nMoreover, while trying to re-add the following identifiers " + identifiers + " there was this error " + e.getMessage(); logger.error("While readding the resources this error arose", e);