[
https://issues.apache.org/jira/browse/OLINGO-183?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Thiago Assis resolved OLINGO-183.
---------------------------------
Resolution: Invalid
I was constructing my url in a wrong format
http://localhost:8080/Users/$filter=id%20eq%201
= wrong :(
http://localhost:8080/Users?$filter=id%20eq%201 right :) !
Thank you guys !
> Must be an entity set instead of an entity
> ------------------------------------------
>
> Key: OLINGO-183
> URL: https://issues.apache.org/jira/browse/OLINGO-183
> Project: Olingo
> Issue Type: Bug
> Reporter: Thiago Assis
> Attachments: AbstractEntity.java, Screen Shot 2014-02-26 at
> 16.48.21.png, Screen Shot 2014-02-26 at 16.48.36.png, User.java
>
>
> When i request an EntitySet thru a filter i get the error Must be an entity
> set instead of an entity: 'Users'.
> Attached to this issue are my JPA Entities. and the screenshots.
> Can you help me ?
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)