Author: mikedd
Date: Sat Apr  7 08:44:08 2007
New Revision: 526443

URL: http://svn.apache.org/viewvc?view=rev&rev=526443
Log:
updating release notes and changes

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

Modified: incubator/openjpa/trunk/openjpa-project/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/incubator/openjpa/trunk/openjpa-project/CHANGES.txt?view=diff&rev=526443&r1=526442&r2=526443
==============================================================================
--- incubator/openjpa/trunk/openjpa-project/CHANGES.txt (original)
+++ incubator/openjpa/trunk/openjpa-project/CHANGES.txt Sat Apr  7 08:44:08 2007
@@ -54,10 +54,10 @@
     * [OPENJPA-175] - Eager selects by PagingResultObjectProvider may not use 
the FetchBatchSize
     * [OPENJPA-179] - Schemas defined in orm.xml are only applied when a name 
is also specified. 
     * [OPENJPA-181] - ClassCastException when executing bulk delete on an 
entity that owns a OneToOne with a Cascade.DELETE when DataCache is on
-    * [OPENJPA-182] - db2 update lock syntax WITH <isolation> USE AND KEEP 
UPDATE LOCKS
     * [OPENJPA-185] - optional attribute is not overriden by xml descriptor
     * [OPENJPA-186] - Build failure of OpenJPA sources from trunk
     * [OPENJPA-202] - after invoking LRS processing in a client by calling an 
@LRS annotated relationship, the next em.clear()/em.close() gets 
org.apache.openjpa.persistence.InvalidStateException: You cannot transfer large 
result set fields from one object or field to another
+    * [OPENJPA-208] - NoResultException and NonUniqueResultException are not 
thrown when expected
 
 ** Improvements
     * [OPENJPA-10] - persistence unit name should be default diagnostic 
context for standard OpenJPA log impl
@@ -77,6 +77,7 @@
     * [OPENJPA-92] - Support for H2 Database Engine
     * [OPENJPA-93] - Sequence generation in a JTA environment should not 
require non-JTA datasource
     * [OPENJPA-94] - Allow MappingTool and persistence.xml to support 
drop-create for database schema
+    * [OPENJPA-182] - db2 update lock syntax WITH <isolation> USE AND KEEP 
UPDATE LOCKS
 
 ** Tasks
     * [OPENJPA-36] - Add cwiki url to incubator status page

Modified: incubator/openjpa/trunk/openjpa-project/RELEASE-NOTES.html
URL: 
http://svn.apache.org/viewvc/incubator/openjpa/trunk/openjpa-project/RELEASE-NOTES.html?view=diff&rev=526443&r1=526442&r2=526443
==============================================================================
--- incubator/openjpa/trunk/openjpa-project/RELEASE-NOTES.html (original)
+++ incubator/openjpa/trunk/openjpa-project/RELEASE-NOTES.html Sat Apr  7 
08:44:08 2007
@@ -121,11 +121,11 @@
 <li>[<a 
href='https://issues.apache.org/jira/browse/OPENJPA-175'>OPENJPA-175</a>] - 
Eager selects by PagingResultObjectProvider may not use the FetchBatchSize</li>
 <li>[<a 
href='https://issues.apache.org/jira/browse/OPENJPA-179'>OPENJPA-179</a>] - 
Schemas defined in orm.xml are only applied when a name is also specified. </li>
 <li>[<a 
href='https://issues.apache.org/jira/browse/OPENJPA-181'>OPENJPA-181</a>] - 
ClassCastException when executing bulk delete on an entity that owns a OneToOne 
with a Cascade.DELETE when DataCache is on</li>
-<li>[<a 
href='https://issues.apache.org/jira/browse/OPENJPA-182'>OPENJPA-182</a>] - db2 
update lock syntax WITH <isolation> USE AND KEEP UPDATE LOCKS</li>
 <li>[<a 
href='https://issues.apache.org/jira/browse/OPENJPA-185'>OPENJPA-185</a>] - 
optional attribute is not overriden by xml descriptor</li>
 <li>[<a 
href='https://issues.apache.org/jira/browse/OPENJPA-186'>OPENJPA-186</a>] - 
Build failure of OpenJPA sources from trunk</li>
 </ul>
 <li>[<a 
href='https://issues.apache.org/jira/browse/OPENJPA-202'>OPENJPA-202</a>] - 
after invoking LRS processing in a client by calling an @LRS annotated 
relationship, the next em.clear()/em.close() gets 
org.apache.openjpa.persistence.InvalidStateException: You cannot transfer large 
result set fields from one object or field to another</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/OPENJPA-208'>OPENJPA-208</a>] - 
NoResultException and NonUniqueResultException are not thrown when expected</li>
 </ul>
     
 <h2><a name="Improvements"</a>Improvements</h2>
@@ -151,6 +151,7 @@
 <li>[<a 
href='https://issues.apache.org/jira/browse/OPENJPA-92'>OPENJPA-92</a>] - 
Support for H2 Database Engine</li>
 <li>[<a 
href='https://issues.apache.org/jira/browse/OPENJPA-93'>OPENJPA-93</a>] - 
Sequence generation in a JTA environment should not require non-JTA 
datasource</li>
 <li>[<a 
href='https://issues.apache.org/jira/browse/OPENJPA-94'>OPENJPA-94</a>] - Allow 
MappingTool and persistence.xml to support drop-create for database schema</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/OPENJPA-182'>OPENJPA-182</a>] - db2 
update lock syntax WITH <isolation> USE AND KEEP UPDATE LOCKS</li>
 </ul>
 
 <h2><a name="Task"</a>Task</h2>


Reply via email to