From 4df2612463c81575d9bb788ab05bca8602391937 Mon Sep 17 00:00:00 2001 From: Lucio Lelii Date: Mon, 12 Jan 2009 23:29:55 +0000 Subject: [PATCH] git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/vre-management/VREModeler@8281 82a268e6-3cf1-43bd-a215-b396298e98cf --- .../gcube/vremanagement/vremodeler/impl/thread/DeployVRE.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/org/gcube/vremanagement/vremodeler/impl/thread/DeployVRE.java b/src/org/gcube/vremanagement/vremodeler/impl/thread/DeployVRE.java index 484682e..cf21afb 100644 --- a/src/org/gcube/vremanagement/vremodeler/impl/thread/DeployVRE.java +++ b/src/org/gcube/vremanagement/vremodeler/impl/thread/DeployVRE.java @@ -21,6 +21,7 @@ import org.gcube.common.core.resources.GCUBEGenericResource; import org.gcube.common.core.resources.GCUBEMCollection; import org.gcube.common.core.resources.impl.kxml.KGCUBEResource; import org.gcube.common.core.scope.GCUBEScope; +import org.gcube.common.core.utils.handlers.GCUBEServiceClientImpl; import org.gcube.common.core.utils.logging.GCUBELog; import org.gcube.common.vremanagement.ghnmanager.impl.contexts.ServiceContext; import org.gcube.vremanagement.vremanager.stubs.vremanager.AddResourcesParameters; @@ -119,6 +120,7 @@ public class DeployVRE implements Runnable{ } }; + vreManagerHandler.setHandled(new GCUBEServiceClientImpl()); Couple coupleParams= new Couple(vreName, firstGHNId); vreManagerHandler.setParameter(coupleParams); try {