You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@olingo.apache.org by "Michael Burwig (JIRA)" <ji...@apache.org> on 2014/12/17 14:51:13 UTC

[jira] [Created] (OLINGO-523) CSDL Document ignores Schema Namespace Alias

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)