Author: dwoods
Date: Mon Mar 15 13:42:26 2010
New Revision: 923222
URL: http://svn.apache.org/viewvc?rev=923222&view=rev
Log:
OPENJPA-991 Remove from release notes as being fixed.
Modified:
openjpa/trunk/openjpa-project/CHANGES.txt
openjpa/trunk/openjpa-project/RELEASE-NOTES.html
Modified: openjpa/trunk/openjpa-project/CHANGES.txt
URL:
http://svn.apache.org/viewvc/openjpa/trunk/openjpa-project/CHANGES.txt?rev=923222&r1=923221&r2=923222&view=diff
==============================================================================
--- openjpa/trunk/openjpa-project/CHANGES.txt (original)
+++ openjpa/trunk/openjpa-project/CHANGES.txt Mon Mar 15 13:42:26 2010
@@ -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
Modified: openjpa/trunk/openjpa-project/RELEASE-NOTES.html
URL:
http://svn.apache.org/viewvc/openjpa/trunk/openjpa-project/RELEASE-NOTES.html?rev=923222&r1=923221&r2=923222&view=diff
==============================================================================
--- openjpa/trunk/openjpa-project/RELEASE-NOTES.html (original)
+++ openjpa/trunk/openjpa-project/RELEASE-NOTES.html Mon Mar 15 13:42:26 2010
@@ -484,8 +484,6 @@ in each release of OpenJPA.</P>
</li>
<li>[<a
href='https://issues.apache.org/jira/browse/OPENJPA-839'>OPENJPA-839</a>] -
change pom.xml to publish sources as well.
</li>
-<li>[<a
href='https://issues.apache.org/jira/browse/OPENJPA-991'>OPENJPA-991</a>] -
Implement LockTimeout using db specific server-side lock timeout feature
-</li>
<li>[<a
href='https://issues.apache.org/jira/browse/OPENJPA-1085'>OPENJPA-1085</a>] -
Add toString() method to PCState classes
</li>
<li>[<a
href='https://issues.apache.org/jira/browse/OPENJPA-1172'>OPENJPA-1172</a>] -
Use java.util.concurrent.ConcurrentHashMap rather than a synchronized
HashMap in ClassMapping.