Thank you for your answers. We are using ektorp v1.2.2 but this is not relevant at this point since the problem can also be observed at the 'raw' couchdb level when we query the view using curl. * * *JULIEN DREUX* [email protected] 514 812-8084 www.justlexit.com
On Wed, Apr 11, 2012 at 2:11 PM, Aurélien Bénel <[email protected]>wrote: > Hi Julien, > > > We are using CouchDb over ektorp (Java) and we seem to constantly run > into > > the problem of views returning old results or invalid result. > > I have no experience with ektorp. But it is rather easy to build a java > library which invalidates the cache on _changes: > > > https://github.com/Hypertopic/Porphyry/blob/master/src/org/hypertopic/RESTDatabase.java > > https://github.com/Hypertopic/Porphyry/blob/master/src/org/hypertopic/RESTDatabaseTest.java > > > Regards, > > Aurélien
