Quantcast
Channel: Gigaspaces XAP forum - RSS feed
Viewing all articles
Browse latest Browse all 1486

SpaceDocuments and Type hierarchy

$
0
0
Hi We're looking at using space documents and have a question about the information on this page: https://docs.gigaspaces.com/xap/12.2/... and specifically with the following: SpaceTypeDescriptor employeeDescriptor = new SpaceTypeDescriptorBuilder( "Child Document Type Name", parentSpaceTypeDescriptor).create(); This is exactly what we'd like to do, but we'd like to do it in XML. Given the API documentation we would expect to be able to add a 'super-type-name' to the os-core:space-type, like this: but although this property exists in the documentation it's not in the XSD file. org.xml.sax.SAXParseException : cvc-complex-type.3.2.2: Attribute 'super-type-name' is not allowed to appear in element 'os-core:space-type'. Do you have any suggestions?

Viewing all articles
Browse latest Browse all 1486