OPENJPA-1383 Show as being fixed in 2.0.0-beta

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@920934 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Donald Woods 2010-03-09 15:52:05 +00:00
parent 2ed0ca3621
commit 33ffb3f8c7
2 changed files with 3 additions and 0 deletions

View File

@ -262,6 +262,7 @@ Bug
* [OPENJPA-1379] - Locking problem when using timestamp QueryCache eviction policy.
* [OPENJPA-1380] - Query not getting evicted from QueryCache
* [OPENJPA-1381] - IllegalStateException on query method call after named query is created twice.
* [OPENJPA-1383] - tests rely on US date formatting without setting the correct Locale
* [OPENJPA-1384] - ClassNotFoundException for custom DBDictionary used by EJB
* [OPENJPA-1385] - Parameter in having clause of Criteria query not recognized
* [OPENJPA-1386] - Metamodel Generator does not handle field types that can hide another

View File

@ -396,6 +396,8 @@ in each release of OpenJPA.</P>
</li>
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1381'>OPENJPA-1381</a>] - IllegalStateException on query method call after named query is created twice.
</li>
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1383'>OPENJPA-1383</a>] - tests rely on US date formatting without setting the correct Locale
</li>
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1384'>OPENJPA-1384</a>] - ClassNotFoundException for custom DBDictionary used by EJB
</li>
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1385'>OPENJPA-1385</a>] - Parameter in having clause of Criteria query not recognized