From b89dbd46677b685d5d11c351efee3070327b38f6 Mon Sep 17 00:00:00 2001 From: Lucio Lelii Date: Fri, 30 Sep 2016 16:03:42 +0000 Subject: [PATCH] git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/vre-management/ResourceManager@132233 82a268e6-3cf1-43bd-a215-b396298e98cf --- config/profile.xml | 84 +++ distro/INSTALL | 3 - distro/LICENSE | 1 - distro/MAINTAINERS | 1 - distro/README | Bin 1633 -> 1555 bytes distro/changelog.xml | 3 + distro/descriptor.xml | 59 +- distro/svnpath.txt | 1 - pom.xml | 4 +- resource-manager-service/.classpath | 38 +- .../.settings/org.eclipse.jdt.core.prefs | 7 +- resource-manager-service/pom.xml | 19 +- .../impl/resources/ScopedGHN.java | 5 +- .../impl/resources/ScopedRunningInstance.java | 12 +- resource-manager-stubs/.classpath | 38 +- .../.settings/org.eclipse.jdt.core.prefs | 7 +- resource-manager-stubs/pom.xml | 2 +- resource-manager-test-suite/.classpath | 38 +- .../.settings/org.eclipse.jdt.core.prefs | 7 +- resource-manager-test-suite/pom.xml | 2 +- .../scopecontroller/CreateScopeTest.java | 14 +- .../main/resources/create.scope.properties | 4 +- .../gcube/common/core/faults/GCUBEFaults.wsdl | 75 --- .../core/profiles/CommonTypeDefinitions.xsd | 67 --- .../wsdl/gcube/common/core/profiles/base.xsd | 14 - .../gcube/common/core/profiles/collection.xsd | 83 --- .../wsdl/gcube/common/core/profiles/cs.xsd | 38 -- .../gcube/common/core/profiles/csinstance.xsd | 41 -- .../gcube/common/core/profiles/externalri.xsd | 62 --- .../gcube/common/core/profiles/generic.xsd | 23 - .../core/profiles/metadatacollection.xsd | 96 ---- .../wsdl/gcube/common/core/profiles/node.xsd | 236 -------- .../common/core/profiles/runninginstance.xsd | 194 ------- .../gcube/common/core/profiles/service.xsd | 344 ------------ .../providers/GCUBENotificationProvider.wsdl | 163 ------ .../common/core/providers/GCUBEProvider.wsdl | 126 ----- .../common/core/providers/GCUBEProvider.xsd | 20 - .../core/providers/namespace2package.mappings | 3 - .../gcube/common/core/types/GCUBETypes.wsdl | 26 - .../gcube/common/core/types/GCUBETypes.xsd | 63 --- .../wsdl/resourcemanager/Administration.wsdl | 86 --- .../Administration_bindings.wsdl | 130 ----- .../Administration_flattened.wsdl | 108 ---- .../Administration_service.wsdl | 9 - .../wsdl/resourcemanager/Reporting.wsdl | 131 ----- .../resourcemanager/Reporting_bindings.wsdl | 145 ----- .../resourcemanager/Reporting_flattened.wsdl | 152 ------ .../resourcemanager/Reporting_service.wsdl | 9 - .../wsdl/resourcemanager/ResourceBinder.wsdl | 194 ------- .../ResourceBinder_bindings.wsdl | 148 ------ .../ResourceBinder_flattened.wsdl | 205 ------- .../ResourceBinder_service.wsdl | 9 - .../wsdl/resourcemanager/ScopeController.wsdl | 147 ----- .../ScopeController_bindings.wsdl | 160 ------ .../ScopeController_flattened.wsdl | 166 ------ .../ScopeController_service.wsdl | 9 - .../resourcemanager/VREManagementTypes.wsdl | 46 -- .../resourcemanager/VREManagementTypes.xsd | 80 --- .../wsdl/ws/addressing/WS-Addressing.xsd | 128 ----- .../wsdl/ws/policy/policy.xsd | 194 ------- .../wsdl/ws/policy/utility.xsd | 243 --------- .../wsdl/ws/secconv/ws-secureconversation.xsd | 118 ---- ...oasis-200401-wss-wssecurity-secext-1.0.xsd | 198 ------- ...asis-200401-wss-wssecurity-utility-1.0.xsd | 104 ---- .../wsdl/ws/security/xmldsig-core-schema.xsd | 309 ----------- .../wsdl/ws/trust/ws-trust.wsdl | 129 ----- .../wsdl/ws/trust/ws-trust.xsd | 456 ---------------- target/generated-sources/wsdl/ws/xml.xsd | 116 ---- .../wsdl/wsrf/faults/WS-BaseFaults.wsdl | 39 -- .../wsdl/wsrf/faults/WS-BaseFaults.xsd | 76 --- .../wsrf/lifetime/WS-ResourceLifetime.wsdl | 177 ------ .../wsrf/lifetime/WS-ResourceLifetime.xsd | 46 -- .../WS-ResourceLifetime_bindings.wsdl | 43 -- .../lifetime/WS-ResourceLifetime_service.wsdl | 12 - .../wsdl/wsrf/notification/WS-BaseN.wsdl | 503 ------------------ .../wsdl/wsrf/notification/WS-BaseN.xsd | 103 ---- .../wsrf/notification/WS-BaseN_bindings.wsdl | 157 ------ .../wsrf/notification/WS-BaseN_service.wsdl | 15 - .../wsdl/wsrf/notification/WS-Topics.xsd | 177 ------ .../properties/WS-ResourceProperties.wsdl | 391 -------------- .../wsrf/properties/WS-ResourceProperties.xsd | 64 --- .../WS-ResourceProperties_bindings.wsdl | 94 ---- .../WS-ResourceProperties_service.wsdl | 18 - .../wsrf/servicegroup/WS-ServiceGroup.wsdl | 251 --------- .../wsrf/servicegroup/WS-ServiceGroup.xsd | 119 ----- .../WS-ServiceGroup_bindings.wsdl | 76 --- .../servicegroup/WS-ServiceGroup_service.wsdl | 15 - 87 files changed, 233 insertions(+), 8095 deletions(-) create mode 100644 config/profile.xml delete mode 100644 distro/INSTALL delete mode 100644 distro/MAINTAINERS delete mode 100644 distro/svnpath.txt delete mode 100644 target/generated-sources/wsdl/gcube/common/core/faults/GCUBEFaults.wsdl delete mode 100644 target/generated-sources/wsdl/gcube/common/core/profiles/CommonTypeDefinitions.xsd delete mode 100644 target/generated-sources/wsdl/gcube/common/core/profiles/base.xsd delete mode 100644 target/generated-sources/wsdl/gcube/common/core/profiles/collection.xsd delete mode 100644 target/generated-sources/wsdl/gcube/common/core/profiles/cs.xsd delete mode 100644 target/generated-sources/wsdl/gcube/common/core/profiles/csinstance.xsd delete mode 100644 target/generated-sources/wsdl/gcube/common/core/profiles/externalri.xsd delete mode 100644 target/generated-sources/wsdl/gcube/common/core/profiles/generic.xsd delete mode 100644 target/generated-sources/wsdl/gcube/common/core/profiles/metadatacollection.xsd delete mode 100644 target/generated-sources/wsdl/gcube/common/core/profiles/node.xsd delete mode 100644 target/generated-sources/wsdl/gcube/common/core/profiles/runninginstance.xsd delete mode 100644 target/generated-sources/wsdl/gcube/common/core/profiles/service.xsd delete mode 100644 target/generated-sources/wsdl/gcube/common/core/providers/GCUBENotificationProvider.wsdl delete mode 100644 target/generated-sources/wsdl/gcube/common/core/providers/GCUBEProvider.wsdl delete mode 100644 target/generated-sources/wsdl/gcube/common/core/providers/GCUBEProvider.xsd delete mode 100644 target/generated-sources/wsdl/gcube/common/core/providers/namespace2package.mappings delete mode 100644 target/generated-sources/wsdl/gcube/common/core/types/GCUBETypes.wsdl delete mode 100644 target/generated-sources/wsdl/gcube/common/core/types/GCUBETypes.xsd delete mode 100644 target/generated-sources/wsdl/resourcemanager/Administration.wsdl delete mode 100644 target/generated-sources/wsdl/resourcemanager/Administration_bindings.wsdl delete mode 100644 target/generated-sources/wsdl/resourcemanager/Administration_flattened.wsdl delete mode 100644 target/generated-sources/wsdl/resourcemanager/Administration_service.wsdl delete mode 100644 target/generated-sources/wsdl/resourcemanager/Reporting.wsdl delete mode 100644 target/generated-sources/wsdl/resourcemanager/Reporting_bindings.wsdl delete mode 100644 target/generated-sources/wsdl/resourcemanager/Reporting_flattened.wsdl delete mode 100644 target/generated-sources/wsdl/resourcemanager/Reporting_service.wsdl delete mode 100644 target/generated-sources/wsdl/resourcemanager/ResourceBinder.wsdl delete mode 100644 target/generated-sources/wsdl/resourcemanager/ResourceBinder_bindings.wsdl delete mode 100644 target/generated-sources/wsdl/resourcemanager/ResourceBinder_flattened.wsdl delete mode 100644 target/generated-sources/wsdl/resourcemanager/ResourceBinder_service.wsdl delete mode 100644 target/generated-sources/wsdl/resourcemanager/ScopeController.wsdl delete mode 100644 target/generated-sources/wsdl/resourcemanager/ScopeController_bindings.wsdl delete mode 100644 target/generated-sources/wsdl/resourcemanager/ScopeController_flattened.wsdl delete mode 100644 target/generated-sources/wsdl/resourcemanager/ScopeController_service.wsdl delete mode 100644 target/generated-sources/wsdl/resourcemanager/VREManagementTypes.wsdl delete mode 100644 target/generated-sources/wsdl/resourcemanager/VREManagementTypes.xsd delete mode 100644 target/generated-sources/wsdl/ws/addressing/WS-Addressing.xsd delete mode 100644 target/generated-sources/wsdl/ws/policy/policy.xsd delete mode 100644 target/generated-sources/wsdl/ws/policy/utility.xsd delete mode 100644 target/generated-sources/wsdl/ws/secconv/ws-secureconversation.xsd delete mode 100644 target/generated-sources/wsdl/ws/security/oasis-200401-wss-wssecurity-secext-1.0.xsd delete mode 100644 target/generated-sources/wsdl/ws/security/oasis-200401-wss-wssecurity-utility-1.0.xsd delete mode 100644 target/generated-sources/wsdl/ws/security/xmldsig-core-schema.xsd delete mode 100644 target/generated-sources/wsdl/ws/trust/ws-trust.wsdl delete mode 100644 target/generated-sources/wsdl/ws/trust/ws-trust.xsd delete mode 100644 target/generated-sources/wsdl/ws/xml.xsd delete mode 100644 target/generated-sources/wsdl/wsrf/faults/WS-BaseFaults.wsdl delete mode 100644 target/generated-sources/wsdl/wsrf/faults/WS-BaseFaults.xsd delete mode 100644 target/generated-sources/wsdl/wsrf/lifetime/WS-ResourceLifetime.wsdl delete mode 100644 target/generated-sources/wsdl/wsrf/lifetime/WS-ResourceLifetime.xsd delete mode 100644 target/generated-sources/wsdl/wsrf/lifetime/WS-ResourceLifetime_bindings.wsdl delete mode 100644 target/generated-sources/wsdl/wsrf/lifetime/WS-ResourceLifetime_service.wsdl delete mode 100644 target/generated-sources/wsdl/wsrf/notification/WS-BaseN.wsdl delete mode 100644 target/generated-sources/wsdl/wsrf/notification/WS-BaseN.xsd delete mode 100644 target/generated-sources/wsdl/wsrf/notification/WS-BaseN_bindings.wsdl delete mode 100644 target/generated-sources/wsdl/wsrf/notification/WS-BaseN_service.wsdl delete mode 100644 target/generated-sources/wsdl/wsrf/notification/WS-Topics.xsd delete mode 100644 target/generated-sources/wsdl/wsrf/properties/WS-ResourceProperties.wsdl delete mode 100644 target/generated-sources/wsdl/wsrf/properties/WS-ResourceProperties.xsd delete mode 100644 target/generated-sources/wsdl/wsrf/properties/WS-ResourceProperties_bindings.wsdl delete mode 100644 target/generated-sources/wsdl/wsrf/properties/WS-ResourceProperties_service.wsdl delete mode 100644 target/generated-sources/wsdl/wsrf/servicegroup/WS-ServiceGroup.wsdl delete mode 100644 target/generated-sources/wsdl/wsrf/servicegroup/WS-ServiceGroup.xsd delete mode 100644 target/generated-sources/wsdl/wsrf/servicegroup/WS-ServiceGroup_bindings.wsdl delete mode 100644 target/generated-sources/wsdl/wsrf/servicegroup/WS-ServiceGroup_service.wsdl diff --git a/config/profile.xml b/config/profile.xml new file mode 100644 index 0000000..7fe8d2e --- /dev/null +++ b/config/profile.xml @@ -0,0 +1,84 @@ + + + 24175c70-997f-11dd-b66d-82c61f8d0a26 + Service + + Perform local deployment/undeployment of GCUBE packages + VREManagement + ResourceManager + 1.0.0 + +
+ Allow deployment/undeployment operations of gCube packages in the local gHN + ResourceManager-service + 2.1.1-SNAPSHOT + + org.gcube.resourcemanagement + resource-manager-service + 2.1.1-SNAPSHOT + + + + + + + resource-manager-service-2.1.1-SNAPSHOT.gar + + gcube/vremanagement/resourcemanager/binder + + + + + gcube/vremanagement/resourcemanager/scopecontroller + + + + + gcube/vremanagement/resourcemanager/reporting + + + + + gcube/vremanagement/resourcemanager/administration + + + +
+ + Stubs for ResourceManager: provide facilities to interact with a ResourceManager instance + ResourceManager-stubs + 2.1.1-SNAPSHOT + + org.gcube.resourcemanagement + resource-manager-stubs + 2.1.1-SNAPSHOT + + + + + + + application + + resource-manager-stubs-2.1.1-SNAPSHOT.jar + + + + Test-suite for ResourceManager: provide test usages of interaction with a ResourceManager instance + ResourceManager-test-suite + 2.1.1-SNAPSHOT + + org.gcube.resourcemanagement + resource-manager-test-suite + 2.1.1-SNAPSHOT + + + + application + + resource-manager-test-suite-2.1.1-SNAPSHOT.jar + + +
+
+
\ No newline at end of file diff --git a/distro/INSTALL b/distro/INSTALL deleted file mode 100644 index 2cbeb98..0000000 --- a/distro/INSTALL +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/distro/LICENSE b/distro/LICENSE index 7bca8c8..3695e26 100644 --- a/distro/LICENSE +++ b/distro/LICENSE @@ -1,2 +1 @@ ${gcube.license} - diff --git a/distro/MAINTAINERS b/distro/MAINTAINERS deleted file mode 100644 index 05abbd7..0000000 --- a/distro/MAINTAINERS +++ /dev/null @@ -1 +0,0 @@ -* Roberto Cirillo (roberto.cirillo@isti.cnr.it), CNR Pisa, Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo" diff --git a/distro/README b/distro/README index 02ee5c2319b26ff089ae0417b7c73abc3964e8d4..5b353edabbc1fd8fae28ec9a5752247974c1fd81 100644 GIT binary patch delta 349 zcmbu&K?;IE6vlCsR)gK)wJVW1Ls1BU7-$_}D#sp-J{TvWHXcG+c88!7b%zenh%JgX zL42$K;>UOQ8t-~?YG6KuVvPhT78#WYL)j*;x*SVEoOC`4Ae=0KB$! delta 385 zcmbVGF;2rk5VVtsB1%sYAq}A*MBy453JRhSBo{%*P8U%ezQwFK-$iGe!VQnG@(LQH zJb<_G5;zDIf`*l*nAw@xZF+CLmpXhJVJ=NYnvihL80K3h3eV2DC|RV&2`-Pum|n%W z=0c9q1tPyHtI|R-l9b8R5`+b%#%h}}L6O#nk-4)jmo-~M7)%5%B`G@)=#CKETXHA9 zVakrRwivokrL-d53O~+A$s#)TKZxd_wSW4R{zrK8+;AGT$o+0;-rKuaDtaVsSAUr{ubnvT2SGasf-{dDkMD_RlZ*N61A7vD$^ZZW diff --git a/distro/changelog.xml b/distro/changelog.xml index 391fe8e..e47b427 100644 --- a/distro/changelog.xml +++ b/distro/changelog.xml @@ -1,4 +1,7 @@ + + moved to new whnmanager-client + manage whn and ghn diff --git a/distro/descriptor.xml b/distro/descriptor.xml index 35fda98..e395580 100644 --- a/distro/descriptor.xml +++ b/distro/descriptor.xml @@ -1,7 +1,7 @@ + xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0 http://maven.apache.org/xsd/assembly-1.1.0.xsd"> servicearchive tar.gz @@ -15,65 +15,18 @@ README LICENSE - profile.xml changelog.xml + profile.xml 755 true - - - - *:resource-manager-stubs - - false - false - ResourceManager-stubs - - - - *:resource-manager-test-suite - - false - false - ResourceManager-test-suite - - - ${configDirectory}/profile.xml - - true - - - target/${build.finalName}.gar - ResourceManager-service - - - ${distroDirectory}/svnpath.txt - ResourceManager-service - true - - - ../resource-manager-stubs/target/resource-manager-stubs-${project.version}.jar - ResourceManager-stubs - true - - - ${distroDirectory}/svnpath.txt - ResourceManager-stubs - true - - - ${distroDirectory}/svnpath.txt - ResourceManager-test-suite - true - - - ../resource-manager-test-suite/target/resource-manager-test-suite-${project.version}.jar - ResourceManager-test-suite - true + target/${build.finalName}.${project.packaging} + /${artifactId} + \ No newline at end of file diff --git a/distro/svnpath.txt b/distro/svnpath.txt deleted file mode 100644 index f416f9d..0000000 --- a/distro/svnpath.txt +++ /dev/null @@ -1 +0,0 @@ -${scm.url} diff --git a/pom.xml b/pom.xml index f8c7b59..5ea8469 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ org.gcube.resourcemanagement resource-manager - 2.1.0-SNAPSHOT + 2.1.1-SNAPSHOT pom Resource Manager Reactor @@ -39,7 +39,7 @@ org.gcube.core gcf - [1.4.1-SNAPSHOT,1.7.0-SNAPSHOT) + [1.7.0-SNAPSHOT,1.8.0-SNAPSHOT) provided diff --git a/resource-manager-service/.classpath b/resource-manager-service/.classpath index 0f53f3e..953de0b 100644 --- a/resource-manager-service/.classpath +++ b/resource-manager-service/.classpath @@ -1,10 +1,36 @@ - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/resource-manager-service/.settings/org.eclipse.jdt.core.prefs b/resource-manager-service/.settings/org.eclipse.jdt.core.prefs index 8c96092..ec4300d 100644 --- a/resource-manager-service/.settings/org.eclipse.jdt.core.prefs +++ b/resource-manager-service/.settings/org.eclipse.jdt.core.prefs @@ -1,6 +1,5 @@ -#Thu May 31 16:30:48 EDT 2012 eclipse.preferences.version=1 -org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 -org.eclipse.jdt.core.compiler.compliance=1.6 +org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 +org.eclipse.jdt.core.compiler.compliance=1.7 org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning -org.eclipse.jdt.core.compiler.source=1.6 +org.eclipse.jdt.core.compiler.source=1.7 diff --git a/resource-manager-service/pom.xml b/resource-manager-service/pom.xml index 7ef3179..de291fc 100644 --- a/resource-manager-service/pom.xml +++ b/resource-manager-service/pom.xml @@ -4,14 +4,26 @@ org.gcube.resourcemanagement resource-manager - 2.1.0-SNAPSHOT + 2.1.1-SNAPSHOT .. resource-manager-service Resource Manager Service A service for managing subsets of gCube resources in a given scope - + + + + + org.gcube.distribution + maven-bom + LATEST + pom + import + + + + scm:svn:http://svn.d4science.research-infrastructures.eu/gcube/trunk/vre-management/ResourceManager scm:svn:https://svn.d4science.research-infrastructures.eu/gcube/trunk/vre-management/ResourceManager @@ -30,20 +42,17 @@ org.gcube.resourcemanagement resource-manager-stubs - ${project.version} org.gcube.resourcemanagement softwaregateway-stubs - [1.0.0-SNAPSHOT,2.0.0-SNAPSHOT) provided org.gcube.resourcemanagement ghnmanager-stubs - [1.5.0-SNAPSHOT,1.6.0-SNAPSHOT) provided diff --git a/resource-manager-service/src/main/java/org/gcube/vremanagement/resourcemanager/impl/resources/ScopedGHN.java b/resource-manager-service/src/main/java/org/gcube/vremanagement/resourcemanager/impl/resources/ScopedGHN.java index 9817585..1cdc063 100644 --- a/resource-manager-service/src/main/java/org/gcube/vremanagement/resourcemanager/impl/resources/ScopedGHN.java +++ b/resource-manager-service/src/main/java/org/gcube/vremanagement/resourcemanager/impl/resources/ScopedGHN.java @@ -56,8 +56,7 @@ public class ScopedGHN extends ScopedResource { //contact the WHNManager to add the WHN to the given scope. WHNManagerProxy proxy = loadWHNManager(this.hostedOn); try{ - org.gcube.resourcemanagement.whnmanager.api.types.AddScopeInputParams params = new org.gcube.resourcemanagement.whnmanager.api.types.AddScopeInputParams(this.scope.toString(), ""); - proxy.addScope(params); + proxy.addToContext(this.scope.toString()); }catch(Exception e){ this.noHopeForMe("Failed to add WHN to scope " + scope.toString(), e); } @@ -174,7 +173,7 @@ public class ScopedGHN extends ScopedResource { ScopeProvider.instance.set(scopeString); WHNManagerProxy proxy = whnmanager().at(new URL("http://"+ this.nodename +"/whn-manager/gcube/vremanagement/ws/whnmanager")).build(); try{ - proxy.removeScope(this.scope.toString()); + proxy.removeFromContext(this.scope.toString()); }catch(Exception e){ this.noHopeForMe("Failed to remove WHN from scope " + scope.toString(), e); } diff --git a/resource-manager-service/src/main/java/org/gcube/vremanagement/resourcemanager/impl/resources/ScopedRunningInstance.java b/resource-manager-service/src/main/java/org/gcube/vremanagement/resourcemanager/impl/resources/ScopedRunningInstance.java index 61550ef..afcff9e 100644 --- a/resource-manager-service/src/main/java/org/gcube/vremanagement/resourcemanager/impl/resources/ScopedRunningInstance.java +++ b/resource-manager-service/src/main/java/org/gcube/vremanagement/resourcemanager/impl/resources/ScopedRunningInstance.java @@ -19,6 +19,7 @@ import org.gcube.common.core.resources.GCUBEHostingNode; import org.gcube.common.core.resources.GCUBERunningInstance; import org.gcube.common.core.resources.GCUBEService; import org.gcube.common.core.scope.GCUBEScope; +import org.gcube.common.scope.api.ScopeProvider; import org.gcube.common.vremanagement.ghnmanager.stubs.GHNManagerPortType; import org.gcube.common.vremanagement.ghnmanager.stubs.ScopeRIParams; import org.gcube.common.vremanagement.ghnmanager.stubs.service.GHNManagerServiceAddressingLocator; @@ -118,7 +119,7 @@ public final class ScopedRunningInstance extends ScopedResource { */ @Override protected void addToScope() throws ResourceNotFound, Exception { - logger.trace("addToScope method: "); + logger.trace("addToScope method: in scope "+ScopeProvider.instance.get()); if (this.hostingNodeName.compareToIgnoreCase("") == 0) this.findResource(); try { @@ -130,8 +131,7 @@ public final class ScopedRunningInstance extends ScopedResource { //contact the WHNManager to add the WHN to the given scope. WHNManagerProxy proxy = loadWHNManager(this.hostingNodeName); try{ - org.gcube.resourcemanagement.whnmanager.api.types.ScopeRIParams params = new org.gcube.resourcemanagement.whnmanager.api.types.ScopeRIParams(this.scope, this.sourceService.serviceName, this.sourceService.serviceClass); - proxy.addRIToScope(params); + proxy.addToContext(this.scope); }catch(Exception e){ this.noHopeForMe("Failed to add WHN to scope " + scope.toString(), e); } @@ -164,7 +164,8 @@ public final class ScopedRunningInstance extends ScopedResource { */ @Override protected void removeFromScope() throws ResourceNotFound,ServiceNotFoundException, Exception { - logger.trace("removeFromScope method: "); + logger.trace("removeFromScope method: called in scope "+ScopeProvider.instance.get()); + this.findResource(); try { // GHNManagerServiceAddressingLocator locator = new GHNManagerServiceAddressingLocator(); @@ -174,8 +175,7 @@ public final class ScopedRunningInstance extends ScopedResource { //contact the WHNManager to add the WHN to the given scope. WHNManagerProxy proxy = loadWHNManager(this.hostingNodeName); try{ - org.gcube.resourcemanagement.whnmanager.api.types.ScopeRIParams params = new org.gcube.resourcemanagement.whnmanager.api.types.ScopeRIParams(this.scope, this.sourceService.serviceName, this.sourceService.serviceClass); - proxy.removeRIFromScope(params); + proxy.removeFromContext(this.scope); }catch(Exception e){ this.noHopeForMe("Failed to remove resource from scope " + scope.toString(), e); } diff --git a/resource-manager-stubs/.classpath b/resource-manager-stubs/.classpath index cffef10..2fb1e5a 100644 --- a/resource-manager-stubs/.classpath +++ b/resource-manager-stubs/.classpath @@ -1,11 +1,37 @@ - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/resource-manager-stubs/.settings/org.eclipse.jdt.core.prefs b/resource-manager-stubs/.settings/org.eclipse.jdt.core.prefs index 0fb92fa..ec4300d 100644 --- a/resource-manager-stubs/.settings/org.eclipse.jdt.core.prefs +++ b/resource-manager-stubs/.settings/org.eclipse.jdt.core.prefs @@ -1,6 +1,5 @@ -#Thu May 31 16:30:47 EDT 2012 eclipse.preferences.version=1 -org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 -org.eclipse.jdt.core.compiler.compliance=1.6 +org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 +org.eclipse.jdt.core.compiler.compliance=1.7 org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning -org.eclipse.jdt.core.compiler.source=1.6 +org.eclipse.jdt.core.compiler.source=1.7 diff --git a/resource-manager-stubs/pom.xml b/resource-manager-stubs/pom.xml index 2720dbc..7366210 100644 --- a/resource-manager-stubs/pom.xml +++ b/resource-manager-stubs/pom.xml @@ -7,7 +7,7 @@ org.gcube.resourcemanagement resource-manager - 2.1.0-SNAPSHOT + 2.1.1-SNAPSHOT resource-manager-stubs Resource Manager Stubs diff --git a/resource-manager-test-suite/.classpath b/resource-manager-test-suite/.classpath index 0f53f3e..953de0b 100644 --- a/resource-manager-test-suite/.classpath +++ b/resource-manager-test-suite/.classpath @@ -1,10 +1,36 @@ - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/resource-manager-test-suite/.settings/org.eclipse.jdt.core.prefs b/resource-manager-test-suite/.settings/org.eclipse.jdt.core.prefs index 8c96092..ec4300d 100644 --- a/resource-manager-test-suite/.settings/org.eclipse.jdt.core.prefs +++ b/resource-manager-test-suite/.settings/org.eclipse.jdt.core.prefs @@ -1,6 +1,5 @@ -#Thu May 31 16:30:48 EDT 2012 eclipse.preferences.version=1 -org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 -org.eclipse.jdt.core.compiler.compliance=1.6 +org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 +org.eclipse.jdt.core.compiler.compliance=1.7 org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning -org.eclipse.jdt.core.compiler.source=1.6 +org.eclipse.jdt.core.compiler.source=1.7 diff --git a/resource-manager-test-suite/pom.xml b/resource-manager-test-suite/pom.xml index 3ba2e34..4528162 100644 --- a/resource-manager-test-suite/pom.xml +++ b/resource-manager-test-suite/pom.xml @@ -7,7 +7,7 @@ org.gcube.resourcemanagement resource-manager - 2.1.0-SNAPSHOT + 2.1.1-SNAPSHOT resource-manager-test-suite diff --git a/resource-manager-test-suite/src/main/java/org/gcube/vremanagement/resourcemanager/testsuite/scopecontroller/CreateScopeTest.java b/resource-manager-test-suite/src/main/java/org/gcube/vremanagement/resourcemanager/testsuite/scopecontroller/CreateScopeTest.java index 45a8550..43a14d3 100755 --- a/resource-manager-test-suite/src/main/java/org/gcube/vremanagement/resourcemanager/testsuite/scopecontroller/CreateScopeTest.java +++ b/resource-manager-test-suite/src/main/java/org/gcube/vremanagement/resourcemanager/testsuite/scopecontroller/CreateScopeTest.java @@ -7,7 +7,6 @@ import org.apache.axis.message.addressing.Address; import org.apache.axis.message.addressing.EndpointReferenceType; import org.gcube.common.core.contexts.GCUBERemotePortTypeContext; import org.gcube.common.core.scope.GCUBEScope; -import org.gcube.common.core.utils.logging.GCUBEClientLog; import org.gcube.vremanagement.resourcemanager.stubs.scontroller.CreateScopeParameters; import org.gcube.vremanagement.resourcemanager.stubs.scontroller.OptionsParameters; import org.gcube.vremanagement.resourcemanager.stubs.scontroller.ScopeControllerPortType; @@ -21,7 +20,7 @@ public class CreateScopeTest { protected static String[] optionNames = new String[] {"creator", "designer", "endTime", "startTime", "description", "displayName", "securityenabled"}; - protected static GCUBEClientLog logger = new GCUBEClientLog(CreateScopeTest.class); + //protected static GCUBEClientLog logger = new GCUBEClientLog(CreateScopeTest.class); /** * @param args @@ -33,7 +32,7 @@ public class CreateScopeTest { try { resources.load(CreateScopeTest.class.getResourceAsStream("/" + args[1])); } catch (IOException e1) { - logger.error("Unable to load the properties file",e1); + //logger.error("Unable to load the properties file",e1); Runtime.getRuntime().exit(1); } @@ -44,18 +43,18 @@ public class CreateScopeTest { ScopeControllerPortType pt = new ScopeControllerServiceAddressingLocator().getScopeControllerPortTypePort(endpoint); pt = GCUBERemotePortTypeContext.getProxy(pt, GCUBEScope.getScope(resources.getProperty("callerScope").trim()), 90000); - logger.info("Setting the Scope parameters..."); + //logger.info("Setting the Scope parameters..."); OptionsParameters options = new OptionsParameters(); ScopeOption[] scopeOptionList = new ScopeOption[optionNames.length]; for (int i=0; i < optionNames.length; i++) if (resources.getProperty(optionNames[i]) != null) { - logger.info("Setting prop " + optionNames[i]); + //logger.info("Setting prop " + optionNames[i]); scopeOptionList[i] = new ScopeOption(optionNames[i], resources.getProperty(optionNames[i])); } options.setScopeOptionList(scopeOptionList); //ready to start... - logger.info("Sending the creation request...."); + //logger.info("Sending the creation request...."); CreateScopeParameters params = new CreateScopeParameters(); params.setTargetScope(resources.getProperty("targetScope")); params.setOptionsParameters(options); @@ -63,7 +62,8 @@ public class CreateScopeTest { pt.createScope(params); } catch (Exception e) { - logger.fatal("Failed to create VRE",e); + e.printStackTrace(); + //logger.fatal("Failed to create VRE",e); } } diff --git a/resource-manager-test-suite/src/main/resources/create.scope.properties b/resource-manager-test-suite/src/main/resources/create.scope.properties index 9991701..709fa93 100644 --- a/resource-manager-test-suite/src/main/resources/create.scope.properties +++ b/resource-manager-test-suite/src/main/resources/create.scope.properties @@ -2,8 +2,8 @@ # Sample VRE creation - properties file ###################################### -targetScope=/gcube/devsec/devVRE -callerScope=/gcube/devsec +targetScope=/gcube/devNext/NextNext +callerScope=/gcube/devNext #Scope properties creator=CN=Manuele Simi, L=NMIS-ISTI, OU=Personal Certificate, O=INFN, C=IT diff --git a/target/generated-sources/wsdl/gcube/common/core/faults/GCUBEFaults.wsdl b/target/generated-sources/wsdl/gcube/common/core/faults/GCUBEFaults.wsdl deleted file mode 100644 index 67f7d5d..0000000 --- a/target/generated-sources/wsdl/gcube/common/core/faults/GCUBEFaults.wsdl +++ /dev/null @@ -1,75 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/target/generated-sources/wsdl/gcube/common/core/profiles/CommonTypeDefinitions.xsd b/target/generated-sources/wsdl/gcube/common/core/profiles/CommonTypeDefinitions.xsd deleted file mode 100644 index 71a5e35..0000000 --- a/target/generated-sources/wsdl/gcube/common/core/profiles/CommonTypeDefinitions.xsd +++ /dev/null @@ -1,67 +0,0 @@ - - - - - - XML Schema for GCUBE Datatypes Version 1.2 Last modified: 29/02/2008 Contact: http://www.gcube-system.org - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/target/generated-sources/wsdl/gcube/common/core/profiles/base.xsd b/target/generated-sources/wsdl/gcube/common/core/profiles/base.xsd deleted file mode 100644 index 019a13a..0000000 --- a/target/generated-sources/wsdl/gcube/common/core/profiles/base.xsd +++ /dev/null @@ -1,14 +0,0 @@ - - - - - XML Schema for GCUBE Base resource Version 1.2 Last modified: 13/02/2008 Contact: http://www.gcube-system.org - - - - - - - - - \ No newline at end of file diff --git a/target/generated-sources/wsdl/gcube/common/core/profiles/collection.xsd b/target/generated-sources/wsdl/gcube/common/core/profiles/collection.xsd deleted file mode 100644 index 42f3164..0000000 --- a/target/generated-sources/wsdl/gcube/common/core/profiles/collection.xsd +++ /dev/null @@ -1,83 +0,0 @@ - - - - - XML Schema for GCUBE Content Collection Version 1.2 Last modified: 13/02/2008 Contact: http://www.gcube-system.org - - - - - - - - - - - - - - A virtual collection is a collection with a membership condition that identifies its members at run time - - - - - - - Non user collections include GCUBE internal data (e.g. service states, persistent indexes, etc.). They are not displayed in the end-user Portals as for search purposes - - - - - - - - Distinguished Name of the creator, if the Collection has been created in a secure context (otherwise, it is, of course, impossible to detect) - - - - - - - - At creation time, it's the same as for the CreationTime - - - - - - - When a Collection is updated, the LastUpdateTime is shifted here - - - - - - - Distinguished Name of the last identity that have modified the Collection, if the Collection has been created in a secure context (otherwise, it is, of course, impossible to detect) - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/target/generated-sources/wsdl/gcube/common/core/profiles/cs.xsd b/target/generated-sources/wsdl/gcube/common/core/profiles/cs.xsd deleted file mode 100644 index c92d231..0000000 --- a/target/generated-sources/wsdl/gcube/common/core/profiles/cs.xsd +++ /dev/null @@ -1,38 +0,0 @@ - - - - - XML Schema for gCube CSs Version 1.2 Last modified: 13/02/2008 Contact: http://www.gcube-system.org - - - - - - - - - - - - - - - - - - Distinguished Name of the creator, if the CS has been registered in a secure context (otherwise, it is, of course, impossible to detect) - - - - - - - - - - - - - - - diff --git a/target/generated-sources/wsdl/gcube/common/core/profiles/csinstance.xsd b/target/generated-sources/wsdl/gcube/common/core/profiles/csinstance.xsd deleted file mode 100644 index 9db7186..0000000 --- a/target/generated-sources/wsdl/gcube/common/core/profiles/csinstance.xsd +++ /dev/null @@ -1,41 +0,0 @@ - - - - - XML Schema for gCube CS Instances Version 1.2 Last modified: 13/02/2008 Contact: http://www.gcube-system.org - - - - - - - - - - - - - - - Distinguished Name of the creator, if the CS has been executed in a secure context (otherwise, it is, of course, impossible to detect) - - - - - - - - - - - - - - - - - - - - - diff --git a/target/generated-sources/wsdl/gcube/common/core/profiles/externalri.xsd b/target/generated-sources/wsdl/gcube/common/core/profiles/externalri.xsd deleted file mode 100644 index 7cd2a68..0000000 --- a/target/generated-sources/wsdl/gcube/common/core/profiles/externalri.xsd +++ /dev/null @@ -1,62 +0,0 @@ - - - - - XML Schema for GCUBE External Running Instances Version 1.2 Last modified: 13/02/2008 Contact: http://www.gcube-system.org - - - - - - - - - - - - - insert here a human readable description about the functionalities provided by the RI - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - insert here any other property you think is useful to describe a RI-specific feature - - - - - diff --git a/target/generated-sources/wsdl/gcube/common/core/profiles/generic.xsd b/target/generated-sources/wsdl/gcube/common/core/profiles/generic.xsd deleted file mode 100644 index 2da8c19..0000000 --- a/target/generated-sources/wsdl/gcube/common/core/profiles/generic.xsd +++ /dev/null @@ -1,23 +0,0 @@ - - - - - XML Schema for GCUBE Generic Resource Version 1.2 Last modified: 13/02/2008 Contact: http://www.gcube-system.org - - - - - - - - - - - - - - - - - - diff --git a/target/generated-sources/wsdl/gcube/common/core/profiles/metadatacollection.xsd b/target/generated-sources/wsdl/gcube/common/core/profiles/metadatacollection.xsd deleted file mode 100644 index f81343c..0000000 --- a/target/generated-sources/wsdl/gcube/common/core/profiles/metadatacollection.xsd +++ /dev/null @@ -1,96 +0,0 @@ - - - - - XML Schema for GCUBE Metadata Collection Version 1.4 Last modified: 13/02/2008 Contact: http://www.gcube-system.org - - - - - - - - - - - - - - - - - - Distinguished Name of the creator, if the Collection has been created in a secure context (otherwise, it is, of course, impossible to detect) - - - - - - - - At creation time, it's the same as for the CreationTime - - - - - - - Each time the Metadata Collection is updated, the LastUpdateTime is shifted here - - - - - - - Distinguished Name of the last identity that have modified the Metadata Collection, if it has been created in a secure context (otherwise, it is, of course, impossible to detect) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/target/generated-sources/wsdl/gcube/common/core/profiles/node.xsd b/target/generated-sources/wsdl/gcube/common/core/profiles/node.xsd deleted file mode 100644 index a862c66..0000000 --- a/target/generated-sources/wsdl/gcube/common/core/profiles/node.xsd +++ /dev/null @@ -1,236 +0,0 @@ - - - - - XML Schema for gCube Services Version 1.2 Last modified:19/02/2008 Contact: http://www.gcube-system.org - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Dynamic: the GHN supports dynamic deployment of new packages - Static: the GHN does not support dynamic deployment of new packages - SelfClening: the GHN supports dynamic deployment of new packages, but only for a short limited period - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/target/generated-sources/wsdl/gcube/common/core/profiles/runninginstance.xsd b/target/generated-sources/wsdl/gcube/common/core/profiles/runninginstance.xsd deleted file mode 100644 index da15f86..0000000 --- a/target/generated-sources/wsdl/gcube/common/core/profiles/runninginstance.xsd +++ /dev/null @@ -1,194 +0,0 @@ - - - - - XML Schema for GCUBE Running Instances Version 1.2 Last modified: 29/04/2010 Contact: http://www.gcube-system.org - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - insert here any other property you think is useful to describe a RI-specific feature - - - - - diff --git a/target/generated-sources/wsdl/gcube/common/core/profiles/service.xsd b/target/generated-sources/wsdl/gcube/common/core/profiles/service.xsd deleted file mode 100644 index 951680f..0000000 --- a/target/generated-sources/wsdl/gcube/common/core/profiles/service.xsd +++ /dev/null @@ -1,344 +0,0 @@ - - - - - XML Schema for gCube Services Version 0.5.0 Last modified:29/05/2009 Contact: http://www.gcube-system.org - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - These configurations have to refer to predefined configuration files distributed with the MAIN package. - At VRE creation time, the VRE designer will choose one. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - the "category" is represented by a tag name of a GHN profile - - the "requirement" is one of the attributes defined for the selected category in the GHN profile - - the "value" is the value of the selected attribute defined for the category in the GHN profile - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/target/generated-sources/wsdl/gcube/common/core/providers/GCUBENotificationProvider.wsdl b/target/generated-sources/wsdl/gcube/common/core/providers/GCUBENotificationProvider.wsdl deleted file mode 100644 index b699dfb..0000000 --- a/target/generated-sources/wsdl/gcube/common/core/providers/GCUBENotificationProvider.wsdl +++ /dev/null @@ -1,163 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/target/generated-sources/wsdl/gcube/common/core/providers/GCUBEProvider.wsdl b/target/generated-sources/wsdl/gcube/common/core/providers/GCUBEProvider.wsdl deleted file mode 100644 index 758a7b7..0000000 --- a/target/generated-sources/wsdl/gcube/common/core/providers/GCUBEProvider.wsdl +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/target/generated-sources/wsdl/gcube/common/core/providers/GCUBEProvider.xsd b/target/generated-sources/wsdl/gcube/common/core/providers/GCUBEProvider.xsd deleted file mode 100644 index ce9e50a..0000000 --- a/target/generated-sources/wsdl/gcube/common/core/providers/GCUBEProvider.xsd +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - diff --git a/target/generated-sources/wsdl/gcube/common/core/providers/namespace2package.mappings b/target/generated-sources/wsdl/gcube/common/core/providers/namespace2package.mappings deleted file mode 100644 index 5aef16a..0000000 --- a/target/generated-sources/wsdl/gcube/common/core/providers/namespace2package.mappings +++ /dev/null @@ -1,3 +0,0 @@ -http\://gcube-system.org/namespaces/common/core/porttypes/GCUBEProvider=org.gcube.common.core.porttypes.gcubeprovider.stubs -http\://gcube-system.org/namespaces/common/core/porttypes/GCUBEProvider/service=org.gcube.common.core.porttypes.gcubeprovider.stubs -http\://gcube-system.org/namespaces/common/core/porttypes/GCUBEProvider/bindings=org.gcube.common.core.porttypes.gcubeprovider.stubs diff --git a/target/generated-sources/wsdl/gcube/common/core/types/GCUBETypes.wsdl b/target/generated-sources/wsdl/gcube/common/core/types/GCUBETypes.wsdl deleted file mode 100644 index 0333b79..0000000 --- a/target/generated-sources/wsdl/gcube/common/core/types/GCUBETypes.wsdl +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - - - - - - diff --git a/target/generated-sources/wsdl/gcube/common/core/types/GCUBETypes.xsd b/target/generated-sources/wsdl/gcube/common/core/types/GCUBETypes.xsd deleted file mode 100644 index 299c9b9..0000000 --- a/target/generated-sources/wsdl/gcube/common/core/types/GCUBETypes.xsd +++ /dev/null @@ -1,63 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/target/generated-sources/wsdl/resourcemanager/Administration.wsdl b/target/generated-sources/wsdl/resourcemanager/Administration.wsdl deleted file mode 100644 index 347e576..0000000 --- a/target/generated-sources/wsdl/resourcemanager/Administration.wsdl +++ /dev/null @@ -1,86 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/target/generated-sources/wsdl/resourcemanager/Administration_bindings.wsdl b/target/generated-sources/wsdl/resourcemanager/Administration_bindings.wsdl deleted file mode 100644 index 2a0646d..0000000 --- a/target/generated-sources/wsdl/resourcemanager/Administration_bindings.wsdl +++ /dev/null @@ -1,130 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/target/generated-sources/wsdl/resourcemanager/Administration_flattened.wsdl b/target/generated-sources/wsdl/resourcemanager/Administration_flattened.wsdl deleted file mode 100644 index 185ec8b..0000000 --- a/target/generated-sources/wsdl/resourcemanager/Administration_flattened.wsdl +++ /dev/null @@ -1,108 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/target/generated-sources/wsdl/resourcemanager/Administration_service.wsdl b/target/generated-sources/wsdl/resourcemanager/Administration_service.wsdl deleted file mode 100644 index 9728d01..0000000 --- a/target/generated-sources/wsdl/resourcemanager/Administration_service.wsdl +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/target/generated-sources/wsdl/resourcemanager/Reporting.wsdl b/target/generated-sources/wsdl/resourcemanager/Reporting.wsdl deleted file mode 100644 index 8d44c82..0000000 --- a/target/generated-sources/wsdl/resourcemanager/Reporting.wsdl +++ /dev/null @@ -1,131 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/target/generated-sources/wsdl/resourcemanager/Reporting_bindings.wsdl b/target/generated-sources/wsdl/resourcemanager/Reporting_bindings.wsdl deleted file mode 100644 index efd0479..0000000 --- a/target/generated-sources/wsdl/resourcemanager/Reporting_bindings.wsdl +++ /dev/null @@ -1,145 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/target/generated-sources/wsdl/resourcemanager/Reporting_flattened.wsdl b/target/generated-sources/wsdl/resourcemanager/Reporting_flattened.wsdl deleted file mode 100644 index 9a4b39e..0000000 --- a/target/generated-sources/wsdl/resourcemanager/Reporting_flattened.wsdl +++ /dev/null @@ -1,152 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/target/generated-sources/wsdl/resourcemanager/Reporting_service.wsdl b/target/generated-sources/wsdl/resourcemanager/Reporting_service.wsdl deleted file mode 100644 index 8342783..0000000 --- a/target/generated-sources/wsdl/resourcemanager/Reporting_service.wsdl +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/target/generated-sources/wsdl/resourcemanager/ResourceBinder.wsdl b/target/generated-sources/wsdl/resourcemanager/ResourceBinder.wsdl deleted file mode 100644 index 6cc5eba..0000000 --- a/target/generated-sources/wsdl/resourcemanager/ResourceBinder.wsdl +++ /dev/null @@ -1,194 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/target/generated-sources/wsdl/resourcemanager/ResourceBinder_bindings.wsdl b/target/generated-sources/wsdl/resourcemanager/ResourceBinder_bindings.wsdl deleted file mode 100644 index 4825a5e..0000000 --- a/target/generated-sources/wsdl/resourcemanager/ResourceBinder_bindings.wsdl +++ /dev/null @@ -1,148 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/target/generated-sources/wsdl/resourcemanager/ResourceBinder_flattened.wsdl b/target/generated-sources/wsdl/resourcemanager/ResourceBinder_flattened.wsdl deleted file mode 100644 index 15bfcdd..0000000 --- a/target/generated-sources/wsdl/resourcemanager/ResourceBinder_flattened.wsdl +++ /dev/null @@ -1,205 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/target/generated-sources/wsdl/resourcemanager/ResourceBinder_service.wsdl b/target/generated-sources/wsdl/resourcemanager/ResourceBinder_service.wsdl deleted file mode 100644 index 9243eda..0000000 --- a/target/generated-sources/wsdl/resourcemanager/ResourceBinder_service.wsdl +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/target/generated-sources/wsdl/resourcemanager/ScopeController.wsdl b/target/generated-sources/wsdl/resourcemanager/ScopeController.wsdl deleted file mode 100644 index 82f15b6..0000000 --- a/target/generated-sources/wsdl/resourcemanager/ScopeController.wsdl +++ /dev/null @@ -1,147 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/target/generated-sources/wsdl/resourcemanager/ScopeController_bindings.wsdl b/target/generated-sources/wsdl/resourcemanager/ScopeController_bindings.wsdl deleted file mode 100644 index 1f1d367..0000000 --- a/target/generated-sources/wsdl/resourcemanager/ScopeController_bindings.wsdl +++ /dev/null @@ -1,160 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/target/generated-sources/wsdl/resourcemanager/ScopeController_flattened.wsdl b/target/generated-sources/wsdl/resourcemanager/ScopeController_flattened.wsdl deleted file mode 100644 index 66a7c7e..0000000 --- a/target/generated-sources/wsdl/resourcemanager/ScopeController_flattened.wsdl +++ /dev/null @@ -1,166 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/target/generated-sources/wsdl/resourcemanager/ScopeController_service.wsdl b/target/generated-sources/wsdl/resourcemanager/ScopeController_service.wsdl deleted file mode 100644 index 573e85f..0000000 --- a/target/generated-sources/wsdl/resourcemanager/ScopeController_service.wsdl +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/target/generated-sources/wsdl/resourcemanager/VREManagementTypes.wsdl b/target/generated-sources/wsdl/resourcemanager/VREManagementTypes.wsdl deleted file mode 100644 index e0b1b90..0000000 --- a/target/generated-sources/wsdl/resourcemanager/VREManagementTypes.wsdl +++ /dev/null @@ -1,46 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/target/generated-sources/wsdl/resourcemanager/VREManagementTypes.xsd b/target/generated-sources/wsdl/resourcemanager/VREManagementTypes.xsd deleted file mode 100644 index 5de0b3a..0000000 --- a/target/generated-sources/wsdl/resourcemanager/VREManagementTypes.xsd +++ /dev/null @@ -1,80 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/target/generated-sources/wsdl/ws/addressing/WS-Addressing.xsd b/target/generated-sources/wsdl/ws/addressing/WS-Addressing.xsd deleted file mode 100644 index 5b63000..0000000 --- a/target/generated-sources/wsdl/ws/addressing/WS-Addressing.xsd +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - - - - - - - - - - - If "Policy" elements from namespace "http://schemas.xmlsoap.org/ws/2002/12/policy#policy" are used, they must appear first (before any extensibility elements). - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/target/generated-sources/wsdl/ws/policy/policy.xsd b/target/generated-sources/wsdl/ws/policy/policy.xsd deleted file mode 100644 index 60ecf33..0000000 --- a/target/generated-sources/wsdl/ws/policy/policy.xsd +++ /dev/null @@ -1,194 +0,0 @@ - - - - - - - - - Per GXA norms, we allow other values that are not pre-defined. - - - - - - Pre-defined Usage types that apply to individual assertions. Per GXA norms, we use QNames rather than traditional token-based enumerations. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Typedef to allow a list of policy names (as QNames). - - - - - - - Typedef to allow a list of policy names (as URI). - - - - - - Global element decl for use as a WSDL extension element - - - - - - - - - - - - - - All children are interpreted as domain expressions. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/target/generated-sources/wsdl/ws/policy/utility.xsd b/target/generated-sources/wsdl/ws/policy/utility.xsd deleted file mode 100644 index 220f042..0000000 --- a/target/generated-sources/wsdl/ws/policy/utility.xsd +++ /dev/null @@ -1,243 +0,0 @@ - - - - - - - -This type defines the fault code value for Timestamp message expiration. - - - - - - - - - -This type defines the fault code values for context-related faults. - - - - - - - - - - - - - - -This global attribute supports annotating arbitrary elements with an ID. - - - - - - -This global attribute is used on extensions to distinguish mandatory vs. optional extensions. - - - - - - -Convenience attribute group used to simplify this schema. - - - - - - - - - -This type is for elements whose [children] is a psuedo-dateTime and can have arbitrary attributes. - - - - - - - -This attribute indicates the actual schema type of the element [children]. -If the ValueType attribute is present, conforming processors must process the string value of [children] as if it were affiliated with the type indicated by this attribute. -If the ValueType attribute is absent, the implied value of this attribute is xsd:dateTime. - - - - - - - - - - -This type extends AnnotatedDateTime to add a Delay attribute. - - - - - - - -This attribute indicates the number of milliseconds that this actor processed this message. - - - - - - -This attribute indicates the intermediary that processed this message. - - - - - - - - - -This type is for elements whose [children] is an anyURI and can have arbitrary attributes. - - - - - - - - - - - - -This complex type ties together the timestamp related elements into a composite type. - - - - - - - - - - - - - - - -This element allows Timestamps to be applied anywhere element wildcards are present, -including as a SOAP header. - - - - - - - -This element allows an expiration time to be applied anywhere element wildcards are present. - - - - - - -This element allows a creation time to be applied anywhere element wildcards are present. - - - - - - -This element allows the ReceviedType to be applied anywhere element wildcards are present, including a Timestamp header. - - - - - - - - -This type is the generic base type for context headers. - - - - - - - - - - - -This element allows Contexts to be applied anywhere element wildcards are present, -including as a SOAP header. - - - - - - - - - - - - - - - - -This complex type defines a lightweight type for transmitting ports. - - - - - - - - - - - -This element allows port references to be applied anywhere element wildcards are present. - - - - diff --git a/target/generated-sources/wsdl/ws/secconv/ws-secureconversation.xsd b/target/generated-sources/wsdl/ws/secconv/ws-secureconversation.xsd deleted file mode 100644 index af23ff2..0000000 --- a/target/generated-sources/wsdl/ws/secconv/ws-secureconversation.xsd +++ /dev/null @@ -1,118 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/target/generated-sources/wsdl/ws/security/oasis-200401-wss-wssecurity-secext-1.0.xsd b/target/generated-sources/wsdl/ws/security/oasis-200401-wss-wssecurity-secext-1.0.xsd deleted file mode 100644 index 6f2611f..0000000 --- a/target/generated-sources/wsdl/ws/security/oasis-200401-wss-wssecurity-secext-1.0.xsd +++ /dev/null @@ -1,198 +0,0 @@ - - - - - - - - - This type represents an element with arbitrary attributes. - - - - - - - - - - - This type is used for password elements per Section 4.1. - - - - - - - - - - This type is used for elements containing stringified binary data. - - - - - - - - - - This type represents a username token per Section 4.1 - - - - - - - - - - - A security token that is encoded in binary - - - - - - - - - - A security token key identifier - - - - - - - - - - Typedef to allow a list of usages (as URIs). - - - - - - This global attribute is used to indicate the usage of a referenced or indicated token within the containing context - - - - - This type represents a reference to an external security token. - - - - - - - - This type represents a reference to an embedded security token. - - - - - - - - - - This type is used reference a security token. - - - - - - - - - - - This complexType defines header block to use for security-relevant data directed at a specific SOAP actor. - - - - - The use of "any" is to allow extensibility and different forms of security data. - - - - - - - - This complexType defines a container for elements to be specified from any namespace as properties/parameters of a DSIG transformation. - - - - - The use of "any" is to allow extensibility from any namespace. - - - - - - - - This element defines the wsse:UsernameToken element per Section 4.1. - - - - - This element defines the wsse:BinarySecurityToken element per Section 4.2. - - - - - This element defines a security token reference - - - - - This element defines a security token embedded reference - - - - - This element defines a key identifier reference - - - - - This element defines the wsse:SecurityTokenReference per Section 4.3. - - - - - This element defines the wsse:Security SOAP header element per Section 4. - - - - - This element contains properties for transformations from any namespace, including DSIG. - - - - - - - - - - - - - - - - diff --git a/target/generated-sources/wsdl/ws/security/oasis-200401-wss-wssecurity-utility-1.0.xsd b/target/generated-sources/wsdl/ws/security/oasis-200401-wss-wssecurity-utility-1.0.xsd deleted file mode 100644 index 1073b77..0000000 --- a/target/generated-sources/wsdl/ws/security/oasis-200401-wss-wssecurity-utility-1.0.xsd +++ /dev/null @@ -1,104 +0,0 @@ - - - - - - - -This type defines the fault code value for Timestamp message expiration. - - - - - - - - - - -This global attribute supports annotating arbitrary elements with an ID. - - - - - - -Convenience attribute group used to simplify this schema. - - - - - - - - - -This type is for elements whose [children] is a psuedo-dateTime and can have arbitrary attributes. - - - - - - - - - - - -This type is for elements whose [children] is an anyURI and can have arbitrary attributes. - - - - - - - - - - - - -This complex type ties together the timestamp related elements into a composite type. - - - - - - - - - - - - - - -This element allows Timestamps to be applied anywhere element wildcards are present, -including as a SOAP header. - - - - - - - -This element allows an expiration time to be applied anywhere element wildcards are present. - - - - - - -This element allows a creation time to be applied anywhere element wildcards are present. - - - - diff --git a/target/generated-sources/wsdl/ws/security/xmldsig-core-schema.xsd b/target/generated-sources/wsdl/ws/security/xmldsig-core-schema.xsd deleted file mode 100644 index d1b14aa..0000000 --- a/target/generated-sources/wsdl/ws/security/xmldsig-core-schema.xsd +++ /dev/null @@ -1,309 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/target/generated-sources/wsdl/ws/trust/ws-trust.wsdl b/target/generated-sources/wsdl/ws/trust/ws-trust.wsdl deleted file mode 100644 index 5b70621..0000000 --- a/target/generated-sources/wsdl/ws/trust/ws-trust.wsdl +++ /dev/null @@ -1,129 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/target/generated-sources/wsdl/ws/trust/ws-trust.xsd b/target/generated-sources/wsdl/ws/trust/ws-trust.xsd deleted file mode 100644 index c3b9bdf..0000000 --- a/target/generated-sources/wsdl/ws/trust/ws-trust.xsd +++ /dev/null @@ -1,456 +0,0 @@ - - - - - - - - - - - - - - - Actual content model is non-deterministic, hence wildcard. The following shows intended content model: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Actual content model is non-deterministic, hence wildcard. The following shows intended content model: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/target/generated-sources/wsdl/ws/xml.xsd b/target/generated-sources/wsdl/ws/xml.xsd deleted file mode 100644 index 0f13678..0000000 --- a/target/generated-sources/wsdl/ws/xml.xsd +++ /dev/null @@ -1,116 +0,0 @@ - - - - - - See http://www.w3.org/XML/1998/namespace.html and - http://www.w3.org/TR/REC-xml for information about this namespace. - - This schema document describes the XML namespace, in a form - suitable for import by other schema documents. - - Note that local names in this namespace are intended to be defined - only by the World Wide Web Consortium or its subgroups. The - following names are currently defined in this namespace and should - not be used with conflicting semantics by any Working Group, - specification, or document instance: - - base (as an attribute name): denotes an attribute whose value - provides a URI to be used as the base for interpreting any - relative URIs in the scope of the element on which it - appears; its value is inherited. This name is reserved - by virtue of its definition in the XML Base specification. - - lang (as an attribute name): denotes an attribute whose value - is a language code for the natural language of the content of - any element; its value is inherited. This name is reserved - by virtue of its definition in the XML specification. - - space (as an attribute name): denotes an attribute whose - value is a keyword indicating what whitespace processing - discipline is intended for the content of the element; its - value is inherited. This name is reserved by virtue of its - definition in the XML specification. - - Father (in any context at all): denotes Jon Bosak, the chair of - the original XML Working Group. This name is reserved by - the following decision of the W3C XML Plenary and - XML Coordination groups: - - In appreciation for his vision, leadership and dedication - the W3C XML Plenary on this 10th day of February, 2000 - reserves for Jon Bosak in perpetuity the XML name - xml:Father - - - - - This schema defines attributes and an attribute group - suitable for use by - schemas wishing to allow xml:base, xml:lang or xml:space attributes - on elements they define. - - To enable this, such a schema must import this schema - for the XML namespace, e.g. as follows: - <schema . . .> - . . . - <import namespace="http://www.w3.org/XML/1998/namespace" - schemaLocation="http://www.w3.org/2001/03/xml.xsd"/> - - Subsequently, qualified reference to any of the attributes - or the group defined below will have the desired effect, e.g. - - <type . . .> - . . . - <attributeGroup ref="xml:specialAttrs"/> - - will define a type which will schema-validate an instance - element with any of those attributes - - - - In keeping with the XML Schema WG's standard versioning - policy, this schema document will persist at - http://www.w3.org/2001/03/xml.xsd. - At the date of issue it can also be found at - http://www.w3.org/2001/xml.xsd. - The schema document at that URI may however change in the future, - in order to remain compatible with the latest version of XML Schema - itself. In other words, if the XML Schema namespace changes, the version - of this document at - http://www.w3.org/2001/xml.xsd will change - accordingly; the version at - http://www.w3.org/2001/03/xml.xsd will not change. - - - - - - In due course, we should install the relevant ISO 2- and 3-letter - codes as the enumerated possible values . . . - - - - - - - - - - - - - - - See http://www.w3.org/TR/xmlbase/ for - information about this attribute. - - - - - - - - - - diff --git a/target/generated-sources/wsdl/wsrf/faults/WS-BaseFaults.wsdl b/target/generated-sources/wsdl/wsrf/faults/WS-BaseFaults.wsdl deleted file mode 100644 index a91b081..0000000 --- a/target/generated-sources/wsdl/wsrf/faults/WS-BaseFaults.wsdl +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/target/generated-sources/wsdl/wsrf/faults/WS-BaseFaults.xsd b/target/generated-sources/wsdl/wsrf/faults/WS-BaseFaults.xsd deleted file mode 100644 index e85a2cf..0000000 --- a/target/generated-sources/wsdl/wsrf/faults/WS-BaseFaults.xsd +++ /dev/null @@ -1,76 +0,0 @@ - - - - - - - - - - Get access to the xml: attribute groups for xml:lang as declared on 'schema' - and 'documentation' below - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/target/generated-sources/wsdl/wsrf/lifetime/WS-ResourceLifetime.wsdl b/target/generated-sources/wsdl/wsrf/lifetime/WS-ResourceLifetime.wsdl deleted file mode 100644 index a597627..0000000 --- a/target/generated-sources/wsdl/wsrf/lifetime/WS-ResourceLifetime.wsdl +++ /dev/null @@ -1,177 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/target/generated-sources/wsdl/wsrf/lifetime/WS-ResourceLifetime.xsd b/target/generated-sources/wsdl/wsrf/lifetime/WS-ResourceLifetime.xsd deleted file mode 100644 index 6f442de..0000000 --- a/target/generated-sources/wsdl/wsrf/lifetime/WS-ResourceLifetime.xsd +++ /dev/null @@ -1,46 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - diff --git a/target/generated-sources/wsdl/wsrf/lifetime/WS-ResourceLifetime_bindings.wsdl b/target/generated-sources/wsdl/wsrf/lifetime/WS-ResourceLifetime_bindings.wsdl deleted file mode 100644 index 8355878..0000000 --- a/target/generated-sources/wsdl/wsrf/lifetime/WS-ResourceLifetime_bindings.wsdl +++ /dev/null @@ -1,43 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/target/generated-sources/wsdl/wsrf/lifetime/WS-ResourceLifetime_service.wsdl b/target/generated-sources/wsdl/wsrf/lifetime/WS-ResourceLifetime_service.wsdl deleted file mode 100644 index 6fc0a96..0000000 --- a/target/generated-sources/wsdl/wsrf/lifetime/WS-ResourceLifetime_service.wsdl +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/target/generated-sources/wsdl/wsrf/notification/WS-BaseN.wsdl b/target/generated-sources/wsdl/wsrf/notification/WS-BaseN.wsdl deleted file mode 100644 index 25b6f43..0000000 --- a/target/generated-sources/wsdl/wsrf/notification/WS-BaseN.wsdl +++ /dev/null @@ -1,503 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/target/generated-sources/wsdl/wsrf/notification/WS-BaseN.xsd b/target/generated-sources/wsdl/wsrf/notification/WS-BaseN.xsd deleted file mode 100644 index f6b1073..0000000 --- a/target/generated-sources/wsdl/wsrf/notification/WS-BaseN.xsd +++ /dev/null @@ -1,103 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/target/generated-sources/wsdl/wsrf/notification/WS-BaseN_bindings.wsdl b/target/generated-sources/wsdl/wsrf/notification/WS-BaseN_bindings.wsdl deleted file mode 100644 index e025ce8..0000000 --- a/target/generated-sources/wsdl/wsrf/notification/WS-BaseN_bindings.wsdl +++ /dev/null @@ -1,157 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/target/generated-sources/wsdl/wsrf/notification/WS-BaseN_service.wsdl b/target/generated-sources/wsdl/wsrf/notification/WS-BaseN_service.wsdl deleted file mode 100644 index 78ee9a9..0000000 --- a/target/generated-sources/wsdl/wsrf/notification/WS-BaseN_service.wsdl +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/target/generated-sources/wsdl/wsrf/notification/WS-Topics.xsd b/target/generated-sources/wsdl/wsrf/notification/WS-Topics.xsd deleted file mode 100644 index 967737d..0000000 --- a/target/generated-sources/wsdl/wsrf/notification/WS-Topics.xsd +++ /dev/null @@ -1,177 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - TopicPathExpression ::= TopicPath ( '|' TopicPath )* - TopicPath ::= RootTopic ChildTopicExpression* - RootTopic ::= NamespacePrefix? ('//')? (NCName | '*') - NamespacePrefix ::= NCName ':' - ChildTopicExpression ::= '/' '/'? (NCName | '*'| '.') - - - - - - - - - - - - - The pattern allows strings matching the following EBNF: - ConcreteTopicPath ::= RootTopic ChildTopic* - RootTopic ::= QName - ChildTopic ::= '/' NCName - - - - - - - - - - - - - The pattern allows strings matching the following EBNF: - RootTopic ::= QName - - - - - - - - - diff --git a/target/generated-sources/wsdl/wsrf/properties/WS-ResourceProperties.wsdl b/target/generated-sources/wsdl/wsrf/properties/WS-ResourceProperties.wsdl deleted file mode 100644 index 4350a3e..0000000 --- a/target/generated-sources/wsdl/wsrf/properties/WS-ResourceProperties.wsdl +++ /dev/null @@ -1,391 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/target/generated-sources/wsdl/wsrf/properties/WS-ResourceProperties.xsd b/target/generated-sources/wsdl/wsrf/properties/WS-ResourceProperties.xsd deleted file mode 100644 index 711bd46..0000000 --- a/target/generated-sources/wsdl/wsrf/properties/WS-ResourceProperties.xsd +++ /dev/null @@ -1,64 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/target/generated-sources/wsdl/wsrf/properties/WS-ResourceProperties_bindings.wsdl b/target/generated-sources/wsdl/wsrf/properties/WS-ResourceProperties_bindings.wsdl deleted file mode 100644 index bf5723d..0000000 --- a/target/generated-sources/wsdl/wsrf/properties/WS-ResourceProperties_bindings.wsdl +++ /dev/null @@ -1,94 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/target/generated-sources/wsdl/wsrf/properties/WS-ResourceProperties_service.wsdl b/target/generated-sources/wsdl/wsrf/properties/WS-ResourceProperties_service.wsdl deleted file mode 100644 index 726a5de..0000000 --- a/target/generated-sources/wsdl/wsrf/properties/WS-ResourceProperties_service.wsdl +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/target/generated-sources/wsdl/wsrf/servicegroup/WS-ServiceGroup.wsdl b/target/generated-sources/wsdl/wsrf/servicegroup/WS-ServiceGroup.wsdl deleted file mode 100644 index c754cba..0000000 --- a/target/generated-sources/wsdl/wsrf/servicegroup/WS-ServiceGroup.wsdl +++ /dev/null @@ -1,251 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/target/generated-sources/wsdl/wsrf/servicegroup/WS-ServiceGroup.xsd b/target/generated-sources/wsdl/wsrf/servicegroup/WS-ServiceGroup.xsd deleted file mode 100644 index 35f32a4..0000000 --- a/target/generated-sources/wsdl/wsrf/servicegroup/WS-ServiceGroup.xsd +++ /dev/null @@ -1,119 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/target/generated-sources/wsdl/wsrf/servicegroup/WS-ServiceGroup_bindings.wsdl b/target/generated-sources/wsdl/wsrf/servicegroup/WS-ServiceGroup_bindings.wsdl deleted file mode 100644 index 11b4f5a..0000000 --- a/target/generated-sources/wsdl/wsrf/servicegroup/WS-ServiceGroup_bindings.wsdl +++ /dev/null @@ -1,76 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/target/generated-sources/wsdl/wsrf/servicegroup/WS-ServiceGroup_service.wsdl b/target/generated-sources/wsdl/wsrf/servicegroup/WS-ServiceGroup_service.wsdl deleted file mode 100644 index a1524f4..0000000 --- a/target/generated-sources/wsdl/wsrf/servicegroup/WS-ServiceGroup_service.wsdl +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - -