Author: dwoods
Date: Wed Mar 24 17:36:30 2010
New Revision: 927124

URL: http://svn.apache.org/viewvc?rev=927124&view=rev
Log:
OPENJPA-1562 show as being fixed in 2.0.0-beta3

Modified:
    openjpa/branches/2.0.x/openjpa-project/CHANGES.txt
    openjpa/branches/2.0.x/openjpa-project/RELEASE-NOTES.html

Modified: openjpa/branches/2.0.x/openjpa-project/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/openjpa/branches/2.0.x/openjpa-project/CHANGES.txt?rev=927124&r1=927123&r2=927124&view=diff
==============================================================================
--- openjpa/branches/2.0.x/openjpa-project/CHANGES.txt (original)
+++ openjpa/branches/2.0.x/openjpa-project/CHANGES.txt Wed Mar 24 17:36:30 2010
@@ -203,6 +203,7 @@ Bug
     * [OPENJPA-1547] - NOT IN with MEMBER OF returns syntax error
     * [OPENJPA-1556] - Exception thrown on first use of @Strategy in 
@Embeddable classes
     * [OPENJPA-1558] - Many side of a MxO relationship contains null reference 
if One side is loaded first.
+    * [OPENJPA-1562] - EntityManager:Refresh on Removed entity does not 
trigger IllegalArgumentException
     * [OPENJPA-1565] - QueryTimeOut and LockTimeOut exceptions are not raised 
correctly
     * [OPENJPA-1568] - Make createConnectionFactory() in JDBCConfigurationImpl 
public
     * [OPENJPA-1570] - Exception using @Strategy in @MappedSuperclass or 
@Embeddable classes

Modified: openjpa/branches/2.0.x/openjpa-project/RELEASE-NOTES.html
URL: 
http://svn.apache.org/viewvc/openjpa/branches/2.0.x/openjpa-project/RELEASE-NOTES.html?rev=927124&r1=927123&r2=927124&view=diff
==============================================================================
--- openjpa/branches/2.0.x/openjpa-project/RELEASE-NOTES.html (original)
+++ openjpa/branches/2.0.x/openjpa-project/RELEASE-NOTES.html Wed Mar 24 
17:36:30 2010
@@ -300,6 +300,8 @@ in each release of OpenJPA.</P>
 </li>
 <li>[<a 
href='https://issues.apache.org/jira/browse/OPENJPA-1558'>OPENJPA-1558</a>] -   
      Many side of a MxO relationship contains null reference if One side is 
loaded first.
 </li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/OPENJPA-1562'>OPENJPA-1562</a>] -   
      EntityManager:Refresh on Removed entity does not trigger 
IllegalArgumentException
+</li>
 <li>[<a 
href='https://issues.apache.org/jira/browse/OPENJPA-1565'>OPENJPA-1565</a>] -   
      QueryTimeOut and LockTimeOut exceptions are not raised correctly
 </li>
 <li>[<a 
href='https://issues.apache.org/jira/browse/OPENJPA-1568'>OPENJPA-1568</a>] -   
      Make createConnectionFactory() in JDBCConfigurationImpl public


Reply via email to