You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@olingo.apache.org by "VIJAYASIMHA R NAGA (JIRA)" <ji...@apache.org> on 2017/03/17 02:13:42 UTC

[jira] [Reopened] (OLINGO-861) MetaDataParser unable to build EdmProvider from Edmx files with references

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

VIJAYASIMHA R NAGA reopened OLINGO-861:
---------------------------------------

Hi Ramesh, 
I see this issue with the below snippet, i.e. an Annotation within Annotation, that is one instance where I see the overflow


      <EntityType Name="Session">
        <Annotation Term="Capabilities.DeleteRestrictions">
          <Record>
            <PropertyValue Property="Deletable" Bool="true"/>
            <Annotation Term="OData.Description" String="Sessions can be removed by Deleting the Session resource."/>
          </Record>
        </Annotation>
      </EntityType>


> MetaDataParser unable to build EdmProvider from Edmx files with references
> --------------------------------------------------------------------------
>
>                 Key: OLINGO-861
>                 URL: https://issues.apache.org/jira/browse/OLINGO-861
>             Project: Olingo
>          Issue Type: Bug
>          Components: odata4-server
>    Affects Versions: (Java) V4 4.1.0
>            Reporter: VIJAYASIMHA R NAGA
>            Assignee: Ramesh Reddy
>             Fix For: (Java) V4 4.2.0
>
>         Attachments: MyODataDemoService.zip, ServiceRoot.xml
>
>
> Unable to build an EdmProvider from Edmx files with references to external name spaces, (Method "readReference" in MetaDataParser.java from server-core-ext library has a TODO remark to deal with this)
>  Ex: Having the below reference included in an Edmx file <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/cs01/vocabularies/Org.OData.Core.V1.xml"> <edmx:Include Namespace="Org.OData.Core.V1" Alias="OData"/> </edmx:Reference>



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)