OPENJPA-1518 Show as being fixed in 2.0.0-beta2

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@920923 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Donald Woods 2010-03-09 15:29:02 +00:00
parent 65b496cd98
commit f50f847e97
2 changed files with 3 additions and 0 deletions

View File

@ -178,6 +178,7 @@ Bug
* [OPENJPA-1506] - ConfigurationImpl.equals fails using a OpenJPA derived provider
* [OPENJPA-1507] - NPE with a non-JDBC store manager
* [OPENJPA-1509] - Enum field types cannot be modified in an in-memory JPQL bulk update statement
* [OPENJPA-1518] - Remove WARN messages for uncacheable finder select statements
* [OPENJPA-1533] - JPA2 select math mix with aggregate reports syntax error
Improvement

View File

@ -251,6 +251,8 @@ in each release of OpenJPA.</P>
</li>
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1509'>OPENJPA-1509</a>] - Enum field types cannot be modified in an in-memory JPQL bulk update statement
</li>
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1518'>OPENJPA-1518</a>] - Remove WARN messages for uncacheable finder select statements
</li>
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1533'>OPENJPA-1533</a>] - JPA2 select math mix with aggregate reports syntax error
</li>
</ul>