You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@olingo.apache.org by "MANUJ KUmar (JIRA)" <ji...@apache.org> on 2015/04/15 21:52:59 UTC

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

MANUJ KUmar created OLINGO-628:
----------------------------------

             Summary: $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 2.0.3, V2 1.0.0
         Environment: Tomcat7, Java 1.7,
Olingo-odata2-JPA
            Reporter: MANUJ KUmar
            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)