OPENJPA-798 Show as being fixed in 2.0.0-M2

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@921030 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Donald Woods 2010-03-09 18:16:38 +00:00
parent e1e697da05
commit ef6e9d8cf1
2 changed files with 2 additions and 0 deletions

View File

@ -648,6 +648,7 @@ Bug
* [OPENJPA-787] - slices query.getSingleResult is broken
* [OPENJPA-792] - An entity persist may fail when @MappedSupercalss is specified.
* [OPENJPA-795] - enhancer throws an exception when parsing column name "first.name" because it thinks 'first' is a table name
* [OPENJPA-798] - slices does can not work with sequences properly (no adding objects?)
* [OPENJPA-811] - With Oracle, OpenJPA allows setting non-nullable field to null
* [OPENJPA-815] - Exception is thrown when retrieving an entity which contains an embeddable and the embeddable contains a toMany relation
* [OPENJPA-818] - TCK module should use Geronimo JPA 2.0 EA jar

View File

@ -858,6 +858,7 @@ in each release of OpenJPA.</P>
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-787'>OPENJPA-787</a>] - slices query.getSingleResult is broken</li>
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-792'>OPENJPA-792</a>] - An entity persist may fail when @MappedSupercalss is specified. </li>
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-795'>OPENJPA-795</a>] - enhancer throws an exception when parsing column name &quot;first.name&quot; because it thinks 'first' is a table name</li>
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-798'>OPENJPA-798</a>] - slices does can not work with sequences properly (no adding objects?)</li>
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-811'>OPENJPA-811</a>] - With Oracle, OpenJPA allows setting non-nullable field to null</li>
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-815'>OPENJPA-815</a>] - Exception is thrown when retrieving an entity which contains an embeddable and the embeddable contains a toMany relation </li>
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-818'>OPENJPA-818</a>] - TCK module should use Geronimo JPA 2.0 EA jar</li>