You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by dw...@apache.org on 2010/03/09 18:50:58 UTC

svn commit: r921010 - in /openjpa/trunk/openjpa-project: CHANGES.txt RELEASE-NOTES.html

Author: dwoods
Date: Tue Mar  9 17:50:58 2010
New Revision: 921010

URL: http://svn.apache.org/viewvc?rev=921010&view=rev
Log:
OPENJPA-845 Show as being fixed in 2.0.0-M1

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=921010&r1=921009&r2=921010&view=diff
==============================================================================
--- openjpa/trunk/openjpa-project/CHANGES.txt (original)
+++ openjpa/trunk/openjpa-project/CHANGES.txt Tue Mar  9 17:50:58 2010
@@ -802,6 +802,7 @@ Sub-task
 Bug
 ---
     * [OPENJPA-828] - Externalizer fails with ClassCastException with runtime enhancement
+    * [OPENJPA-845] - Ordering across slice fails when ordering terms are not included in projection items
     * [OPENJPA-886] - Certain query failing after svn:739123
     * [OPENJPA-955] - MethodQL parameter passing broken
     * [OPENJPA-1039] - Dynamic query predicates must not treat AND OR operators as associative

Modified: openjpa/trunk/openjpa-project/RELEASE-NOTES.html
URL: http://svn.apache.org/viewvc/openjpa/trunk/openjpa-project/RELEASE-NOTES.html?rev=921010&r1=921009&r2=921010&view=diff
==============================================================================
--- openjpa/trunk/openjpa-project/RELEASE-NOTES.html (original)
+++ openjpa/trunk/openjpa-project/RELEASE-NOTES.html Tue Mar  9 17:50:58 2010
@@ -993,6 +993,7 @@ in each release of OpenJPA.</P>
 <h4>Bug</h4>
 <ul>
 <li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-828'>OPENJPA-828</a>] - Externalizer fails with ClassCastException with runtime enhancement</li>
+<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-845'>OPENJPA-845</a>] - Ordering across slice fails when ordering terms are not included in projection items</li>
 <li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-886'>OPENJPA-886</a>] - Certain query failing after svn:739123</li>
 <li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-955'>OPENJPA-955</a>] - MethodQL parameter passing broken</li>
 <li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1039'>OPENJPA-1039</a>] - Dynamic query predicates must not treat AND OR operators as associative</li>