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

David Ezzio updated OPENJPA-1006:
---------------------------------

    Fix Version/s: 1.1.1

>From trunk, merged fix to 1.1.x branch at 802203

> 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-M2
>         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
>            Assignee: David Ezzio
>             Fix For: 1.1.1, 2.0.0-M2
>
>         Attachments: OPENJPA-1006.patch, openJPATestcase.zip, 
> TestQueryResultSize.java
>
>
> 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.

Reply via email to