[ https://issues.apache.org/jira/browse/OPENJPA-1884?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeremy Bauer updated OPENJPA-1884: ---------------------------------- Attachment: OPENJPA-1884-jUnit.patch Attaching a jUnit which demonstrates the issue. > CacheStoreMode.REFRESH is not recognized for entity manager refresh operation > ----------------------------------------------------------------------------- > > Key: OPENJPA-1884 > URL: https://issues.apache.org/jira/browse/OPENJPA-1884 > Project: OpenJPA > Issue Type: Bug > Components: datacache > Affects Versions: 2.1.0 > Reporter: Jeremy Bauer > Assignee: Jeremy Bauer > Attachments: OPENJPA-1884-jUnit.patch > > > Specifying the "javax.persistence.cache.storeMode" property with value CacheStoreMode.REFRESH does not refresh the contents of the L2 cache when used with the em.refresh(entity, props) operation. > OPENJPA-1578 corrected this a similar issue for the em.find() operation, but not em.refresh(). A simple port of the changes from 1578 (which simply configure the store mode in the fetch plan) to the refresh operation did not correct the problem. It appears that more work needs to be done in the underlying refresh logic to produce a cache refresh. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.