Sandijs Aploks created OLINGO-461:
-------------------------------------
Summary: Requesting data with filter returns correct data records,
BUT the contents of them is old cached version before the data changes which
were used to filter updated data records
Key: OLINGO-461
URL: https://issues.apache.org/jira/browse/OLINGO-461
Project: Olingo
Issue Type: Bug
Components: odata2-core, odata2-jpa
Affects Versions: V2 2.0.0
Environment: Tomcat 7, MySQL
Reporter: Sandijs Aploks
Priority: Critical
I updated one data record with new values so that it could be queried by this
request correctly:
"GET
/interactive-riga-odata/webservices.svc/Statuss?$filter=(Updated%20gt%20datetime%272014-10-15T12:25:44.054%27)
HTTP/1.1" 200 1169
The request returns correct data record, BUT the contents of the data record is
old cached version.
Is this supposed to be this way? If so, how to switch off the caching?
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)