On Thu, 06 May 2010 13:48:18 +1000
Marcin Skladaniec <[email protected]> wrote:
hello
Running latest cayenne (built on 28/04/10) I have
stumbled upon an exception which seems to be fixed
according to jira (cay-998)
[java] Caused by: java.lang.Exception: [v.3.0 Apr 26
2010 09:39:18] No cached list for
PayRate/(definedTutorRole = <ObjectId:DefinedTutorRole,
id=0>) and (validFrom < Thu Nov 18 12:00:00 EST
2010)/validFrom:d/1
[java] at
org.apache.cayenne.remote.service.BaseRemoteService.processMessage(BaseRemoteService.java:160)
[java] ... 25 more
Is this a different problem? I dont fully understand
what is going on...
just a quick note
I have worked around this problem by removing expression
and filtering in memory.
Marcin