OPENJPA-1562 show as being fixed in 2.0.0-beta3

git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/2.0.x@927124 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Donald Woods 2010-03-24 17:36:30 +00:00
parent 19fd6476fb
commit 4f213ff188
2 changed files with 3 additions and 0 deletions

View File

@ -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

View File

@ -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