Author: dwoods
Date: Tue Mar 16 14:15:45 2010
New Revision: 923748

URL: http://svn.apache.org/viewvc?rev=923748&view=rev
Log:
OPENJPA-935 Show as being fixed in 2.0.0-M2

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=923748&r1=923747&r2=923748&view=diff
==============================================================================
--- openjpa/trunk/openjpa-project/CHANGES.txt (original)
+++ openjpa/trunk/openjpa-project/CHANGES.txt Tue Mar 16 14:15:45 2010
@@ -684,6 +684,7 @@ Bug
     * [OPENJPA-927] - Fix definition of javax.persistence.query.timeout 
property
     * [OPENJPA-928] - getSupportedProperties() shows wsjpa property by default
     * [OPENJPA-933] - Database version detection in MySQLDictionary is not 
reliable
+    * [OPENJPA-935] - Removing entities with Embedded field issue multiple 
delete statements
     * [OPENJPA-947] - Overly verbose TestCases
     * [OPENJPA-951] - Javadoc jar file does not contain legal files
     * [OPENJPA-954] - openjpa-slice build fails due to tests relying on 
openjpa-persistence-jdbc/src/test/java/org/apache/openjpa/persistence/test/AllowFailure.java

Modified: openjpa/trunk/openjpa-project/RELEASE-NOTES.html
URL: 
http://svn.apache.org/viewvc/openjpa/trunk/openjpa-project/RELEASE-NOTES.html?rev=923748&r1=923747&r2=923748&view=diff
==============================================================================
--- openjpa/trunk/openjpa-project/RELEASE-NOTES.html (original)
+++ openjpa/trunk/openjpa-project/RELEASE-NOTES.html Tue Mar 16 14:15:45 2010
@@ -888,6 +888,7 @@ in each release of OpenJPA.</P>
 <li>[<a 
href='https://issues.apache.org/jira/browse/OPENJPA-925'>OPENJPA-925</a>] - 
Bidirectional OneToOne relation incorrectly set in loadEagerJoin</li>
 <li>[<a 
href='https://issues.apache.org/jira/browse/OPENJPA-927'>OPENJPA-927</a>] - Fix 
definition of javax.persistence.query.timeout property</li>
 <li>[<a 
href='https://issues.apache.org/jira/browse/OPENJPA-933'>OPENJPA-933</a>] - 
Database version detection in MySQLDictionary is not reliable</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/OPENJPA-935'>OPENJPA-935</a>] - 
Removing entities with Embedded field issue multiple delete statements</li>
 <li>[<a 
href='https://issues.apache.org/jira/browse/OPENJPA-947'>OPENJPA-947</a>] - 
Overly verbose TestCases</li>
 <li>[<a 
href='https://issues.apache.org/jira/browse/OPENJPA-951'>OPENJPA-951</a>] - 
Javadoc jar file does not contain legal files</li>
 <li>[<a 
href='https://issues.apache.org/jira/browse/OPENJPA-954'>OPENJPA-954</a>] - 
openjpa-slice build fails due to tests relying on 
openjpa-persistence-jdbc/src/test/java/org/apache/openjpa/persistence/test/AllowFailure.java</li>


Reply via email to