[
https://issues.apache.org/jira/browse/OPENJPA-1941?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12995777#comment-12995777
]
Guido Mueller commented on OPENJPA-1941:
----------------------------------------
The problem is gone in 2.2.0 SNAPSHOT
> Criteria query returns wrong result when query cache is enabled
> ---------------------------------------------------------------
>
> Key: OPENJPA-1941
> URL: https://issues.apache.org/jira/browse/OPENJPA-1941
> Project: OpenJPA
> Issue Type: Bug
> Components: datacache, jpa
> Affects Versions: 2.0.1, 2.1.0
> Environment: The issue was detected when using a criteria query
> against Oracle database.
> Reporter: Guido Mueller
> Attachments: JpaCriteriaQueryCacheIssue.zip,
> jpacriteriaquerycacheissue.sql
>
>
> When query cache is not enabled the queries return these lines: Query 1: 1
> Query 2: 2 This is correct.
> When query cache is enabled the queries return these lines: Query 1: 1 Query
> 2: 1 This is wrong.
> See attached test case (Netbeans project). ojdbc14.jar and
> openjpa-all-2.0.1.jar must be added to the project.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira