From 204ac1f3f93580b58a2fb824b68943f6cbfdaa99 Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Thu, 6 Sep 2018 12:51:00 +0000 Subject: [PATCH] Fixed context creation git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/private/luca.frosini/resource-registry-database-creator@171338 82a268e6-3cf1-43bd-a215-b396298e98cf --- .../resourceregistry/context/ContextCreator.java | 1 + src/test/resources/logback-test.xml | 1 + 2 files changed, 2 insertions(+) diff --git a/src/main/java/org/gcube/informationsystem/resourceregistry/context/ContextCreator.java b/src/main/java/org/gcube/informationsystem/resourceregistry/context/ContextCreator.java index 74f696e..457ef0d 100644 --- a/src/main/java/org/gcube/informationsystem/resourceregistry/context/ContextCreator.java +++ b/src/main/java/org/gcube/informationsystem/resourceregistry/context/ContextCreator.java @@ -65,6 +65,7 @@ public class ContextCreator extends ContextElaborator { uuid = getContextUUID(scopeBean); }catch (ContextNotFoundException e) { // The context has to be created + logger.info("{} not found", scopeBean.toString()); } if(uuid==null) { logger.info("Parent Context of {} is {}", scopeBean, scopeBean.enclosingScope()); diff --git a/src/test/resources/logback-test.xml b/src/test/resources/logback-test.xml index e8ffc3a..90ae346 100644 --- a/src/test/resources/logback-test.xml +++ b/src/test/resources/logback-test.xml @@ -10,6 +10,7 @@ +