git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/information-system/gCubeIS/Registry@39 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
058fb3af46
commit
5d5418a940
|
@ -2,9 +2,8 @@
|
|||
<classpath>
|
||||
<classpathentry excluding="src/" kind="src" path=""/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
||||
<classpathentry kind="lib" path="org.gcube.informationservice.registry.stubs.jar"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/CONTAINERLIB"/>
|
||||
<classpathentry combineaccessrules="false" kind="src" path="/GCUBE_CORE"/>
|
||||
<classpathentry kind="lib" path="org.gcube.informationsystem.registry.stubs.jar"/>
|
||||
<classpathentry kind="lib" path="/home/andrea/gcube/information-system/gCubeIS/SERVICELIBS/GCUBE_ISREGISTRY/org.gcube.informationsystem.registry.stubs.jar"/>
|
||||
<classpathentry kind="output" path="bin"/>
|
||||
</classpath>
|
||||
|
|
|
@ -13,6 +13,12 @@
|
|||
|
||||
<service name="gcube/informationsystem/registry/Registry">
|
||||
|
||||
<environment
|
||||
name="name"
|
||||
value="Registry"
|
||||
type="java.lang.String"
|
||||
override="false" />
|
||||
|
||||
<environment
|
||||
name="RPDName"
|
||||
value="ProfileResourceProperties"
|
||||
|
@ -20,12 +26,12 @@
|
|||
override="false"/>
|
||||
|
||||
<environment
|
||||
name="lifetime"
|
||||
name="lifeTime"
|
||||
value="120"
|
||||
type="java.lang.Integer"
|
||||
override="false" />
|
||||
|
||||
<resource name="publicationProfile" type="org.gcube.common.core.service.GCUBEPublicationProfile">
|
||||
<resource name="publicationProfile" type="org.gcube.common.core.state.GCUBEPublicationProfile">
|
||||
<resourceParams>
|
||||
<parameter>
|
||||
<name>factory</name>
|
||||
|
@ -37,7 +43,7 @@
|
|||
</parameter>
|
||||
<parameter>
|
||||
<name>fileName</name>
|
||||
<value>@config.dir@/Registration.xml</value>
|
||||
<value>@config.dir@/registration.xml</value>
|
||||
</parameter>
|
||||
</resourceParams>
|
||||
</resource>
|
||||
|
@ -74,7 +80,12 @@
|
|||
|
||||
<service name="gcube/informationsystem/registry/RegistryFactory">
|
||||
|
||||
|
||||
<environment
|
||||
name="name"
|
||||
value="RegistryFactory"
|
||||
type="java.lang.String"
|
||||
override="false" />
|
||||
|
||||
<environment
|
||||
name="RPDName"
|
||||
value="RegistryFactoryResourceProperties"
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
|
||||
<service name="gcube/informationsystem/registry/Registry" provider="Handler" use="literal" style="document">
|
||||
<parameter name="className" value="org.gcube.informationservice.registry.impl.core.Registry"/>
|
||||
<parameter name="className" value="org.gcube.informationsystem.registry.impl.core.Registry"/>
|
||||
<wsdlFile>share/schema/Registry/Registry_service.wsdl</wsdlFile>
|
||||
<parameter name="allowedMethods" value="*"/>
|
||||
<parameter name="handlerClass" value="org.globus.axis.providers.RPCProvider"/>
|
||||
|
|
|
@ -49,6 +49,7 @@
|
|||
<xsd:complexType name="UpdateProfileMessage">
|
||||
<xsd:sequence>
|
||||
<xsd:element name="uniqueID" type="xsd:string"/>
|
||||
<xsd:element name="type" type="xsd:string"/>
|
||||
<xsd:element name="xmlProfile" type="xsd:string"/>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
|
@ -56,6 +57,7 @@
|
|||
<xsd:complexType name="UpdateScopeInProfileMessage">
|
||||
<xsd:sequence>
|
||||
<xsd:element name="uniqueID" type="xsd:string"/>
|
||||
<xsd:element name="type" type="xsd:string"/>
|
||||
<xsd:element name="scope" type="xsd:string"/>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
|
@ -63,6 +65,7 @@
|
|||
<xsd:complexType name="UpdateStateMessage">
|
||||
<xsd:sequence>
|
||||
<xsd:element name="uniqueID" type="xsd:string"/>
|
||||
|
||||
<xsd:element name="state" type="xsd:string"/>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
|
@ -70,6 +73,7 @@
|
|||
<xsd:complexType name="CreateResourceMessage">
|
||||
<xsd:sequence>
|
||||
<xsd:element name="profile" type="xsd:string" minOccurs="1" maxOccurs="1"/>
|
||||
<xsd:element name="type" type="xsd:string"/>
|
||||
<xsd:element name="scopes" type="xsd:string" minOccurs="0" maxOccurs="unbounded"/>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
|
@ -83,6 +87,7 @@
|
|||
<xsd:complexType name="RemoveScopeInProfileMessage">
|
||||
<xsd:sequence>
|
||||
<xsd:element name="uniqueID" type="xsd:string" minOccurs="1" maxOccurs="1"/>
|
||||
<xsd:element name="type" type="xsd:string"/>
|
||||
<xsd:element name="scope" type="xsd:string"/>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
|
|
Loading…
Reference in New Issue