You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by mi...@apache.org on 2007/04/15 04:32:51 UTC

svn commit: r528909 - /incubator/openjpa/trunk/openjpa-project/RELEASE-NOTES.html

Author: mikedd
Date: Sat Apr 14 19:32:50 2007
New Revision: 528909

URL: http://svn.apache.org/viewvc?view=rev&rev=528909
Log:
fixing typos in RELEASE-NOTES.html in trunk

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

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=528909&r1=528908&r2=528909
==============================================================================
--- incubator/openjpa/trunk/openjpa-project/RELEASE-NOTES.html (original)
+++ incubator/openjpa/trunk/openjpa-project/RELEASE-NOTES.html Sat Apr 14 19:32:50 2007
@@ -37,7 +37,7 @@
 <P>
 OpenJPA requires Java 1.5 but will not compile with Java 6. For more
 detail please see <a href="http://issues.apache.org/jira/browse/OPENJPA-5">
-http://incubator.apache.org/openjpa/</a>
+http://issues.apache.org/jira/browse/OPENJPA-5</a>
 
 <h2><a name="Documentation"></a>Documentation</h2>
 <p>If you have questions about OpenJPA, a good source of information is the 
@@ -114,6 +114,7 @@
 <li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-122'>OPENJPA-122</a>] - EntityManager does not throw exceptions after close() in required cases</li>
 <li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-132'>OPENJPA-132</a>] - java.lang.NoSuchMethodError for entity with ID of type java.sql.Date</li>
 <li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-133'>OPENJPA-133</a>] - Can't find non-public callback methods with superclass or interface parameters</li>
+<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-134'>OPENJPA-134</a>] - Extra unneeded SQL joins for OneToMany relationship with fetch type EAGER</li>
 <li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-139'>OPENJPA-139</a>] - PersistenceException merging an entity with a Calendar field. </li>
 <li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-140'>OPENJPA-140</a>] - Wrong package name in test classes</li>
 <li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-142'>OPENJPA-142</a>] - Entity name is ignored when specified in the orm.xml file</li>
@@ -133,6 +134,7 @@
 </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>
+<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-214'>OPENJPA-214</a>] - Need to support floating point primary keys</li>
 </ul>
     
 <h2><a name="Improvements"</a>Improvements</h2>