From d62996fd2fd76a7097b4656f24fa35b9ea1fdc6d Mon Sep 17 00:00:00 2001 From: Michael Dick Date: Sat, 7 Apr 2007 15:44:08 +0000 Subject: [PATCH] updating release notes and changes git-svn-id: https://svn.apache.org/repos/asf/incubator/openjpa/trunk@526443 13f79535-47bb-0310-9956-ffa450edef68 --- openjpa-project/CHANGES.txt | 3 ++- openjpa-project/RELEASE-NOTES.html | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/openjpa-project/CHANGES.txt b/openjpa-project/CHANGES.txt index aae1c58c9..af0644245 100644 --- a/openjpa-project/CHANGES.txt +++ b/openjpa-project/CHANGES.txt @@ -54,10 +54,10 @@ project's issue tracker at http://issues.apache.org/jira/browse/OPENJPA * [OPENJPA-175] - Eager selects by PagingResultObjectProvider may not use the FetchBatchSize * [OPENJPA-179] - Schemas defined in orm.xml are only applied when a name is also specified. * [OPENJPA-181] - ClassCastException when executing bulk delete on an entity that owns a OneToOne with a Cascade.DELETE when DataCache is on - * [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 + * [OPENJPA-208] - NoResultException and NonUniqueResultException are not thrown when expected ** Improvements * [OPENJPA-10] - persistence unit name should be default diagnostic context for standard OpenJPA log impl @@ -77,6 +77,7 @@ project's issue tracker at http://issues.apache.org/jira/browse/OPENJPA * [OPENJPA-92] - Support for H2 Database Engine * [OPENJPA-93] - Sequence generation in a JTA environment should not require non-JTA datasource * [OPENJPA-94] - Allow MappingTool and persistence.xml to support drop-create for database schema + * [OPENJPA-182] - db2 update lock syntax WITH USE AND KEEP UPDATE LOCKS ** Tasks * [OPENJPA-36] - Add cwiki url to incubator status page diff --git a/openjpa-project/RELEASE-NOTES.html b/openjpa-project/RELEASE-NOTES.html index 8cdda714c..1afac6e09 100644 --- a/openjpa-project/RELEASE-NOTES.html +++ b/openjpa-project/RELEASE-NOTES.html @@ -121,11 +121,11 @@ The following bugs have been fixed since release 0.9.6
  • [OPENJPA-175] - Eager selects by PagingResultObjectProvider may not use the FetchBatchSize
  • [OPENJPA-179] - Schemas defined in orm.xml are only applied when a name is also specified.
  • [OPENJPA-181] - ClassCastException when executing bulk delete on an entity that owns a OneToOne with a Cascade.DELETE when DataCache is on
  • -
  • [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
  • +
  • [OPENJPA-208] - NoResultException and NonUniqueResultException are not thrown when expected
  • Improvements

    @@ -151,6 +151,7 @@ Features added since release 0.9.6
  • [OPENJPA-92] - Support for H2 Database Engine
  • [OPENJPA-93] - Sequence generation in a JTA environment should not require non-JTA datasource
  • [OPENJPA-94] - Allow MappingTool and persistence.xml to support drop-create for database schema
  • +
  • [OPENJPA-182] - db2 update lock syntax WITH USE AND KEEP UPDATE LOCKS
  • Task