diff --git a/etc/profile.xml b/etc/profile.xml index 370fef0..961854a 100644 --- a/etc/profile.xml +++ b/etc/profile.xml @@ -1,7 +1,7 @@ - VREModeler + Service VREModeler Service VREManagement @@ -11,7 +11,7 @@
Allows user to create new VRE VREModeler-service - 1.01.02 + 1.01.04 @@ -328,7 +328,7 @@ Allows user to create new VRE VREModeler-stubs - 1.0.0 + 1.1.0 org.gcube.vremanagement.vremodeler.stubs.jar diff --git a/src/org/gcube/vremanagement/vremodeler/portallayout/LayoutCreation.java b/src/org/gcube/vremanagement/vremodeler/portallayout/LayoutCreation.java index c20fece..6ca2337 100644 --- a/src/org/gcube/vremanagement/vremodeler/portallayout/LayoutCreation.java +++ b/src/org/gcube/vremanagement/vremodeler/portallayout/LayoutCreation.java @@ -38,6 +38,7 @@ public class LayoutCreation { public LayoutCreation(String vreId, String vreName){ + this.vreName= vreName; try{ this.resource= GHNContext.getImplementation(GCUBEGenericResource.class); }catch(Exception e){e.printStackTrace();} @@ -52,7 +53,7 @@ public class LayoutCreation { this.publish(defaultLayoutResourceList.get(0).getBody()); else{ logger.debug("no DefaultLayout resource found, creating the VRE with an empty one"); - this.publish("VREManagementLayoutCreatorlayoutcreator#LayoutcreatorPortlet
"); + this.publish("VREManagementLayoutCreatorlayoutcreator#LayoutcreatorPortlet
"); } return resource;