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/04/16 23:10:34 UTC

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

Author: dwoods
Date: Fri Apr 16 21:10:34 2010
New Revision: 935080

URL: http://svn.apache.org/viewvc?rev=935080&view=rev
Log:
merge in latest release notes from branches/2.0.x

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=935080&r1=935079&r2=935080&view=diff
==============================================================================
--- openjpa/trunk/openjpa-project/CHANGES.txt (original)
+++ openjpa/trunk/openjpa-project/CHANGES.txt Fri Apr 16 21:10:34 2010
@@ -182,6 +182,7 @@ Sub-task
 
 Bug
 ---
+    * [OPENJPA-1091] - ReverseMappingTool fails for openjpa-examples/reversemapping sample
     * [OPENJPA-1510] - Documentation corrections
     * [OPENJPA-1550] - When batchLimit=-1 or >1 and an exception is caused, the params and failedObject are missing from the resultant exception.
     * [OPENJPA-1559] - DataCacheManager initialization isn't thread safe.
@@ -190,11 +191,14 @@ Bug
     * [OPENJPA-1599] - Cache mode properties passes in to em.find and lock methods are not transient
     * [OPENJPA-1602] - Query with lock mode set to PESSIMISTIC_WRITE does not have for update clause attached to the sql when runs twice
     * [OPENJPA-1604] - Setting PessimisticLockManager fails to append "for update clause" to the select statement
+    * [OPENJPA-1605] - ReverseMappingTool (SchemaGenerator) bug
     * [OPENJPA-1608] - PESSIMISTIC_WRITE is not working in Informix
     * [OPENJPA-1609] - PessimisticLockException instead of LockTimeoutException thrown on DB2V9 for ZOS
     * [OPENJPA-1611] - Wrong PersistentAttributeType returned for @Embedded types
     * [OPENJPA-1618] - Exception during factory creation due to javax.persistence.transactionType
     * [OPENJPA-1625] - Inconsistent creation of StateManagerImpl in BrokerImpl
+    * [OPENJPA-1630] - NPE in MetaDataRepository when preloading is enabled under heavy stress.
+    * [OPENJPA-1631] - MetaDataRepository preload doesn't load JAXB meta data
 
 Improvement
 -----------
@@ -202,6 +206,7 @@ Improvement
     * [OPENJPA-1545] - Add new Detach processing
     * [OPENJPA-1603] - Decouple the QueryCache from the DataCache
     * [OPENJPA-1622] - Invoking MetaModel generator
+    * [OPENJPA-1628] - Output control for generated canonical metamodel source code
 
 Task
 ----

Modified: openjpa/trunk/openjpa-project/RELEASE-NOTES.html
URL: http://svn.apache.org/viewvc/openjpa/trunk/openjpa-project/RELEASE-NOTES.html?rev=935080&r1=935079&r2=935080&view=diff
==============================================================================
--- openjpa/trunk/openjpa-project/RELEASE-NOTES.html (original)
+++ openjpa/trunk/openjpa-project/RELEASE-NOTES.html Fri Apr 16 21:10:34 2010
@@ -250,6 +250,8 @@ in each release of OpenJPA.</P>
 
 <h4>Bug</h4>
 <ul>
+<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1091'>OPENJPA-1091</a>] -         ReverseMappingTool fails for openjpa-examples/reversemapping sample
+</li>
 <li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1510'>OPENJPA-1510</a>] -         Documentation corrections
 </li>
 <li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1550'>OPENJPA-1550</a>] -         When batchLimit=-1 or &gt;1 and an exception is caused, the params and failedObject are missing from the resultant exception.
@@ -266,6 +268,8 @@ in each release of OpenJPA.</P>
 </li>
 <li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1604'>OPENJPA-1604</a>] -         Setting PessimisticLockManager fails to append &quot;for update clause&quot; to the select statement
 </li>
+<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1605'>OPENJPA-1605</a>] -         ReverseMappingTool (SchemaGenerator) bug
+</li>
 <li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1608'>OPENJPA-1608</a>] -         PESSIMISTIC_WRITE is not working in Informix
 </li>
 <li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1609'>OPENJPA-1609</a>] -         PessimisticLockException instead of LockTimeoutException thrown on DB2V9 for ZOS
@@ -276,6 +280,10 @@ in each release of OpenJPA.</P>
 </li>
 <li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1625'>OPENJPA-1625</a>] -         Inconsistent creation of StateManagerImpl in BrokerImpl
 </li>
+<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1630'>OPENJPA-1630</a>] -         NPE in MetaDataRepository when preloading is enabled under heavy stress.
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1631'>OPENJPA-1631</a>] -         MetaDataRepository preload doesn't load JAXB meta data
+</li>
 </ul>
 
 <h4>Improvement</h4>
@@ -288,6 +296,8 @@ in each release of OpenJPA.</P>
 </li>
 <li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1622'>OPENJPA-1622</a>] -         Invoking MetaModel generator
 </li>
+<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1628'>OPENJPA-1628</a>] -         Output control for generated canonical metamodel source code
+</li>
 </ul>
 
 <h4>Task</h4>