Author: dwoods
Date: Tue Mar  9 18:16:38 2010
New Revision: 921030

URL: http://svn.apache.org/viewvc?rev=921030&view=rev
Log:
OPENJPA-798 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=921030&r1=921029&r2=921030&view=diff
==============================================================================
--- openjpa/trunk/openjpa-project/CHANGES.txt (original)
+++ openjpa/trunk/openjpa-project/CHANGES.txt Tue Mar  9 18:16:38 2010
@@ -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

Modified: openjpa/trunk/openjpa-project/RELEASE-NOTES.html
URL: 
http://svn.apache.org/viewvc/openjpa/trunk/openjpa-project/RELEASE-NOTES.html?rev=921030&r1=921029&r2=921030&view=diff
==============================================================================
--- openjpa/trunk/openjpa-project/RELEASE-NOTES.html (original)
+++ openjpa/trunk/openjpa-project/RELEASE-NOTES.html Tue Mar  9 18:16:38 2010
@@ -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>


Reply via email to