I'd say that would be cache related, as Cayenne is caching the data from the database, switch the cache of in the Modeler perhaps and that should fix your problem.
G On Fri, Sep 2, 2011 at 3:04 AM, Anthony Brew <anthony.b...@swrve.com> wrote: > Hi, > I have a two processes one which writes to a several database tables (a > ruby on rails application) and a java application that reads the state these > data base tables using Cayenne and writes to other tables. > > When the ruby modifies the underlying data-base I am seeing that Cayenne is > not automatically picking up that the underlying data is now inconsistant > and not reloading. Is there some way I can config Cayenne to aggressive > check some tables for updates while ignoring others? > > Thanks a Million > Anthony Brew >