Author: dwoods
Date: Thu Feb 25 21:47:10 2010
New Revision: 916470
URL: http://svn.apache.org/viewvc?rev=916470&view=rev
Log:
show OPENJPA-1350 as being fixed in 2.0.0-beta
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=916470&r1=916469&r2=916470&view=diff
==============================================================================
--- openjpa/trunk/openjpa-project/CHANGES.txt (original)
+++ openjpa/trunk/openjpa-project/CHANGES.txt Thu Feb 25 21:47:10 2010
@@ -238,6 +238,7 @@
* [OPENJPA-1341] - PostRemove not invoked after database record was deleted
* [OPENJPA-1344] - Query [get|set]LockMode & Em getLockMode not throwing
correct exceptions
* [OPENJPA-1349] - Compatibility options are not set appropriately for
spec level when emf is created by JEE container
+ * [OPENJPA-1350] - Race condition in the MetaDataRepository
* [OPENJPA-1351] - java.lang.ClassCastException: javax.naming.Reference
incompatible with javax.sql.DataSource
* [OPENJPA-1352] - Merge fails if an entity has an element collection
which is contructed using Arrays.asList
* [OPENJPA-1354] - Configuring DBCP connection pool with connection
properties breaks when user/pasword is specifed and javax.* configuration is
set to DBCP Driver
Modified: openjpa/trunk/openjpa-project/RELEASE-NOTES.html
URL:
http://svn.apache.org/viewvc/openjpa/trunk/openjpa-project/RELEASE-NOTES.html?rev=916470&r1=916469&r2=916470&view=diff
==============================================================================
--- openjpa/trunk/openjpa-project/RELEASE-NOTES.html (original)
+++ openjpa/trunk/openjpa-project/RELEASE-NOTES.html Thu Feb 25 21:47:10 2010
@@ -352,6 +352,8 @@
</li>
<li>[<a
href='https://issues.apache.org/jira/browse/OPENJPA-1349'>OPENJPA-1349</a>] -
Compatibility options are not set appropriately for spec level when emf
is created by JEE container
</li>
+<li>[<a
href='https://issues.apache.org/jira/browse/OPENJPA-1350'>OPENJPA-1350</a>] -
Race condition in the MetaDataRepository
+</li>
<li>[<a
href='https://issues.apache.org/jira/browse/OPENJPA-1351'>OPENJPA-1351</a>] -
java.lang.ClassCastException: javax.naming.Reference incompatible with
javax.sql.DataSource
</li>
<li>[<a
href='https://issues.apache.org/jira/browse/OPENJPA-1352'>OPENJPA-1352</a>] -
Merge fails if an entity has an element collection which is contructed
using Arrays.asList