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)