From 5d7e949803352c5977a3cc1ea1a9abd99bad6bde Mon Sep 17 00:00:00 2001
From: Donald Woods
Date: Tue, 9 Mar 2010 15:55:12 +0000
Subject: [PATCH] OPENJPA-1232 Show as being fixed in 2.0.0-M3
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@920940 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 3d53d0355..f8740509a 100644
--- a/openjpa-project/CHANGES.txt
+++ b/openjpa-project/CHANGES.txt
@@ -379,6 +379,7 @@ Sub-task
* [OPENJPA-1223] - Update documentation for autoOff config option
* [OPENJPA-1228] - Change in default value of exclude-unlisted-classes in JPA 2.0
* [OPENJPA-1231] - Bean Validation sample
+ * [OPENJPA-1232] - Keys in an EmbeddedCollection are returned as PCData objects when DataCache is enabled
* [OPENJPA-1233] - Update DerbyDictionary with new reserved words
* [OPENJPA-1235] - Support for optional name property on UniqueConstraint annotation and XML
* [OPENJPA-1237] - WriteBehind configuration exception not thrown when it should be
diff --git a/openjpa-project/RELEASE-NOTES.html b/openjpa-project/RELEASE-NOTES.html
index 1e02b5d2f..818cf3e4c 100644
--- a/openjpa-project/RELEASE-NOTES.html
+++ b/openjpa-project/RELEASE-NOTES.html
@@ -599,6 +599,7 @@ in each release of OpenJPA.
[OPENJPA-1223] - Update documentation for autoOff config option
[OPENJPA-1228] - Change in default value of exclude-unlisted-classes in JPA 2.0
[OPENJPA-1231] - Bean Validation sample
+[OPENJPA-1232] - Keys in an EmbeddedCollection are returned as PCData objects when DataCache is enabled
[OPENJPA-1233] - Update DerbyDictionary with new reserved words
[OPENJPA-1235] - Support for optional name property on UniqueConstraint annotation and XML
[OPENJPA-1237] - WriteBehind configuration exception not thrown when it should be