Author: dwoods
Date: Thu Mar 11 14:25:49 2010
New Revision: 921868

URL: http://svn.apache.org/viewvc?rev=921868&view=rev
Log:
OPENJPA-680 Show as fixed in 2.0.0-M1

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=921868&r1=921867&r2=921868&view=diff
==============================================================================
--- openjpa/trunk/openjpa-project/CHANGES.txt (original)
+++ openjpa/trunk/openjpa-project/CHANGES.txt Thu Mar 11 14:25:49 2010
@@ -807,6 +807,7 @@ Bug
     * [OPENJPA-645] - Date millisecond precision lost for Informix IDS and 
SQLServer
     * [OPENJPA-662] - Version field returns null when explicitly projected in 
SELECT clause
     * [OPENJPA-677] - Single Table Inheritance Strategy causes entity identity 
issues
+    * [OPENJPA-680] - Flush followed by refresh on a new instance returns an 
instance with all fields but id cleared
     * [OPENJPA-699] - SQLWarnings not handled properly with WarningAction set 
to "handle"
     * [OPENJPA-794] - issues with closing/opening entity manager (slices) 
(can't seem to be able to create multiple entityManagers )
     * [OPENJPA-799] - slices: can not handle multiple projections in one query 
( select count(*), max(fieldA) .......)

Modified: openjpa/trunk/openjpa-project/RELEASE-NOTES.html
URL: 
http://svn.apache.org/viewvc/openjpa/trunk/openjpa-project/RELEASE-NOTES.html?rev=921868&r1=921867&r2=921868&view=diff
==============================================================================
--- openjpa/trunk/openjpa-project/RELEASE-NOTES.html (original)
+++ openjpa/trunk/openjpa-project/RELEASE-NOTES.html Thu Mar 11 14:25:49 2010
@@ -998,6 +998,7 @@ in each release of OpenJPA.</P>
 <li>[<a 
href='https://issues.apache.org/jira/browse/OPENJPA-645'>OPENJPA-645</a>] - 
Date millisecond precision lost for Informix IDS and SQLServer</li>
 <li>[<a 
href='https://issues.apache.org/jira/browse/OPENJPA-662'>OPENJPA-662</a>] - 
Version field returns null when explicitly projected in SELECT clause</li>
 <li>[<a 
href='https://issues.apache.org/jira/browse/OPENJPA-677'>OPENJPA-677</a>] - 
Single Table Inheritance Strategy causes entity identity issues</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/OPENJPA-680'>OPENJPA-680</a>] - 
Flush followed by refresh on a new instance returns an instance with all fields 
but id cleared</li>
 <li>[<a 
href='https://issues.apache.org/jira/browse/OPENJPA-699'>OPENJPA-699</a>] - 
SQLWarnings not handled properly with WarningAction set to "handle"</li>
 <li>[<a 
href='https://issues.apache.org/jira/browse/OPENJPA-794'>OPENJPA-794</a>] - 
issues with closing/opening entity manager (slices) (can't seem to be able to 
create multiple entityManagers )</li>
 <li>[<a 
href='https://issues.apache.org/jira/browse/OPENJPA-799'>OPENJPA-799</a>] - 
slices: can not handle multiple projections in one query ( select count(*), 
max(fieldA) .......)</li>


Reply via email to