[ 
https://issues.apache.org/jira/browse/OPENJPA-1884?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rick Curtis closed OPENJPA-1884.
--------------------------------

    Resolution: Fixed

Closing.

> 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
>             Fix For: 2.1.1
>
>         Attachments: OPENJPA-1884-jUnit.patch, OPENJPA-1884.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.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to