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 15:50:13 UTC

[jira] [Created] (OLINGO-524) Unexpected Property Inheritance Behavior

Michael Burwig created OLINGO-524:
-------------------------------------

             Summary: Unexpected Property Inheritance Behavior
                 Key: OLINGO-524
                 URL: https://issues.apache.org/jira/browse/OLINGO-524
             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


Scenario:
- abstract entity type *A* defines properties *a*, *b*, *c*
- entity type *B* declares *A* as its base type and defines key property *d*

Observation:
The CSDL metadata document contains duplicate definitions for the properties *a*, *b*, *c* (once for entity type *B* and once for *A*). I could not find the respective passage in the specification document, but based on other OData implementations I did not expect to see the derived properties defined again.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)