Author: dwoods
Date: Tue Mar  9 15:52:05 2010
New Revision: 920934

URL: http://svn.apache.org/viewvc?rev=920934&view=rev
Log:
OPENJPA-1383 Show as being fixed in 2.0.0-beta

Modified:
    openjpa/trunk/openjpa-project/CHANGES.txt
    openjpa/trunk/openjpa-project/RELEASE-NOTES.html

Modified: openjpa/trunk/openjpa-project/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/openjpa/trunk/openjpa-project/CHANGES.txt?rev=920934&r1=920933&r2=920934&view=diff
==============================================================================
--- openjpa/trunk/openjpa-project/CHANGES.txt (original)
+++ openjpa/trunk/openjpa-project/CHANGES.txt Tue Mar  9 15:52:05 2010
@@ -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

Modified: openjpa/trunk/openjpa-project/RELEASE-NOTES.html
URL: 
http://svn.apache.org/viewvc/openjpa/trunk/openjpa-project/RELEASE-NOTES.html?rev=920934&r1=920933&r2=920934&view=diff
==============================================================================
--- openjpa/trunk/openjpa-project/RELEASE-NOTES.html (original)
+++ openjpa/trunk/openjpa-project/RELEASE-NOTES.html Tue Mar  9 15:52:05 2010
@@ -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


Reply via email to