From ef6e9d8cf18cb630fd79dbf277b9dacce688fb8b Mon Sep 17 00:00:00 2001
From: Donald Woods
Date: Tue, 9 Mar 2010 18:16:38 +0000
Subject: [PATCH] OPENJPA-798 Show as being fixed in 2.0.0-M2
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@921030 13f79535-47bb-0310-9956-ffa450edef68
---
openjpa-project/CHANGES.txt | 1 +
openjpa-project/RELEASE-NOTES.html | 1 +
2 files changed, 2 insertions(+)
diff --git a/openjpa-project/CHANGES.txt b/openjpa-project/CHANGES.txt
index 300c28484..2051c01c9 100644
--- a/openjpa-project/CHANGES.txt
+++ b/openjpa-project/CHANGES.txt
@@ -648,6 +648,7 @@ Bug
* [OPENJPA-787] - slices query.getSingleResult is broken
* [OPENJPA-792] - An entity persist may fail when @MappedSupercalss is specified.
* [OPENJPA-795] - enhancer throws an exception when parsing column name "first.name" because it thinks 'first' is a table name
+ * [OPENJPA-798] - slices does can not work with sequences properly (no adding objects?)
* [OPENJPA-811] - With Oracle, OpenJPA allows setting non-nullable field to null
* [OPENJPA-815] - Exception is thrown when retrieving an entity which contains an embeddable and the embeddable contains a toMany relation
* [OPENJPA-818] - TCK module should use Geronimo JPA 2.0 EA jar
diff --git a/openjpa-project/RELEASE-NOTES.html b/openjpa-project/RELEASE-NOTES.html
index 0df2be35a..57407bc2b 100644
--- a/openjpa-project/RELEASE-NOTES.html
+++ b/openjpa-project/RELEASE-NOTES.html
@@ -858,6 +858,7 @@ in each release of OpenJPA.
[OPENJPA-787] - slices query.getSingleResult is broken
[OPENJPA-792] - An entity persist may fail when @MappedSupercalss is specified.
[OPENJPA-795] - enhancer throws an exception when parsing column name "first.name" because it thinks 'first' is a table name
+[OPENJPA-798] - slices does can not work with sequences properly (no adding objects?)
[OPENJPA-811] - With Oracle, OpenJPA allows setting non-nullable field to null
[OPENJPA-815] - Exception is thrown when retrieving an entity which contains an embeddable and the embeddable contains a toMany relation
[OPENJPA-818] - TCK module should use Geronimo JPA 2.0 EA jar