git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/vre-management/VREModeler@8281 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
2e3aa632c0
commit
4df2612463
|
@ -21,6 +21,7 @@ import org.gcube.common.core.resources.GCUBEGenericResource;
|
||||||
import org.gcube.common.core.resources.GCUBEMCollection;
|
import org.gcube.common.core.resources.GCUBEMCollection;
|
||||||
import org.gcube.common.core.resources.impl.kxml.KGCUBEResource;
|
import org.gcube.common.core.resources.impl.kxml.KGCUBEResource;
|
||||||
import org.gcube.common.core.scope.GCUBEScope;
|
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.core.utils.logging.GCUBELog;
|
||||||
import org.gcube.common.vremanagement.ghnmanager.impl.contexts.ServiceContext;
|
import org.gcube.common.vremanagement.ghnmanager.impl.contexts.ServiceContext;
|
||||||
import org.gcube.vremanagement.vremanager.stubs.vremanager.AddResourcesParameters;
|
import org.gcube.vremanagement.vremanager.stubs.vremanager.AddResourcesParameters;
|
||||||
|
@ -119,6 +120,7 @@ public class DeployVRE implements Runnable{
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
vreManagerHandler.setHandled(new GCUBEServiceClientImpl());
|
||||||
Couple<String, String> coupleParams= new Couple<String, String>(vreName, firstGHNId);
|
Couple<String, String> coupleParams= new Couple<String, String>(vreName, firstGHNId);
|
||||||
vreManagerHandler.setParameter(coupleParams);
|
vreManagerHandler.setParameter(coupleParams);
|
||||||
try {
|
try {
|
||||||
|
|
Loading…
Reference in New Issue