From 971c1fb5d42ce68ad69ae62498925d7ff5f99b2a Mon Sep 17 00:00:00 2001
From: Donald Woods
Date: Mon, 15 Mar 2010 13:42:26 +0000
Subject: [PATCH] OPENJPA-991 Remove from release notes as being fixed.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@923222 13f79535-47bb-0310-9956-ffa450edef68
---
openjpa-project/CHANGES.txt | 1 -
openjpa-project/RELEASE-NOTES.html | 2 --
2 files changed, 3 deletions(-)
diff --git a/openjpa-project/CHANGES.txt b/openjpa-project/CHANGES.txt
index cbb66fbde..87d3a7ffd 100644
--- a/openjpa-project/CHANGES.txt
+++ b/openjpa-project/CHANGES.txt
@@ -225,7 +225,6 @@ Bug
* [OPENJPA-757] - Map existing OpenJPA extensions to new features of JPA 2.0
* [OPENJPA-859] - OpenJPA requires all persistent fields to be specified on an XML defined entity
* [OPENJPA-944] - FetchAttribute.recursionDepth = -1 does not load properly self referenced entities in a complex relation
- * [OPENJPA-991] - Implement LockTimeout using db specific server-side lock timeout feature
* [OPENJPA-993] - PCEnhancer can't execute if a non-OpenJPA PU is found
* [OPENJPA-1005] - Add PersistenceXMLSchemaVersion(); support
* [OPENJPA-1020] - eager fetching of PersistentCollection of a primitive type fails
diff --git a/openjpa-project/RELEASE-NOTES.html b/openjpa-project/RELEASE-NOTES.html
index 83f36c231..9824e1a4f 100644
--- a/openjpa-project/RELEASE-NOTES.html
+++ b/openjpa-project/RELEASE-NOTES.html
@@ -484,8 +484,6 @@ in each release of OpenJPA.
[OPENJPA-839] - change pom.xml to publish sources as well.
-[OPENJPA-991] - Implement LockTimeout using db specific server-side lock timeout feature
-
[OPENJPA-1085] - Add toString() method to PCState classes
[OPENJPA-1172] - Use java.util.concurrent.ConcurrentHashMap rather than a synchronized HashMap in ClassMapping.