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 2015/05/18 13:49:59 UTC

[jira] [Resolved] (OLINGO-628) $Filter not working with olingo-jpa implementation

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

Christian Amend resolved OLINGO-628.
------------------------------------
    Resolution: Cannot Reproduce

Hi,

I assume this is resolved. If not please reopen.

Best Regards,
Christian

> $Filter not working with olingo-jpa implementation
> --------------------------------------------------
>
>                 Key: OLINGO-628
>                 URL: https://issues.apache.org/jira/browse/OLINGO-628
>             Project: Olingo
>          Issue Type: Bug
>          Components: odata2-jpa
>    Affects Versions: V2 1.0.0, V2 2.0.3
>         Environment: Tomcat7, Java 1.7,
> Olingo-odata2-JPA
>            Reporter: MANUJ KUmar
>            Assignee: Christian Amend
>            Priority: Blocker
>             Fix For: V2 2.0.3
>
>
> I am able to fetch the data using following URLs successfully:-
> http://localhost:19080/jpa2/Employee.svc/ALERTSs
> http://localhost:19080/jpa2/Employee.svc/ALERTSs?$top=5
> http://localhost:19080/jpa2/Employee.svc/ALERTSs?$select=ID
> But not working for $Filter with following url
> http://localhost:19080/jpa2/Employee.svc/ALERTSs?$filter=ID eq 4
> and gives me following error:
> Caused by: java.lang.NoClassDefFoundError: Could not initialize class org.apache.olingo.odata2.core.uri.expression.FilterParserImpl
> 	at org.apache.olingo.odata2.core.uri.UriParserImpl.handleSystemQueryOptionFilter(UriParserImpl.java:591)
> Can some one help me in resolving this.
> Manuj



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