[
https://issues.apache.org/jira/browse/OPENJPA-1006?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ravi P Palacherla updated OPENJPA-1006:
---------------------------------------
Attachment: openJPATestcase.zip
Attached is the test case.
To replicate the problem:
1) Modify build.xml to reflect your environment. ( e.g: patch where the
libraries for openJPA exist )
2) "ant"
3) "ant test"
> 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
> Attachments: openJPATestcase.zip
>
>
> 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.