From 0570f6b3bcfeda4831c10182c71b2f5834d77e16 Mon Sep 17 00:00:00 2001 From: Michael Dick Date: Fri, 6 Apr 2007 22:14:46 +0000 Subject: [PATCH] adding OpenJPA-202 to changes and release-notes. git-svn-id: https://svn.apache.org/repos/asf/incubator/openjpa/trunk@526297 13f79535-47bb-0310-9956-ffa450edef68 --- openjpa-project/CHANGES.txt | 1 + openjpa-project/RELEASE-NOTES.html | 2 ++ 2 files changed, 3 insertions(+) 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