You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by dw...@apache.org on 2010/03/04 02:15:25 UTC

svn commit: r918806 - in /openjpa/trunk/openjpa-project: CHANGES.txt RELEASE-NOTES.html

Author: dwoods
Date: Thu Mar  4 01:15:25 2010
New Revision: 918806

URL: http://svn.apache.org/viewvc?rev=918806&view=rev
Log:
OPENJPA-1142 update changes/release notes as this 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=918806&r1=918805&r2=918806&view=diff
==============================================================================
--- openjpa/trunk/openjpa-project/CHANGES.txt (original)
+++ openjpa/trunk/openjpa-project/CHANGES.txt Thu Mar  4 01:15:25 2010
@@ -222,6 +222,7 @@
     * [OPENJPA-1025] - AbstractResultList.subList throws UnsupportedOperationException
     * [OPENJPA-1046] - Unique Constraint on MappedSupperClass causes NullPointerException
     * [OPENJPA-1141] - NPE at org.apache.openjpa.jdbc.meta.MappingInfo.mergeJoinColumn(MappingInfo.java:1400)
+    * [OPENJPA-1142] - OptimisticLockException thrown on Query.getResultList() when Pessimistic Lock is applied
     * [OPENJPA-1173] - Update PostgreSQL support for 8.4.x
     * [OPENJPA-1185] - Subquery overhaul
     * [OPENJPA-1197] - NativeQueries fail with MySQL

Modified: openjpa/trunk/openjpa-project/RELEASE-NOTES.html
URL: http://svn.apache.org/viewvc/openjpa/trunk/openjpa-project/RELEASE-NOTES.html?rev=918806&r1=918805&r2=918806&view=diff
==============================================================================
--- openjpa/trunk/openjpa-project/RELEASE-NOTES.html (original)
+++ openjpa/trunk/openjpa-project/RELEASE-NOTES.html Thu Mar  4 01:15:25 2010
@@ -326,6 +326,8 @@
 </li>
 <li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1141'>OPENJPA-1141</a>] -         NPE  at org.apache.openjpa.jdbc.meta.MappingInfo.mergeJoinColumn(MappingInfo.java:1400)
 </li>
+<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1142'>OPENJPA-1142</a>] -         OptimisticLockException thrown on Query.getResultList() when Pessimistic Lock is applied
+</li>
 <li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1185'>OPENJPA-1185</a>] -         Subquery overhaul
 </li>
 <li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1197'>OPENJPA-1197</a>] -         NativeQueries fail with MySQL