Michael Burwig created OLINGO-523:
-------------------------------------
Summary: CSDL Document ignores Schema Namespace Alias
Key: OLINGO-523
URL: https://issues.apache.org/jira/browse/OLINGO-523
Project: Olingo
Issue Type: Bug
Components: odata4-server
Affects Versions: V4 4.0.0-beta-01, (Java) V4 4.0.0-beta-02
Reporter: Michael Burwig
Priority: Minor
The metadata document states the schema namespace and its alias, but only uses
the full namespace (instead of the alias) whenever an element is referenced.
This also affects the 'odata-server-tecsvc' reference service:
{code:xml}
<Property Name="PropertyComp" Type="olingo.odata.test1.CTCompComp"/>
{code}
instead of
{code:xml}
<Property Name="PropertyComp" Type="Namespace1_Alias.CTCompComp"/>
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)