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
Environment: The issue was detected when using a criteria query
against Oracle database.
Reporter: Guido Mueller
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