diff --git a/openjpa-project/RELEASE-NOTES.html b/openjpa-project/RELEASE-NOTES.html index d92cb4193..6def804e9 100644 --- a/openjpa-project/RELEASE-NOTES.html +++ b/openjpa-project/RELEASE-NOTES.html @@ -37,7 +37,7 @@ http://incubator.apache.org/openjpa/

OpenJPA requires Java 1.5 but will not compile with Java 6. For more detail please see -http://incubator.apache.org/openjpa/ +http://issues.apache.org/jira/browse/OPENJPA-5

Documentation

If you have questions about OpenJPA, a good source of information is the @@ -114,6 +114,7 @@ The following bugs have been fixed since release 0.9.6

  • [OPENJPA-122] - EntityManager does not throw exceptions after close() in required cases
  • [OPENJPA-132] - java.lang.NoSuchMethodError for entity with ID of type java.sql.Date
  • [OPENJPA-133] - Can't find non-public callback methods with superclass or interface parameters
  • +
  • [OPENJPA-134] - Extra unneeded SQL joins for OneToMany relationship with fetch type EAGER
  • [OPENJPA-139] - PersistenceException merging an entity with a Calendar field.
  • [OPENJPA-140] - Wrong package name in test classes
  • [OPENJPA-142] - Entity name is ignored when specified in the orm.xml file
  • @@ -133,6 +134,7 @@ The following bugs have been fixed since release 0.9.6
  • [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
  • +
  • [OPENJPA-214] - Need to support floating point primary keys
  • Improvements