diff --git a/openjpa-project/CHANGES.txt b/openjpa-project/CHANGES.txt index 82cd0b5f7..aae1c58c9 100644 --- a/openjpa-project/CHANGES.txt +++ b/openjpa-project/CHANGES.txt @@ -57,6 +57,7 @@ project's issue tracker at http://issues.apache.org/jira/browse/OPENJPA * [OPENJPA-182] - db2 update lock syntax WITH 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 ** Improvements * [OPENJPA-10] - persistence unit name should be default diagnostic context for standard OpenJPA log impl diff --git a/openjpa-project/RELEASE-NOTES.html b/openjpa-project/RELEASE-NOTES.html index 1f63144c7..8cdda714c 100644 --- a/openjpa-project/RELEASE-NOTES.html +++ b/openjpa-project/RELEASE-NOTES.html @@ -125,6 +125,8 @@ The following bugs have been fixed since release 0.9.6
  • [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
  • +

    Improvements

    Improvements made since release 0.9.6