OPENJPA-812 Show as being fixed in 2.0.0-M1

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

View File

@ -801,6 +801,7 @@ Sub-task
Bug
---
* [OPENJPA-812] - slices: aggregate queries fail if any slice has empty results
* [OPENJPA-821] - slices: DistributedStoreQuery$UpdateExecutor calls executeDelete by mistake
* [OPENJPA-824] - org.apache.openjpa.lib.util.ParseException when try to get property descriptor for property: CacheMarshallers
* [OPENJPA-825] - slices: hangs with multithreaded true

View File

@ -992,6 +992,7 @@ in each release of OpenJPA.</P>
<h4>Bug</h4>
<ul>
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-812'>OPENJPA-812</a>] - slices: aggregate queries fail if any slice has empty results</li>
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-821'>OPENJPA-821</a>] - slices: DistributedStoreQuery$UpdateExecutor calls executeDelete by mistake</li>
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-824'>OPENJPA-824</a>] - org.apache.openjpa.lib.util.ParseException when try to get property descriptor for property: CacheMarshallers</li>
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-825'>OPENJPA-825</a>] - slices: hangs with multithreaded true</li>