You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@olingo.apache.org by "Ralf Handl (JIRA)" <ji...@apache.org> on 2015/07/29 10:55:04 UTC

[jira] [Commented] (OLINGO-742) EntitySet name does not allow period "." in its name

    [ https://issues.apache.org/jira/browse/OLINGO-742?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14645729#comment-14645729 ] 

Ralf Handl commented on OLINGO-742:
-----------------------------------

"public.g1" isn't a valid entity set name, entity set names MUST be SimpleIdentifiers, i.e. a letter followed by up to 127 letters or numbers. No dots allowed.

> EntitySet name does not allow period "." in its name
> ----------------------------------------------------
>
>                 Key: OLINGO-742
>                 URL: https://issues.apache.org/jira/browse/OLINGO-742
>             Project: Olingo
>          Issue Type: Bug
>          Components: odata4-server
>    Affects Versions: (Java) V4 4.0.0-beta-01
>            Reporter: Ramesh Reddy
>            Assignee: Ramesh Reddy
>             Fix For: (Java) V4 4.0.0
>
>
> If the EntitySet name is like "public.g1", the parser does not allow the GET request like 
> {code}
> GET /svc/public.g1
> {code}
> it fails with "'g1' is only allowed for typed parts",  any type EntitySet name should be allowed. 



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