Author: dwoods
Date: Tue Mar 9 14:38:10 2010
New Revision: 920896
URL: http://svn.apache.org/viewvc?rev=920896&view=rev
Log:
OPENJPA-1020 Update in Changes/ReleaseNotes to show as 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=920896&r1=920895&r2=920896&view=diff
==============================================================================
--- openjpa/trunk/openjpa-project/CHANGES.txt (original)
+++ openjpa/trunk/openjpa-project/CHANGES.txt Tue Mar 9 14:38:10 2010
@@ -222,6 +222,7 @@ Bug
* [OPENJPA-991] - Implement LockTimeout using db specific server-side lock
timeout feature
* [OPENJPA-993] - PCEnhancer can't execute if a non-OpenJPA PU is found
* [OPENJPA-1005] - Add PersistenceXMLSchemaVersion(); support
+ * [OPENJPA-1020] - eager fetching of PersistentCollection of a primitive
type fails
* [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)
Modified: openjpa/trunk/openjpa-project/RELEASE-NOTES.html
URL:
http://svn.apache.org/viewvc/openjpa/trunk/openjpa-project/RELEASE-NOTES.html?rev=920896&r1=920895&r2=920896&view=diff
==============================================================================
--- openjpa/trunk/openjpa-project/RELEASE-NOTES.html (original)
+++ openjpa/trunk/openjpa-project/RELEASE-NOTES.html Tue Mar 9 14:38:10 2010
@@ -326,6 +326,8 @@ in each release of OpenJPA.</P>
</li>
<li>[<a
href='https://issues.apache.org/jira/browse/OPENJPA-993'>OPENJPA-993</a>] -
PCEnhancer can't execute if a non-OpenJPA PU is found
</li>
+<li>[<a
href='https://issues.apache.org/jira/browse/OPENJPA-1020'>OPENJPA-1020</a>] -
eager fetching of PersistentCollection of a primitive type fails
+</li>
<li>[<a
href='https://issues.apache.org/jira/browse/OPENJPA-1025'>OPENJPA-1025</a>] -
AbstractResultList.subList throws UnsupportedOperationException
</li>
<li>[<a
href='https://issues.apache.org/jira/browse/OPENJPA-1046'>OPENJPA-1046</a>] -
Unique Constraint on MappedSupperClass causes NullPointerException