Gabor Faludi created OLINGO-1083: ------------------------------------ Summary: OData V4 Singleton has EntityType instead of Type attribute in XML metadata Key: OLINGO-1083 URL: https://issues.apache.org/jira/browse/OLINGO-1083 Project: Olingo Issue Type: Bug Components: odata4-server Affects Versions: (Java) V4 4.3.0 Reporter: Gabor Faludi Priority: Minor
Olingo _always_ serializes Singletons in the schema with "Name" and "EntityType" attributes when generating metadata through org.apache.olingo.server.core.serializer.xml.MetadataDocumentXmlSerializer.appendSingletons(...). The above method seems to use XML_ENTITY_TYPE that has the value "EntityType"). This is be non-compliant to the spec, which specifies "Name" and "Type" as attributes for a Singleton. -- This message was sent by Atlassian JIRA (v6.3.15#6346)