OPENJPA-1496 Show as being fixed in Beta2 in Changes/Release Notes

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@920316 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Donald Woods 2010-03-08 13:26:16 +00:00
parent 88f1168b81
commit b59c757741
2 changed files with 3 additions and 0 deletions

View File

@ -171,6 +171,7 @@ Bug
* [OPENJPA-1001] - java.lang.IndexOutOfBoundsException when executing attached test case
* [OPENJPA-1367] - H2 Database Engine does support cross join
* [OPENJPA-1485] - isLoaded util method does not behave per spec for collection attributes and basic type
* [OPENJPA-1496] - Fail to set temporal parameter
* [OPENJPA-1504] - Validation junits should not rely on Hibernate Impl
* [OPENJPA-1506] - ConfigurationImpl.equals fails using a OpenJPA derived provider
* [OPENJPA-1507] - NPE with a non-JDBC store manager

View File

@ -237,6 +237,8 @@ in each release of OpenJPA.</P>
</li>
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1485'>OPENJPA-1485</a>] - isLoaded util method does not behave per spec for collection attributes and basic type
</li>
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1496'>OPENJPA-1496</a>] - Fail to set temporal parameter
</li>
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1504'>OPENJPA-1504</a>] - Validation junits should not rely on Hibernate Impl
</li>
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1506'>OPENJPA-1506</a>] - ConfigurationImpl.equals fails using a OpenJPA derived provider