From e3741bceea9a84c984e2a918d6ed11a7f0c0f0a5 Mon Sep 17 00:00:00 2001 From: Lucio Lelii Date: Fri, 4 Jun 2010 15:03:10 +0000 Subject: [PATCH] git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/vre-management/VREModeler@20236 82a268e6-3cf1-43bd-a215-b396298e98cf --- CHANGELOG | 2 +- README | 9 +-- etc/deploy-jndi-config.xml | 19 +----- etc/profile.xml | 11 ---- schema/ModelerFactory.wsdl | 18 +++++- .../vremodeler/impl/ModelFactoryService.java | 19 +++++- .../vremodeler/impl/ModelerService.java | 24 +++----- .../vremodeler/impl/thread/DeployVRE.java | 61 +++++++++++-------- .../impl/util/{Couple.java => Pair.java} | 4 +- ...ava => ResourceManagerServiceHandler.java} | 8 +-- .../vremodeler/impl/util/Util.java | 4 +- .../test/VREModelerInitializer.java | 1 + 12 files changed, 91 insertions(+), 89 deletions(-) rename src/org/gcube/vremanagement/vremodeler/impl/util/{Couple.java => Pair.java} (74%) rename src/org/gcube/vremanagement/vremodeler/impl/util/{VREManagerServiceHandler.java => ResourceManagerServiceHandler.java} (91%) diff --git a/CHANGELOG b/CHANGELOG index 3fafa06..e97ddac 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -4,4 +4,4 @@ v. 1.0.0 (17-10-2008) v. 1.2.0 (14-05-2010) * ticket #211: ResourceManager integration - * stubs modified + * stubs modified \ No newline at end of file diff --git a/README b/README index 016c8ec..5edd8aa 100644 --- a/README +++ b/README @@ -21,9 +21,7 @@ v. 1.0.0 (17-10-2008) * First release v. 1.2.0 (14-05-2010) - * ticket #211: ResourceManager integration - * stubs modified - + Description ----------- The VREModeler allows the user to create a new VRE @@ -34,15 +32,12 @@ The VREModeler allows the user to create a new VRE Source code is available from SVN: http://svn.d4science.research-infrastructures.eu/gcube/trunk/vremanager/VREModeler -Binaries can be downloaded from: -http://diligent.di.uoa.gr/distributionSite/index.html - Documentation ------------- Documentation is available on-line from the Projects Documentation Wiki: -https://technical.wiki.d4science.research-infrastructures.eu/documentation/index.php +https://gcube.wiki.gcube-system.org/gcube/index.php/VRE_Modeler diff --git a/etc/deploy-jndi-config.xml b/etc/deploy-jndi-config.xml index 63260be..9c2eb4c 100755 --- a/etc/deploy-jndi-config.xml +++ b/etc/deploy-jndi-config.xml @@ -47,24 +47,7 @@ type="java.lang.String" override="false"/> - - - - factory - org.globus.wsrf.jndi.BeanFactory - - - mode - pull - - - fileName - registration.xml - - - - - + factory diff --git a/etc/profile.xml b/etc/profile.xml index de14697..909b30d 100644 --- a/etc/profile.xml +++ b/etc/profile.xml @@ -24,17 +24,6 @@ false - - - VREManagement - VREManager - 1.0.0 - - VREManager-stubs - [1.02.00,1.03.00) - - false - ExternalSoftware diff --git a/schema/ModelerFactory.wsdl b/schema/ModelerFactory.wsdl index 69e5a8c..605c495 100644 --- a/schema/ModelerFactory.wsdl +++ b/schema/ModelerFactory.wsdl @@ -45,9 +45,13 @@ - + + + + + @@ -98,6 +102,12 @@ + + + + + +