Disabling QueryCaching at runtime does not work
-----------------------------------------------
Key: OPENJPA-1006
URL: https://issues.apache.org/jira/browse/OPENJPA-1006
Project: OpenJPA
Issue Type: Bug
Components: datacache
Affects Versions: 1.2.1, 2.0.0
Environment: N/A.
should be replicable on all environments.
The one I tried is on windows with oracle 10g as database.
Reporter: Ravi P Palacherla
An application has a configuration that allows query caching, but is making
runtime calls to inform a fetch plan to disable query caching.
The bug is that this dynamic no-caching request is being ignored by the query
cache executor, which then caches the query regardless.
Tried to disable query cache using
OpenJPAEntityManager.getFetchPlan().setQueryResultCache(false);
and also
query.getFetchPlan().setQueryResultCacheEnabled(false);
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.