7 Replies Latest reply on Sep 7, 2009 6:47 PM by trossmy

    Caching in a long running conversation

    trossmy

      I just discovered that there is a (hidden?) caching mechanism in a long running conversation, in the sense that the result of jpa queries is cached, until the long running conversation is ended...the caching seems to be quite sophisticated in a sense that jpa queries return new records in the database but not updated ones...once the conversation is ended and a new one is started the updated records are fetched... in my persistence.xml I have disabled query and second level caching.
      Anybody got a clue of what's going on and what to do?