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

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

     [ https://issues.apache.org/jira/browse/OLINGO-523?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Christian Amend resolved OLINGO-523.
------------------------------------
       Resolution: Fixed
    Fix Version/s: (Java) V4 4.0.0-beta-02
         Assignee: Christian Amend

Fixed with commit https://git-wip-us.apache.org/repos/asf?p=olingo-odata4.git;a=commit;h=574a65037af983c1cd5bfc926c5d04c8f702b0a8

> 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
>            Assignee: Christian Amend
>            Priority: Minor
>             Fix For: (Java) V4 4.0.0-beta-02
>
>
> 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)